| Thread | Last Post | Replies |
|
| Display Thai language in Label | 11 Aug 2005 16:04 GMT | 2 |
I am using VB 6 SP 4 and Oracle 9.2 Database . In our customer table , we have data : Title , which in Thai Language . Check in the Oracle Database , the data : Title are shown in Thai Language correctly .
|
| Checking for registry key entry | 11 Aug 2005 15:55 GMT | 2 |
I'm writing a little script (hope I'm posting this in the right place) to check for the existence of a registry entry in VBScript. If the subkey has nothing but the default entry in it, the EnumValues returns null, but if there is an entry, then when I try to check for null I ...
|
| General Question about VB | 11 Aug 2005 15:14 GMT | 3 |
Is there anything like stack in VB?
|
| Bookmarking a favorite | 11 Aug 2005 14:31 GMT | 3 |
Using VB6 SP6 on XP pro pc. Can anyone show me a code example or point me to one on how to add an item to IE 6 favorites? J
|
| ToolBar.ButtonMenus in Vb6 | 11 Aug 2005 11:47 GMT | 2 |
how can I force a button menu dropdown when user click the toolbar button instead of click the arrow sign? The toolbar button have already set to dropdown style. thx!
|
| vb-listview-plz help me out | 11 Aug 2005 11:42 GMT | 5 |
hi all.i have two listview's and i add items from one listview to another.i have the code below: Private Sub Command3_Click() Dim i As Integer
|
| msado27.tlb has missing dependency info | 11 Aug 2005 10:39 GMT | 5 |
I'm new to this area, (having drawn the short straw) so sorry if this is a stupid question. I'm maintaining a VB6 SP6 app and have just installed XP SP2 on my development system.
|
| wanted: vb6 class which can build (advanced) sql queries... | 11 Aug 2005 09:09 GMT | 5 |
All, I was looking for a class which can build an sql query for me. I want to use it in code so I do not want a visual interface What I want is some thing like:
|
| execute script file? | 11 Aug 2005 03:36 GMT | 4 |
I got a batch file calls myBat.bat, when a user clicked on a button. I wanted windows to run that file. is it possible to do this?
|
| "Conflicting names" error | 11 Aug 2005 02:52 GMT | 4 |
I have VB6EE on WinXP SP2. I have specific project which on opening gives an error message like "Conflicting names were found in ... [Project path here]". I remember some editing of parts of project in Notepad can eradicate this
|
| A Property with some kind of AddItem? | 11 Aug 2005 01:15 GMT | 1 |
I'm a little new to VB, returning after years away, and curious if it's possible to extend the following: Public Property Let gThing(ByVal newvalue As MyType) Thing = newvalue
|
| How to tell if Printer is online | 10 Aug 2005 23:48 GMT | 1 |
Is there a way to find out if the default printer is online? In my situation I am on a Win98 machine and the default printer is a network printer. I would like to know if it is online (basically if it is plugged into a network) before trying to print to it. I don't see
|
| Pointer to an array of pointers | 10 Aug 2005 21:06 GMT | 8 |
I have been reading newsgroup postings, trying to find a solution to my problem. I want to use AVISaveV API on VB6. This function requires a pointer to an array of pointers and i´m having troubles.
|
| How can I repeat a sequence of random numbers? | 10 Aug 2005 19:55 GMT | 11 |
I'm writing a game and for testing purposes I need to know what the sequence of random numbers is going to be. Let's say I start the program and play 10 games. I need all those 10 games to use the same random numbers in the same order every time.
|
| Convert String to Code | 10 Aug 2005 19:42 GMT | 17 |
Is there a way I can convert this string "3+2" to ode so it can calculate the expression? I have over 50 equations that I would have to create a if then or select case statement to get to the correct equation. I much rather store these equations as strings in a db and then look ...
|