- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
17 Posted Topics
Hi, I've got an application at the moment that has to process a fairly meaty job. Instead of making the user sit looking at a dead form, I figured it'd be nice to show a "Program is working" message to them... And to make it pretty, slapped an ani' gif … | |
Hi All I have a load of information on my label in a groupbox on the form there is too much information to be seen in one go so i want to use a vertical scrollbar to move the label up and down inside the groupbox so it can be … | |
Hi, I'm in the process of nailing together a small program, the purpose of which is very simple: Monitor a number of various network locations for the existence of some files. when they spring into existence, check to see if someone is using the file and when it accessible, light … | |
Hi Guru's I would like to be able to run code from a text file - is that possible. Ideally multiple applications will read this file and all behave according to the code inside the file. rather than having to keep rebuilding and distributing new versions./ I can't think of … | |
Hiya, A short while ago, I posted the following code snippet in reply to someone who was looking to make a simple encoded password... See here for a full explanation of how this works -->[URL="http://www.daniweb.com/forums/post1470261.html#post1470261"]http://www.daniweb.com/forums/post1470261.html#post1470261[/URL]. While this method is a little cumbersome, it does work and can be encoded and … | |
Re: I was typing your line of code in and the answer flashed itself up. Instead of Background, use the BackgroundLoop instead. For example:- [CODE]My.Computer.Audio.Play("C:\WINDOWS\Media\Windows XP Ding.wav", AudioPlayMode.BackgroundLoop)[/CODE] I ran this and the sound repeated itself non-stop until I quit the program. Rob. | |
Re: Do some research (if you're not familiar with it already) into the SendKeys function. We've had mixed results with it but when it works it's an absolute gem. You could use it do send an 'Alt'+'PrintScrn' command to the system which would only capture the active window and none of … | |
Hi all Does anyone know if it is possible to open a firefox webbrowser in a form. Or does it take you default web browser as the webbrowser to open in form. Eg - My Default Browser is Firefox - so does that mean the webbrowser control would be a … | |
I am building an application that contains data that needs to be fed out to seperate groups of people. Sending them emails is the only way to do it but this takes ages to do. Does anyone know of a way to send emails through lotus notes via vb.net code. … | |
Re: I've just built a small program with a security element to it that recognises your first logon and prompts you to change your password straight away. But if it isn;t your first logon, then it will just wait for your password. I do this by creating keys in the System … | |
Hi all I need to change something that is hard coded into my application - Souds simple i know - however......... In essence what i need is a single word that will be interchangable and will be available straight away and the next time the application starts up. So need … | |
Hi All Does Anyone know how to make a variable public to all forms within the application. Eg [ICODE] Public MyPath = "C:\" [/ICODE] can do for one form but not all | |
Hello All. I am having issues with files on a network drive being moved - the file name always remains the same but the location changes. (users move it - much arrrrrrrgggggggg!!) Is it possible to search through all drives and paths to find FILEX ? I hope so as … | |
Hi All I know it is possible to use the internal system speaker to generate sound. EG [ICODE] System.Console.Beep(500, 500) 'Beep(FREQUENCY,DURATION) [/ICODE] However i was wondering if anyone knows if it is possible and how to go about using said system speaker to speak - MESSAGE YOU ARE NOT AUTHORISED … | |
Hi to any an d all that read this thread. I have a VB.NET App that creates forms from a template. I am having problems getting them to communicate with each other. Is it possible to send data from one textbox in the first instance to the same textbox in … | |
Hi I Have a form that contains around 30 Labels and 30 Pictureboxes. I have a piece of code that on form load that steps through the labels and changes the text to a file name from a directory. This all works fairly well however: I need to be able … | |
Hi all. I am having issues with people not closing an important file in excel. I have a new vb.net based application that i want to close the excel file when i prompt it to. The application checks for specific named files in a hidden folder on a timer event, … |