| Thread | Last Post | Replies |
|
| Windows version | 11 Mar 2005 05:46 GMT | 2 |
Api call getversionex seems to indicate that winXP is win 2000. Any clues on how to distinguish these?
 Signature Remove norubbish to reply direct
|
| Newbie -- vbscript error | 11 Mar 2005 04:33 GMT | 4 |
I having a type mismatch error in a vbscript code. The code is as follows: +++++ tempnum = 0
|
| KeyPress Event Question | 11 Mar 2005 00:58 GMT | 1 |
I have a text box for entering in a search string on my form. I coded the following KeyPress event handler: Private Sub txtFindCall_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then
|
| Setup problem | 11 Mar 2005 00:21 GMT | 4 |
Using the standard vb6 package and deployment wizard. Amongst other files I need to distribute atl.dll. (I know this is OS dependendent). This gets put in the setup1 files section.
|
| Advice for a new programmer | 11 Mar 2005 00:15 GMT | 94 |
Hi all, Just started my first programming job out of college (yes, there are some left in the states, but not many). i will be watching this board and asking a lot of questions. Any of the old hands have a few bits of advice that they don't teach in
|
| win xp and image control problem | 10 Mar 2005 22:26 GMT | 7 |
I am writing a small application to allow me to browse jpg files in multiple folders. I have used a section of code for recursive directory listings and have put the full path file names into a list box. That works OK.
|
| Looking for corporate solution instead of system DSN for ODBC connections | 10 Mar 2005 20:18 GMT | 3 |
I was hoping to get some advice. I work for a fairly large corporation. We have an environment which uses Visual Basic 6.0 and System DSN settings (ODBC) to access MS SQL 2000 servers. The problem that we are having is that our System DSN settings are installed onto each box ...
|
| Application.SendKeys doesn't work with Remote Desktop?? NOW WHAT? | 10 Mar 2005 19:46 GMT | 1 |
I'm simply executing the following and it won't work. DoEvents I threw in for testing as i saw reference that it may help, plus the time delay was a suggestion, none of which solves the fact that NO data (via SendKeys) can be sent to a Terminal Services
|
| User Privileges | 10 Mar 2005 18:19 GMT | 2 |
I need to check in VB whether the user is running with admin privileges or not.
|
| Saving VB6 Form as Image | 10 Mar 2005 15:40 GMT | 8 |
Hai, I have drawn few circles with (predefined) text on a VB Form. I just need to save this Form's image as an image file. VB.NET supports this feature.
|
| Case sensitive combobox. | 10 Mar 2005 13:07 GMT | 1 |
Any idea how to make a combobox case - sensitive in VB. Let us assume i have a range object in Excel with 2 strings which are the same but the case is different. Eg: ABC and abc. Now i set the row source of the combo to this range object.
|
| Get data from another application | 10 Mar 2005 12:28 GMT | 6 |
Is there an easy way of reading data from a list control in another application? The 'other' application is a single window which collects phone call data from our telephone exchange and displays it in a list control.
|
| Reading in a text file | 10 Mar 2005 07:58 GMT | 4 |
I'm new to visual basic and have fallen at the first post. I want to input a text file created by a word processor package and handle the code as a series of bytes but so far, I have failed miserably. It sems to be extraordinarily difficult to input any file not created by a write ...
|
| How do I find the date of this Saturday? | 10 Mar 2005 05:56 GMT | 3 |
I'm a programming neophyte so needless to say I need some help on some VB scripting. I need to create some code to find what month it will be this coming Saturday. I also need to do the same for the week # of the month this
|
| Closing ADO connections | 10 Mar 2005 02:53 GMT | 11 |
I'm a newbie working on a multi user app in VB6.0 in a Winn2000 environment. I have several forms that interact with a Sql Server 2000 database to which I connect via ADO (which is new to me). From and efficiency/reliability standpoint should I open a global connection
|