| Thread | Last Post | Replies |
|
| How to stop the application? | 14 Dec 2006 08:54 GMT | 1 |
Newbie vb6. I close the application by clicking on the "Close" button but it seems that it stills runs in the background. I mean when I open the Windows Task Manager, under the Application tab, my application is still running.
|
| Visual Studio Icons | 14 Dec 2006 05:20 GMT | 5 |
Where can I find the dll or exe which contains the embedded Visual Studio 2005 Icons that the application uses? I know that VS comes with an icon library, but practically none of the icons which visual studio uses are included. I was hoping I could pull them out with an icon
|
| Newbie of visual studio express in need of help | 13 Dec 2006 22:58 GMT | 5 |
How do I create a hello world application? Something with a clickable button that closes the application ("Done" button)? Something that has a button and when clicked displays the sum/product/etc of two or more numbers?
|
| Error deleteing folder | 13 Dec 2006 17:00 GMT | 8 |
I am using the SHFileOperation API to delete a folder and files within but I am getting the error message "Unable to delete folder as it is in use by another person or program." I cannot figure out what has got it locked. How can I figure this out? Is there a way I can have a ...
|
| please, please help - can't access HTTPFileCollection | 13 Dec 2006 15:45 GMT | 2 |
i am having probs accessing the HttpFileCollection. the count/length is always zero. the file upload parameters passed to the page that should be getting the httpfilecollection looks like this.
|
| vCard Problem | 13 Dec 2006 15:16 GMT | 7 |
I open vCard files(.vcf) with WordPad I've noticed some of them with "ENCODING=QUOTED-PRINTABLE" tag in every entry What does it mean?
|
| Get IP address of remote PC by its name | 13 Dec 2006 13:18 GMT | 1 |
Can I get IP address of remote PC by the remote PC name?
|
| VB6 Treeview | 13 Dec 2006 12:16 GMT | 3 |
Does any one have some sample code showing how to loop through a TreeView and save the contents to a recordset and then later on load it back? ex. All Customers
|
| Hide form | 12 Dec 2006 23:04 GMT | 5 |
I've got an app that gets minimized to the systemtray. I've add an empty form that handles the mouse clicks and serves and the icon. I do the following on its Form_Load: App.TaskVisible = False
|
| Turn off VGA monitor for a second | 12 Dec 2006 23:04 GMT | 2 |
I have a project that has to resize the screen. When it resizes the screen flickers. I would like to turn off the monitor update until all the resizing is done and then turn it back on again. Does anyone know of any vb commands or API that could do this?
|
| Graphical option buttons | 12 Dec 2006 22:42 GMT | 3 |
Been searching the net and groups... Is there a way to change the background color of a selected (toggled down) option button (Style = Graphical)? Perhaps a SendMessage or something? While I can live with the color it gives when selected (a lighter color of
|
| compare contents of files - take 2 | 12 Dec 2006 21:22 GMT | 4 |
I'm doing a redux here, because I think there is a better way to do this, but I'm not sure. I'm working on a conversion project where the original program was written in delphi. The company that wrote it went out of business and we don't have the source. The program has worked ...
|
| Systray Icon | 12 Dec 2006 19:54 GMT | 3 |
I want to creat a program that always has a systray icon visible regardless of its window state. I have worked out the minimize to tray and restore when cklicked routines. What I cannot seem to doe is when the program is behind other winows tobring it to the front. it
|
| How to read (access) joystick port? | 12 Dec 2006 19:26 GMT | 2 |
Is it possible to access joystick port using vb? I need to detect when for example button 1 is pressed. Jack
|
| weird error | 12 Dec 2006 17:58 GMT | 6 |
I don't understand why I'm getting this error I'm just trying to increment an integer by one i have a collection of various data one item (at index 6) is an integer...trying to use as a count of similar
|