| Thread | Last Post | Replies |
|
| How do you reduce dev time? | 02 May 2006 13:50 GMT | 12 |
Hi. Of late I've been wondering the about the best ways to reduce the development time for my apps (database related). I've come across some free utilities on the net that do things such as create classes, stored procedures from my database tables, and create the DB calls to execute ...
|
| How can I make the selected text of a RichTextBox bold? | 02 May 2006 10:59 GMT | 2 |
How can I make the selected text of a RichTextBox bold? I read the MSDN help and it said that I should write: RichTextBox1.SelectionFont.Bold= True but there is no "SelectionFont" property or similar thing in my RTB
|
| Microsoft Word / Visual Basic editor | 02 May 2006 09:17 GMT | 2 |
Who has used the Visual basic editor in Microsoft Word 2003?
|
| How can I get the size of a file? | 02 May 2006 08:37 GMT | 1 |
I am a VB6 beginner. How can I get the FileSize of a file that is shown in my FileLIstBox? Is there a way to show the file size in the same FileListBox? Thank you
|
| WaitForMultipleObjects XP/2000 | 02 May 2006 04:49 GMT | 1 |
I am updating an application that ran on Windows 98/ME..., but I can't seem to get the transfer of packets to work in a new version running on XP and 2000, so I am wondering if anyone else has encountered problems with the WaitForMultipleObjects function when upgrading to 2000/XP.
|
| Check code? Params and stored procedures | 02 May 2006 02:24 GMT | 7 |
I am using stored procedures to add, update, etc. Some of my code (specifically for loading and updating and record navigation) is listed below. It seems to do the job, at least when I test it. My question is, is this the proper way to access a Sql Server database? If
|
| Erase portion of form | 02 May 2006 02:00 GMT | 2 |
I am fooling around with a card game and I need to redraw a players hand. I would rather not redraw the whole screen, but would rather erase/claer the portion of the scrren that is reserved for the particular player. I am using the cards.dll for WIN/XP, and the statements to ...
|
| Capture events of dynamically created controls | 02 May 2006 00:43 GMT | 2 |
I have an ActiveX control that I wish to dynamically instantiate at runtime in my VB6 project and I would also like to respond to events that control raises. Presently I have this *which works*: '--------------------------
|
| convert double to decimal | 01 May 2006 23:23 GMT | 4 |
In the example below, the 'convert.ToDecimal' removes the last 5. I'd like to get the number, in tact, moved to the decimal veriable. Any help would be greatly appreciated. Dim dcml As Decimal
|
| AUTORUN on installation | 01 May 2006 19:53 GMT | 2 |
after I have compiled & packaged my new VB program, I am ready to deploy the package on CD to distribute. I have not been able to set the CD to AUTORUN when the program is installed on someone's computer. I am running VB6, Learning Edition.
|
| how to restrict text to digits and commas using RegExp? | 01 May 2006 19:24 GMT | 2 |
I need to restrict some text in a text box to only digits and commas. '123' is OK '123,12345' Is OK '334599992' is OK
|
| My.Computer.Network.IsAvailable question - VB 2005 | 01 May 2006 18:36 GMT | 3 |
Hi can someone tell me if the My.Computer.Network.IsAvailable will show true if dial up is connected? thank you, Ed
|
| send Ctrl-Z over serial port with MSCOMM, possible? | 01 May 2006 18:14 GMT | 9 |
I feel like I'm being dense, but I can't figure out how to send Ctrl-Z (as in holding down the Control key while pressing the "Z" key) over a serial connection established with MSCOMM. TIA,
|
| ParamArray can't hold variable names? | 01 May 2006 17:28 GMT | 2 |
Is there any way to make something like the following (which doesn't work) work? You can't declare ParamArray with ByRef but I thought the default for vb6 parameters to a function was by ref, but it doesn't seem to work.
|
| Access97 and vb6 | 01 May 2006 15:19 GMT | 1 |
VB6 and DAO 3.51: I have the following code: Set tdLinkedTable = dbTEMPD.CreateTableDef("VinLinkedTable") tdLinkedTable.Connect = ";DATABASE=" & strDBAddr_p & ";PWD=" &
|