| Thread | Last Post | Replies |
|
| Help for my unused methods please | 11 Sep 2004 08:00 GMT | 15 |
Does anybody know a tool that could help me finding unused functions on my VB applications? Thanks for your help. Bernard Davest
|
| threading | 11 Sep 2004 05:31 GMT | 6 |
I'm having some problems with threading in VB. When I start my application and stop it (EXIT button) then I see that the application process stops normaly. (task manager) On the main GUI I made a START and STOP button. The START button starts a
|
| Detecting a net connection from behind a proxy | 11 Sep 2004 05:18 GMT | 1 |
Has anyone found a solution to determining if a net connection is available from behind a proxy? I've had a long trawl through the archives and haven't found a solution that anyone claims is fully reliable. Here's the problem. We use the code below to check for an internet
|
| Standard popup menu behavior | 10 Sep 2004 22:08 GMT | 3 |
I'm interested in getting the standard popup menu behavior when using VB's popupmenu method. As background, I have an app that includes an icon in the system tray. Right-clicking it brings up a popupmenu with options for the service. Normal menu behavior is that if you click away ...
|
| Show/Hide file extension showin open/save dialogbox | 10 Sep 2004 20:25 GMT | 7 |
I use open/Save dialogbox with API. I would like to hide file extensions even if they are shown in the explorer. Any idea is appreciated Christian
|
| I need an idea for a vbModal form trick please. | 10 Sep 2004 15:16 GMT | 5 |
I have an application with a few Modal forms in it. I now need to build a search form. This search form needs to load up from several different places around my application.
|
| Generate SHA-1 checksum for file using advapi32.dll | 10 Sep 2004 13:54 GMT | 2 |
How can I do the above using VB6?
|
| Log off current user on remote machine | 10 Sep 2004 08:14 GMT | 3 |
Is there any way I can log off the current user on a remote machine, i.e. we have a bunch of machines on the LAN and I need to log them off, terminating everything currently running, then log back on again as the same user (or potentially as another user if possible.) I've had a ...
|
| Problem calling C function | 09 Sep 2004 20:37 GMT | 5 |
I need to translate the following C statement in VB that I did as follows. When I call the function MSFL1_UpdateSecurity I get an AssertionError Asserion Error
|
| form_terminate not executed | 09 Sep 2004 16:55 GMT | 2 |
A few news-entries ago you can see my post about a thread. Did some more testing/research and came to the following. If within my app I don't run the threading code (CreateThread - TerminateThread) then when closing my main from, the FORM_UNLOAD and the
|
| Programatically clicking a menu not working for programs written i | 09 Sep 2004 15:27 GMT | 1 |
I'm writing a VB.NET program that need to interact with other programs, pressing buttons, selecting from menus etc.. This works fine for all programs, except the ones written in visual basic 6.
|
| waveOutGetDevCaps | 09 Sep 2004 08:13 GMT | 3 |
I am working a project that uses some API calls to the wave out and wave in devices. I can acquire the Device Product Name but it is never fully complete on the description. So say the application is run on a system that has a SoundMax Digital Audio Device installed, I only receive ...
|
| Microsoft Knowledge Base 119395, where 32 bit version? | 08 Sep 2004 17:50 GMT | 1 |
is there into MSDN the 32 bit version (VB6) of Microsoft Knowledge Base - 119395? http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/s upport/kb/articles/q119/3/95.asp&NoWebContent=1
|
| CAD type application theory | 08 Sep 2004 17:24 GMT | 12 |
Imagine an architectural 2D drawing a floor of a building. You see walls and doors and sinks and things. In our application the user is supposed to be able to draw a line on the drawing, and after the line is complete, then we erase what they drew, and draw a nice looking ...
|
| Check the processor speed | 08 Sep 2004 15:24 GMT | 6 |
Is there any way to check the speed of the processor of the local system? Thank you in advance, Shmuel
|