| Thread | Last Post | Replies |
|
| Calling VB .NET DLL from VC++ .NET | 03 Aug 2004 22:17 GMT | 10 |
Is this possible? I can compile my VB code as a Class Library ( DLL ) but how do I generate a .DEF file for the VC++ to get the Dll entry point?
 Signature Cash at Cubic
|
| Date / Time American versus european / german mode | 03 Aug 2004 22:15 GMT | 2 |
i have a problem with the date-format within VB6, because in some controls they are shown in the american-way, what leads to some problems f.e. when datas should be sorted. Is there a posibility to change the general country-format in VB6?
|
| Datagrid overflow problem | 03 Aug 2004 22:02 GMT | 1 |
I am using VB6 with Sql Server 2000. I have a form with a datagrid that could possibly have up to 50,000 records. When the user double clicks on a record in the grid, it pulls up a form allowing them to update some information in the record. Once they hit save on the form it ...
|
| Att: Jezebel | 03 Aug 2004 21:52 GMT | 2 |
I have tried your code below and it works but I have a slight problem. I also have a column with Quantity so would need to multiply the cost & Selling price. ie.
|
| selecting range for charting | 03 Aug 2004 21:35 GMT | 1 |
Hi, I would like to write VBA code so that an Excel user can select a subset of a large dataset (selection is done by inputting information into a userform) and have the VBA code
|
| Installing VB6 without MSJVM | 03 Aug 2004 21:23 GMT | 14 |
I'm trying to install VB6 from the Visual Studio CDs on a W2K server that doesn't have the Microsoft JVM installed but it won't let me unless I install the MSJVM. Is it not possible to install VB6 on a machime without it?
|
| Sum SQL Data | 03 Aug 2004 21:15 GMT | 5 |
I have a program that creates invoices & Credits and I want to add a charting for. ie Jan to Dec and see columns of what the profits were for each month. I would like to be able to select a year and then use an SQL query on an
|
| Server date should be taken | 03 Aug 2004 21:07 GMT | 2 |
I have some vb projects which are running on the client systems. When i try something with Date it is taking the client systems date. But it should take the server's date. Is it possible? if so let me know how to
|
| sql server installed or not | 03 Aug 2004 19:53 GMT | 1 |
Currently i am checking this file(sqldmo.dll) into client machine wheather the sql server installed or not. suppose the user installed on some other drive d or e. i'll face problem. instead of that is it possible to check any other file on system folder? "C:\Program ...
|
| Rename SQL Server database using VB6 | 03 Aug 2004 19:30 GMT | 1 |
How could i rename a SQL Server database using VB6? Is it possible? Any help is appreciated (code, tips, links, articles, etc.). Jonathan
|
| MDIChild Scrollbar | 03 Aug 2004 19:05 GMT | 2 |
I'm looking for a way to use scrollbar in my MDI child form. I can't find any properties in my form (scrollbars) and if i use some scrollbar object i don't know how to find out if my form is maximized or minimized and what
|
| Can I get the user name that the user use to login to LDAP ? | 03 Aug 2004 18:06 GMT | 1 |
If a user login to an NT server, programmatically I can get the NT user name by using the following code: Declare Function WNetGetUser& Lib "Mpr" Alias "WNetGetUserA" (lpName As Any, ByVal lpUserName$, lpnLength&)
|
| Calling VB .NET DLL from VC++ .NET | 03 Aug 2004 17:30 GMT | 1 |
Is this possible? I can compile my VB code as a Class Library ( DLL ) but how do I generate a .DEF file for the VC++ to get the Dll entry point?
 Signature Cash at Cubic
|
| Indicating Deleted Records | 03 Aug 2004 17:05 GMT | 1 |
I have a VB6 form with a ADO Data Control on it. On the form is a set of textboxes which are databound to fields in the Data. There is also a Delete button which calls the Delete method on the DataControls Recordset.
|
| KeyCode=0 | 03 Aug 2004 16:24 GMT | 6 |
I have a form with a number of controls on where I need to restrict user input to a set of characters. I would have thought that I could place code in the KeyDown event to check which key had been pressed and set Keycode=0 if if did not fall into acceptable range. ie
|