| Thread | Last Post | Replies |
|
| Dll and passing structure | 04 Oct 2004 00:10 GMT | 6 |
I need to transfer data from an application written in VB6 to a MFC Dll (written in C++ with Visual .NET 2003) The VB6 data structure is shown below Private Type TDATAGLDS
|
| Possible causes of Err 483 "Can't find DLL entry point"? | 04 Oct 2004 00:01 GMT | 13 |
I'm trying to call a function in md5lib.dll (2.0.1.1035) which is listed as being called _md5_file() per dumbin and DependencyWalker, but I get the familiar error 483 when trying to call it. The person who rewrote the code and compiled the source as a Windows
|
| Replacement for Graph32.ocx | 03 Oct 2004 20:16 GMT | 4 |
An old application uses Graph32.ocx which shipped with VB 1 is being converted into VB6. I am concerned about the age of this ocx and wondering what the collective wisdom is in regards to replacing it. Graph32 is used to provide simple histograms and x-y graphs.
|
| Taskbar menu for a borderless form | 03 Oct 2004 18:19 GMT | 2 |
Ive created a form which is borderless (BorderStyle = 0). Ive given it a complete new makeover, ive used bitmaps for max, min, close buttons. ive used regions to make the form rounded at its corners and I also use a couple of other APIs to make the form 'movable' with mouse. Ive
|
| Can a routine tell if it is being called from the Immediate window? | 03 Oct 2004 17:26 GMT | 8 |
I have written a bunch of debug and test routines. Some of them test a global debug switch and either display information in the Immediate window or do nothing depending on the switch setting. I woulod like to be able to call them from the Immediate window and
|
| Focus Help | 03 Oct 2004 16:19 GMT | 5 |
I have 4 or more textboxes called "text1(0)", "text1(1)", "text1(2)" and "text1(3)" etc I want to hit the "Enter" key and change focus from one textbox to the next, how I do that?
|
| Add data to a listview column based on column header, not index??? | 03 Oct 2004 02:10 GMT | 2 |
Can I add subitem data to a listview column based on header name? Currently I am using... lstItem.SubItems(8) = strClone I have a case where the column might not be index 8. I want to use the name
|
| VB 6.0 Form BackStyle Question | 03 Oct 2004 01:06 GMT | 3 |
How can you change a VB Form's Backstyle property to 'Transparent'? I know that this property does not exist in VB 6.0 Forms. Can anyone provide a solution ? Sharrukin
|
| Dsofile can't handle chinese filename on win 98? | 02 Oct 2004 16:23 GMT | 1 |
I use dsofile in vb6 to read word document summary properties. And almost my word files name are chinese. It works fine on windows 2000 & xp chinese version. But when I transfer the program to windows 98 chinese version.
|
| VB crashes | 02 Oct 2004 15:40 GMT | 2 |
Recently I started to experience problems with VB environment. Very often VB crashes (collapses) when I try to save changes either via Save Project or via Save (Form, module...). It might collapse even if I do not do anything with the project itself, but
|
| vb.net problems with dataset relations | 02 Oct 2004 14:46 GMT | 2 |
HI. I have a dataset with two tables. Table 1 is parent and table 2 is child. Am populating a single datagrid with records from child table derived from a single parent record. I am then allowing users to edit child records in datagrid. Users have an update option for each row in
|
| Simple MDIClient Question | 02 Oct 2004 10:23 GMT | 2 |
Dear Group, This is such a simple question that I am emaressed at asking the group, but how to you add a scrollbar to the MDI Client form. For the form that hosts (?) the MDI Client has scrollbars set to true but I still don't see a MDI
|
| How to pass Parameter from VB to Access Macro? | 02 Oct 2004 02:36 GMT | 2 |
I need to pass filename parameter from a VB program to an Access Macro. Is it possible? sl
|
| Need direction with reading VB.exe version | 02 Oct 2004 01:20 GMT | 1 |
I am trying to make a semiautomatic updating routine. I have a form that opens and I want it to look at a specific directory and get the version information from a VB6 executable. Can someone get me a starting point?
|
| MS Word 2003 Menu won't respond.... | 02 Oct 2004 00:03 GMT | 1 |
We have several in house applications that use MS Word. We are converting from Word 97 to Word 2003. The problem that we are coming across is that when we run our program the menu and tool bars in Word will no longer function until the window is minimized, maximized, set
|