| Thread | Last Post | Replies |
|
| Hi Res Timer | 31 Jul 2007 23:46 GMT | 15 |
VB6SP6 I need to do High Resolution Elapsed Time microsecond granularity ( around 10uSec to 50uSec would be nice ) will be timing up to several minutes
|
| Get control properties from hWnd | 31 Jul 2007 22:59 GMT | 6 |
VB6: If I know the hWnd of one of the controls on a form in my VB program, is there any easy way to access it's properties (i.e. Name, ToolTipText, Tag, etc.)? The code that knows the hWnd is inside a .bas module, not within the
|
| Reading Text Files | 31 Jul 2007 21:23 GMT | 4 |
I am working on a quiz type program that will read the questions from a TXT file. I was wondering what the best way to seperate every question and still have the ability to read it from the txt file and write them to a text box on the program. All help would be
|
| HTTP POST knowing only IP and Port | 31 Jul 2007 21:22 GMT | 2 |
I have to pass a SOAP message to a server, and I know only server IP and the port number. I was gonna do it from a form, using WebRequest Class and
|
| Need VB6 IDE Find Dialog Sedative and more | 31 Jul 2007 20:56 GMT | 4 |
1) How do I stop the VB6 IDE Find Dialog from jumping around? If I am seraching, the darn thing likes to jump around forcing me to re-mouse to it to click. (yes I know about F3, but that is the parallel way to find so I want to use both at the same time).
|
| Case expressionlist-n | 31 Jul 2007 20:15 GMT | 11 |
I know I'll probably feel stupid again, but I have to ask anyway <g>. I'm going through my code doing general clean-up and adding comments I may have missed, error checks, etc.. I've a great alpha-tester; she seems to be able to break anything!
|
| professional or standard edition | 31 Jul 2007 19:32 GMT | 2 |
I'm about to download the Visual Studio 2008 Beta 2 development tool and I'm wondering which one I should download, the professional or standard. It is not clear to me what the difference is. The "Overview of Visual Studio 2008" does not seem to indicate what the difference is ...
|
| Set Printer to A4 Size | 31 Jul 2007 19:26 GMT | 2 |
Sorry to re-post the question. But I have some problem in the previous post. My question is how can I set the Paper Size of Printer object to A4 Size. Then I will not need to adjust the
|
| Outlook and VB2005 | 31 Jul 2007 18:31 GMT | 2 |
Is it possible to access Outlook folders with VB 2005 in a similar way as is possible using the Mapi control in VB6? Regards Brian Smart
|
| VB 6.0 documentation | 31 Jul 2007 18:16 GMT | 3 |
Where on the Microsoft site (MSDN, whatever) can I find language reference etc. on VB 6.0? Thanks!
|
| Help with Richtextbox Find function | 31 Jul 2007 17:21 GMT | 2 |
Is there a way of using the Richtextbox Find function to find words with all capital letters and then highlight them?
 Signature Norm
|
| Image control in VB 6 | 31 Jul 2007 16:35 GMT | 5 |
I have some map images on which I would like to identify few locations. My map image is inside an Image control. I would like to know how can I use VB6 to identify a desired location on the image. I should be able to draw a small circle or a square etc on this image wherever the ...
|
| VB6 support on Vista | 31 Jul 2007 15:30 GMT | 6 |
For what it's worth, here is an official document from Microsoft stating the VB6 runtime will be supported on Windows Vista, and listing the VB6 components shipping with or tested on Vista: http://msdn2.microsoft.com/en-us/vbrun/ms788708.aspx
|
| Multiple clients | 31 Jul 2007 14:33 GMT | 2 |
Hallo everybody, one question: Is it possible to connect with multiple clients to a singleton WCF service?
|
| Combobox Sorting | 31 Jul 2007 12:56 GMT | 4 |
I am using this code provided by MikeD and I want to sort the Combobox entries so I added the line as shown ** This give an error "Can't assign to Read-Only property" How can I sort the Combobox? can you help please
|