| Thread | Last Post | Replies |
|
| Dumb Question | 20 Oct 2004 11:43 GMT | 4 |
Im sure this is really basic Can I create a dll that contains a number of constants and functions (that are not in classes) that I can call from another application without instanciating any class?
|
| Automating Word | 20 Oct 2004 08:42 GMT | 1 |
I've created a small EXE program to speed one of my jobs. It has to open Word(2003) under Windows XP, connect a mailmerge document to a FoxPro/Dbase database and bring up the dialog box to save the document which is now attached to the data.
|
| Creating resource files (or similar) at runtime? | 20 Oct 2004 08:12 GMT | 6 |
I would like to add the ability for the user to gather a collection of images and text files (representing a skin) and compile that into a single resource file that the app can then retrieve the images and text from. Does anyone know how I could do this, or point me to some kind ...
|
| Synchornous Call | 20 Oct 2004 07:45 GMT | 1 |
I am writing a client side program with winsock control. I have to send a request to the server using winsock.SendData method from the client side program. The client side program will receive its data from winsock_DataArrival event. I want the program wait the data back ...
|
| InstrRev function? | 20 Oct 2004 04:59 GMT | 15 |
In the Help index, the entry entitled ?string functions, new in Visual Basic 6.0" includes a link entitled "InstrRev Function". Clicking on it goes to the InStr function. InstrRev gets an error from the Immediate window.
|
| Overflow error | 20 Oct 2004 04:57 GMT | 11 |
I cannot recreate that error on my computer, but some user is reporting it. The code is: If txtHour.Text <> "12" And txtAmPm.Text = "AM" Then lpString = CStr(vsbCount(17).Value * 3600 + vsbCount(18).Value * 60)
|
| VB6 just updated to SP6. Error in running project? | 20 Oct 2004 04:12 GMT | 2 |
I'm stuck. Hoping to get some experience and wisdom. After procrastination, I updated my VB6 Professional to SP 6 skipping all intermediate ones. Just what I feared happened. When I run my working project I immediately get the following error:
|
| scroll wheel / properties window ODDITY | 20 Oct 2004 02:42 GMT | 4 |
has anyone else seen anything like this? VB6 SP5 Win 2000 SP4 MS WheelMouse
|
| Dragging the selected item in a list view | 20 Oct 2004 01:57 GMT | 3 |
I am trying to place a red line under the item text I am dragging an item. Can anyone tel me how to do this uner mousemove for the relevant listview. Thanx
|
| Language of MessageBox in VB6 | 20 Oct 2004 01:18 GMT | 1 |
I declare this function in VB6: Declare Function MessageBoxEx Lib "user32.dll" Alias "MessageBoxExA" (ByVal hwnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal uType As Long, ByVal wLanguageId As Long) As Long
|
| Menu color | 20 Oct 2004 01:15 GMT | 2 |
I want to change the background color of menu and sub-menu item by item. For example : Sub menu Edit contains 15 items. Item 1 to 5 have yellow background. Item 6 to 10 have white
|
| Run Access reports from vb 6 applications | 20 Oct 2004 00:43 GMT | 3 |
When our customer, that use our vb 6 application with a sql server database, needs a new report we use Access. The customers runs the Access reports from independent, free standing mdb files. I'm wondering in what ways our developers could integrate the Access reports into our VB ...
|
| forms in activex dll | 20 Oct 2004 00:41 GMT | 3 |
how can i place a form in an activex dll and how can i show that form in an application the idea is to update a program with those dll's so how do i 'load??' those dll's at runtime
|
| API calls gives different results in Win 2000 than in WIn XP | 19 Oct 2004 22:58 GMT | 3 |
I am using the following code to retrieve file creation date data. . . hFile = FindFirstFile(ptPathToFile & ptSearchStr, wfd)
|
| Debugging tools - Tracking User Actions leading to error | 19 Oct 2004 22:16 GMT | 1 |
I'm looking for a tool ( free preferred but not required ) which will allow me to capture Keyboard and Mouse actions on an application and then to replay those keyboard and mouse actions again when re-running the application.
|