| Thread | Last Post | Replies |
|
| DDE Help | 03 May 2006 09:08 GMT | 3 |
I have a problem with DDE. I shall transfer the following VBA code to VB6 using API functions, but can't get it right lHydrasID = rsHelp.Fields("HYDRAS_ID").Value On Error GoTo Open_Err
|
| how to trun to Csharp project in Visual Studio 2005 | 03 May 2006 03:23 GMT | 3 |
I have set the Visual Studio 2005 to Open as Visual Basic Project. Now I want to turn to C#, How can I change Visual Studio 2005 to Start with C# or VC++ project? Thanks.
|
| the well known VB6 setup.exe crash problem | 03 May 2006 01:39 GMT | 11 |
The problem is well documented, and has multiple fixes, none of which are working. for those who dont know, i'm talking about the (confirmed by microsoft) bug that crashes setup.exe as soon as it's run.
|
| Center Background Image | 03 May 2006 01:11 GMT | 18 |
Is there a simple way to just place a background image in the center of a MDI form and set its size. I am sure it's easy, but I haven't come across a simple solution here yet. I can place the image in the center, by using an Image inside a PictureBox, but can't resize it and this
|
| MAPI and my accounts | 03 May 2006 00:39 GMT | 3 |
I wrote a sub using MAPI: it's all right, it functions, but... BUT...!!! I have 4 accounts for email, but MAPI doesn't let me choose the account i want to use! So, when i start the sub, it runs sending mail by my predefinite account...
|
| Who needs Tony Snow... | 02 May 2006 23:45 GMT | 39 |
... when you have Rockford Lhotka, Billy Hollis, Bill Vaughn, and Kathleen Dollard? Bush should hire this group of kool-aid drinkers, eh?! Dr. Dobb's | Visual Studio 2005: Unstable and Highly Recommended
|
| pointer to pointer | 02 May 2006 20:17 GMT | 11 |
I have to call a function which is in dll in VB6. The declaration of the function in the dll is something like this: int **hadmat1(long r) The function returns a pointer to pointer to an integer. How to declare
|
| resize treeview and listview on MDI form | 02 May 2006 19:43 GMT | 5 |
I have created an MDI form with on the left side a picturebox. On the picturebox at the top I have a treeview and at the bottom a Listview. I use following code to set the width of the treeview and Listview but
|
| ScrollBars on a window with a bigger canvas | 02 May 2006 18:35 GMT | 1 |
I'm kindof novice so, in case, forgive me :). I'd like to build an app in VB6 with a main window that I would run as maximized. On this window, along with some common controls, I'd like to have
|
| VB 6 Globalization | 02 May 2006 18:12 GMT | 2 |
guys, Environment: VB6, Sheridan controls( now Infragistics) All i want to do is Globalize this application by reading the cultureinfo from the the database. I can do all this in .NET real fast but how shoudl i
|
| Window focus issue | 02 May 2006 18:09 GMT | 5 |
I am trying to track down a problem where an application is losing focus to other random applications when a child window is closed. I have a simple reproduction of it which I think represents the problem I am seeing. Create two forms, Form1 and Form2. Add a command button to ...
|
| Something like ProcessOf... HELP! | 02 May 2006 17:27 GMT | 5 |
Hi to all I have a question for you! This is the situation: 1) I've written the class clsNetworkMng.
|
| String conversion | 02 May 2006 16:56 GMT | 1 |
In VB6 I exported a date/time field from Access to Excel. However to make the export work I had to change the date/time to a string format in MM/DD/YYYY hh:mm format. Now Using Office automation from VB6, I reformat the excel spreasheet. that
|
| Circular dependencies between modules | 02 May 2006 16:43 GMT | 1 |
I am getting a Compile error: Circular dependencies between modules. The problem seems to result from the following condition. Module A: Option Explicit
|
| appearacne of an object in picturebox | 02 May 2006 15:07 GMT | 3 |
I'm trying to write a code for the following objective: #when the user clicks on an icon, then clicks inside the picturebox, an object appears in the picture box. #The object is a straight line with a divider(B) in the middle so that
|