| Thread | Last Post | Replies |
|
| VB6 Printer object compile bugs with .Line method | 15 Nov 2003 15:17 GMT | 2 |
I'm sure these are related as both are to do with the .Line method: Bug #1 Printer.Line (var1,var2)-(var3,var4) compiles fine and works, where as
|
| How do get VB to start text extraction in a certain are? | 15 Nov 2003 15:09 GMT | 3 |
hi, i've been trying to figure out how to make visual basic start extracting text at a certain line to when i tell it to stop. I am making trying to make a program where it extracts text from a text file and inserts it into a database. But right now i'm stuck at finding a way to
|
| checkbox and index problem | 15 Nov 2003 14:12 GMT | 2 |
I m facing this problem: I made 16 checkboxes. Named Check1 -> Check16 When I dubbelclick the checkbox to add the code, sometimes Index As Integer is added (like : Private Sub Check2_Click(Index As Integer) )
|
| How to do more than one Undo? | 15 Nov 2003 11:06 GMT | 3 |
With this code I can delete the recent line which was drawed. How do I do to delete the line that is just became the most recent line by pressing command2 again and so on? Thanx
|
| deleting a line from a text file in vb | 15 Nov 2003 06:06 GMT | 2 |
can anyone there could plz tell me a way to delete a line from a text file in visual basic. any code snippet related to this will help me a lot.
|
| When do u use left() and when do u use left$() | 15 Nov 2003 00:38 GMT | 5 |
I am curious that some codes use a function like left() and others use the function like left$() with a dollar sign. What does the dollar sign mean?
|
| VB6 & Unicode Characters | 15 Nov 2003 00:10 GMT | 3 |
How to force VB6 standard controls (Label, TextBox, Listbox etc) to support Georgian language. I have changed font for controls (to Sylfaen) and charset (to 0). Did I omitted anything?
|
| command prompt IN visual studio .NET | 14 Nov 2003 20:21 GMT | 1 |
After using it at my place of work, I have found that Visual Studio is indeed very convenient -- I can open all sorts of documents and even browse the net without ever leaving the IDE. But I would just like to know if I could push it a little further:
|
| WINSOCK/TCPIP Please Help Me (VB6) | 14 Nov 2003 19:50 GMT | 1 |
hi ppl, i have a little problem with a program that im writing. basicaly im writing a program that needs to be able to download data from multiple IPs at the same time. I have tryied using a winsock1 control, but have had no luck. this is really starting to get me down
|
| VB TIMER IN MS EXCEL HELP! | 14 Nov 2003 19:14 GMT | 2 |
dpes anyone know how to insert a vb timer into an ms excel spreadsheet? i need to set a timer going, then press a button which will record the times of the splits. any ideas???
|
| HELP: Visual Basic / Excel VBA's: Excel Thread Left on System | 14 Nov 2003 19:14 GMT | 1 |
I have run into a strange occurrence. Basically I want to open up an Excel file and do a save as to html (I know office automation on server is bad). I wrote a small com application to do this. Please see the code below:
|
| Extracting a int32 from a string (VB6) | 14 Nov 2003 17:28 GMT | 2 |
Subject line says it all really. I have a 4 character long string, that contains a 32bit integer. Problem is i have no idea how i go about extracting it. Any help will be appreciated.
|
| Why does the mouse wheel not work in the code window of visual basic on xp (intellipoint 4.12/5.0)? | 14 Nov 2003 16:27 GMT | 3 |
The wheel works EVERYWHERE but in the code window of VB6. If I install an earlier version of the intellipoint drivers, it fixes the problem.
|
| How to read an exe file? | 14 Nov 2003 16:17 GMT | 6 |
I don't know if there is a way to read an exe fil in vb6.0 or vc++6.0?
|
| VB6 IDE Random Crashes | 14 Nov 2003 16:07 GMT | 1 |
Our VB6 product has been in use for a few years now and a new version is released each year. We had a good development setup on NT and VB6EE. Since moving to Windows 2000 and starting to develop v4.0, we have been getting random crashes of the VB IDE. Looking in the Dr
|