| Thread | Last Post | Replies |
|
| Method '~' of object '~' failed | 22 Dec 2004 07:38 GMT | 5 |
--Method '~' of object '~' failed This error message appears on a customers system. Our software used to work for a couple of month, but now this error message appears. What does it mean?
|
| THREED32.OCX error | 20 Dec 2004 22:37 GMT | 3 |
When i open a vbp(visual basic project) file i am getting the following error messagebox 'E:\.......\THREED32.OCX' could not be loaded-- continue loading project? After the occurrence of this error messagebox, i have registered the
|
| calling a delphi's dll from vb6 | 20 Dec 2004 08:41 GMT | 2 |
I'm trying to call a dll that I created in Delphi 7, but I'm getting this error: "VB6.exe has generated an error", using Dr. Watson I've found that it's an access violation. The Delphi dll returns a string, the dll compiles fine, but I can't use
|
| Adding textboxes runtime and controlling KeyDown Event | 19 Dec 2004 23:06 GMT | 6 |
Hii everybody, I want to add a new Textbox to my Userform runtime.If the user press teh Enter Key on this runtime added Textbox then I want to add another Textbox below the last want. And again on Enter Key I want to do that all again.
|
| Determine CAPS LOCK state in VB. NET | 17 Dec 2004 16:09 GMT | 2 |
Is there any way to determine the CAPS LOCK state in VB. NET, without calling any VB6-style Windows API?
|
| Image Control CB_FindString | 17 Dec 2004 14:35 GMT | 2 |
Is there any way to use CB_FindString with an Image combo??? Doesn't seem to work. Returns 0 always. Works for a regular combo. Is there any other way of finding a string in the combo without just
|
| how to do Video Chatting | 17 Dec 2004 07:31 GMT | 2 |
Hello Every body, I am developing a Video Messanger Application, which is supposed to work just like Yahoo or MSN Messanger. I have already completed the text chat part.
|
| How to call my CreateCaret/ShowCaret functions when my program becomes the active program again. | 16 Dec 2004 17:17 GMT | 1 |
I have a VB6 program with a single form and a single text box on it. There are also command buttons but they always set the focus back to the text box. I'm using the code below to create a block cursor in the text box rather than the standard vertical bar you get at the ...
|
| Deleting GlobalMultiUse object | 16 Dec 2004 11:52 GMT | 3 |
There is an object created as GlobalMultiUse in Vc. i.e like if we use in VB we need to give only the reference. Need not create object for that class. When I am calling any of the function in the class the object getting created automatically.
|
| Crear tablas de access dinamicamente | 15 Dec 2004 18:47 GMT | 1 |
Holas: Estoy buscando un codigo para crear tablas, campos, etc en tiempo de ejecucion desde visual basic. Agradeceria cualquier colaboracion.
|
| Experts: Using InterfaceInfoFromObject in a compiled app | 15 Dec 2004 15:20 GMT | 1 |
I have built an application that uses the TLBINF32 library that ships with VB6 Pro. My code inspects the properties of form objects at runtime, including intrinsic controls.... It runs perfectly fine in the IDE, but hangs when I run the compiled application.
|
| DLL/COM reference and binding | 15 Dec 2004 14:46 GMT | 2 |
I want to know some basic fundamental details of DLL and itz reference. we have 2 ways to refer to a com object thru vb one is late and other is early binding. what i want to know is when we select the com object in the reference window in project menu whatz actually the vb doing ...
|
| How do I change the cursor in a text box to be a block instead of a vertical bar in VB6? | 15 Dec 2004 04:22 GMT | 4 |
I have a VB6 program with a standard text box on a standard form. Normally the cursor in the text box is a blinking vertical bar which appears where the next letter will be typed. I want to change this so there is a blinking block the size of one character instead of the ...
|
| Get parameter error when calling third party DLL. | 10 Dec 2004 18:26 GMT | 1 |
I am attempting to call a function on the RightFax API from VB.NET. The original declaration for the function in VB 6.0 is: Declare Function RFVB_SendFiles1 Lib "RF2VB.DLL" (ByVal hServer As Long, _ ByVal lFI10Object As Long, _
|
| DDE integer | 09 Dec 2004 22:21 GMT | 1 |
In English: I want to create in VB6 a DDE customer to a server program (HISTDATA) who allows of Interrogate him in DDE. For the accesses of the commands in character mode, I have
|