| Thread | Last Post | Replies |
|
| Option buttons | 16 Sep 2004 18:01 GMT | 7 |
I am truying to learn VB6, and built a simple GUI with a main window, and a second window to be launched after selecting from the set of option buttons. (2 buttons). Q1) When I start my app, the first option is always selected
|
| Regd Vector Draw Component in Visual Basic | 16 Sep 2004 17:05 GMT | 3 |
Dear Members, Has anyone used the Vector Draw (www.vdraw.com) Component in Visual Basic. I need to create an application to be able to draw the plan view of a building. Any help in this regard would be highly
|
| Recommended Book to Learn VB | 16 Sep 2004 17:03 GMT | 3 |
I am pretty much a beginner in terms of knowing Visual Basic, but I am looking for a book to teach myself more. I already have 'Visual Basic for Dummies' which was a great beginner's book, but would like to find something with more depth. I do not have much background in ...
|
| Insert repetitive text markers into existing text | 16 Sep 2004 16:09 GMT | 17 |
I get confused about how to use InStr and Mid, Left and Right, and how to loop through text with them. I have a large block of text, where I want to insert repetitive text markers at certain points, say at the beginning and end of a paragraph, and immediately before an opening
|
| Record sound to a WAV file, Using VB6 | 16 Sep 2004 16:06 GMT | 5 |
I am OK with VB6 language, can not understand VC or much else unless is simply explained. What i am trying to do is record the sound received from my Hauppauge WinTV USB2 device to a file. I need to start recording to the WAV file and at a
|
| How do you go to Top of damn active PAGE! | 16 Sep 2004 16:05 GMT | 3 |
I have looked and looked and I can't find how you place the cursor (selection point) at the top left corner (the very beginning character) of the active page you are on - not the start of the whole document, which is 9 pages long! I want the very first spot on the page I am working ...
|
| Broken VB-related web link on MSDN | 16 Sep 2004 15:12 GMT | 3 |
I'm finding that the link to download a patch file at http://support.microsoft.com/default.aspx?scid=kb;en-us;837910 is broken. Microsoft of course doesn't have any easy way to contact them regarding such matters, as far as I could tell. Does anyone know where a copy of the ...
|
| ssTab Control Background Color Problem in VB6 | 16 Sep 2004 08:03 GMT | 2 |
When I set a custom background color on the ssTab control in VB6, it colors the panel, but not the tabs themselves. How can I get the control to color everything the same color? And I can't put a picture on the tabs of that color because I'm labeling
|
| what is a good installer | 16 Sep 2004 03:06 GMT | 5 |
I need a good installer, preferably one that is free for package and deployment of my visual basic 6 application. I have visual studio. I think there is something that comes with it but i would like to know if
|
| VB6 VERSION_INFO | 16 Sep 2004 01:25 GMT | 10 |
Executable files (.EXE, .DLL, .OCX) can contain version number details of form ##.##.##.##. Visual basic 6 IDE/Compiler only allows you to set the 1st, 2nd and 4th value. The 3rd value is always 0. I understand it is possible to manually overwrite these values once the
|
| How to store emails? | 16 Sep 2004 00:02 GMT | 4 |
I have written a program in vb6 that can send and receive emails but how can i store them? Benny
|
| Textbox | 15 Sep 2004 21:57 GMT | 3 |
Is there a limit to the number of characters/lines of text that can be displayed in a textbox control, and if so is there an alternative way to display a large amount of text in VB?
|
| VB Internet Transfer Control problem copying html source code to file | 15 Sep 2004 19:02 GMT | 4 |
When I attempt to copy the source code from an Environment Canada website (see code below), using the internet transfer control, to check for weather warnings only 15 of the total 255 lines are written to file. Why might this be?
|
| Outlook Contacts | 15 Sep 2004 17:36 GMT | 1 |
Hi, I'm trying to find out if it's possible to gain access to the contacts in Microsoft Outlook. The reason being I'd like to share my contacts between my three machines and do not want to go thru the expense of Exchange Server or any other proprietory solution. If anyone could ...
|
| Calculate balance SQL query | 15 Sep 2004 16:23 GMT | 3 |
I've been away from the game for a while but I'm sure this is simple... I have a table with the following fields: BillerId, TransDate, TransType, Amount
|