| Thread | Last Post | Replies |
|
| input32 | 11 Apr 2006 18:18 GMT | 4 |
Anyone know where I can download the freeware Input32.dll? Mike
|
| Unable to handle DataArrival event of a socket when processing DoEvents | 11 Apr 2006 16:52 GMT | 1 |
I am connecting a client appln to a server appln for the first time and its working fine at this stage.When I am closing the socket without closing the Client appln, and reconnecting it once, the socket gets reconnected. Now I am sending request message to server and processing ...
|
| Swap algorithm | 11 Apr 2006 16:48 GMT | 4 |
This should have been an easy algorithm but it sort of doesn't want to materialize!! I have CSV files that I need to import. The actual import components requires that the CSV files have the columns in the correct order. So I
|
| show status/progress | 11 Apr 2006 14:49 GMT | 1 |
i write an db application to insert many records into database. While inserting records, i want to show some text of status on a form. But when inserting records, most of CPU resources contribute to the database I/O.
|
| Quit my vb6 dll but keep myHelp.chm open | 11 Apr 2006 12:26 GMT | 5 |
Although this is a help authoring question I wonder if any of you guys can get me out of a twist with controlling my chm help file. I have a vb6 activeX dll called as needed from my vba Excel addin. The dll includes both VB6 forms and vba "userforms" as Designer (don't not expose a
|
| Sizable Scrollbars? | 11 Apr 2006 09:56 GMT | 12 |
Does anyone know of a grid control with a sizable scroll bar? That is, i am developing for a touchscreen and wish the user to interact with a grid which will have the contents being displayed with a font size of 20. When i do this, the scroll bars for the grid controls i have tried
|
| Reading a file from VB | 11 Apr 2006 03:11 GMT | 2 |
I have written a script that will query a text file for a user ID and populate a combo box with those IDs. From there I can choose the user ID which then calls another function to query an FTP log and pull only the lines that have the user ID in it. This
|
| VBP saved without change | 11 Apr 2006 02:22 GMT | 3 |
every time I open and compile one of my VB6 projects VB asks whether it should save the VBP file. If I do so, the file is saved without any changes, but the question comes again the next time I open the project. What tries VB to update there?
|
| Crystal Reports subreports, parameters | 11 Apr 2006 02:09 GMT | 8 |
I don't know if this is possible, but perhaps someone in this group may know. I am upgrading an MS Access project to VB 6, Sql Server 2000 and Crystal Reports. Part of the table structure is as follows: tblCalls
|
| SetPropA & END statement crashes VB IDE | 11 Apr 2006 00:15 GMT | 9 |
using: SetProp frmMain.hwnd, "PrevWndProc", SetWindowLong(frmMain.hwnd, GWL_WNDPROC, AddressOf WndProc) when an END statement is encountered the IDE closes. Stopping program
|
| save in a specific directory | 10 Apr 2006 18:53 GMT | 1 |
I wrote a macro such that I can save a file with a particular name (name and surname of a person.doc). Sub savename() Dim filename As String
|
| How are strings returned to VB from a C DLL? | 10 Apr 2006 18:41 GMT | 15 |
What happens to a string that is being returned from a C DLL to a VBasic caller? Is the string converted or marshalled in some way? I thought a BSTR was an array of Unicode characters preceded by a 16 bit character counter but the following code is able to return a string from a ...
|
| Adding Rows To Update A Formula | 10 Apr 2006 17:02 GMT | 1 |
Whoever can help How do you update a cell sum to include a row you have just added to either the top of your stack or the bottom. For example if I have the numbers 5,5,5 in cells A3,A4,A5 respectively and
|
| controlling Frontpage via visual basic | 10 Apr 2006 16:43 GMT | 1 |
I have a program that I have been working on over the last couple of weeks. Basicly this program is to be used at schools so they can mass create subwebs/sharepoint webs and then mass set the permissions at the moment it works pritty well and I am pritty sure I have the setting
|
| Can Indirection be used to get the value of a constant? | 10 Apr 2006 14:31 GMT | 3 |
I'm setting up custom error messages in my application. I'm defining global constant pairs in a module. For example: global const MyError_1 = 1 global const MyErrDesc_1 = "This is a stupid error."
|