| Thread | Last Post | Replies |
|
| Form show on shut down! | 07 Dec 2004 19:47 GMT | 1 |
Can someone please help me! I want a form to show when user clicks to shut down windows. How do I do that? And how do I stop shutdown until user has clicked "OK" button on my form?
|
| Constructors in VB6 ?? | 07 Dec 2004 18:56 GMT | 1 |
As VB newbie I try to get familiar with some VB6 code. The code include a Series.cls file with a class called Series. (code snippet)
|
| pausing a program | 07 Dec 2004 15:29 GMT | 11 |
I am trying to find out how to pause a program, for a few seconds or for a few minutes, and I am getting confused. I assume that I need to use a timer, set it to the required interval in milliseconds, then enable it, but I don't see how to transfer control back to the calling ...
|
| passing an array between forms | 07 Dec 2004 12:15 GMT | 2 |
Hi, I am a newcomer of VB 6. There is an array A(2,NN) of form1, in which values will be assigned to the array by a interface. In form2 I want to use the values of A(2,NN) for calulation. How can I pass the the values of the A to form2? thanks.
|
| open system log files | 07 Dec 2004 03:40 GMT | 4 |
I just had a strange problem. I wrote a VB program which need to open some system log files. But strangely that the 'OPEN myfile FOR INPUT AS #1' doesn't work. I've tried to use DIR() but it always tells me 'File not found'. Then I tried to open some normal text files which
|
| Crash when saving properties after changing control name | 07 Dec 2004 00:07 GMT | 4 |
I've always wondered whether this was generally known or just an anomoly on my machine. Occaisionally after I name a control in the properties window then move the focus straight from the name field to the close button, the vb6 IDE crashes & I lose all unsaved work. I get around ...
|
| Does VB6 Timer Control work properly in XP? | 06 Dec 2004 16:19 GMT | 3 |
I'm having trouble getting the Timer Control in Visual Basic 6.0 to execute the required number of ticks on time in Windows XP. Below is a simple code fragment which sets the timer interval to 10ms and records how long it actually takes to execute the required number of ticks
|
| RENaming Files | 06 Dec 2004 16:02 GMT | 2 |
Greets, I needed to write a small program to rename all filenames in a directory which had spaces in their names, to replace the spaces with underscores.
|
| Menu Editor problem, Visual Basic 6.0 | 06 Dec 2004 15:18 GMT | 1 |
I have a problem with the Menu Editor of Visual Basic 6.0.. First I'm not a expert with Visual Basic , thus maybe it is easy to solve.. When I want to make a menu with the Menu Editor, and I insert some items, I get the following message:
|
| How to get rid of the icon that appears form's titlebar | 06 Dec 2004 15:09 GMT | 3 |
Dear Experts, In VB6, we have a form which needs to be resizable (BorderStyle = Sizable) and also Control menu (ControlBox = True). An icon appears in form's title bar, which is Windows 2000/XP default icon. We want to
|
| File Processing | 06 Dec 2004 11:46 GMT | 5 |
Can anyone please help me with a VB6 problem. I have lots of .csv files in a folder and an application to process them. However in order to ptocess them I use the dialogue ..this means opening each file individually.
|
| IE toolbar problem | 06 Dec 2004 10:40 GMT | 8 |
i am desperately trying to compile this code http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=50293&lngWId=1 but it's keep returning an error, i have tried many other examples but i keep geting the same error
|
| How to create a COM object but use an exisitng interface in a TLB? | 06 Dec 2004 06:52 GMT | 4 |
I am trying to create a COM object that will use an existing interface already defined in a TLB. How do I point my COM object to this interface? I have added a reference to the TLB in an AcitveX DLL project, but am unsure of how to proceed.
|
| Winsock what did I miss? | 06 Dec 2004 00:17 GMT | 12 |
Hi grp! Trying to receive a udp msg in vb6, but it shows only zeros. What have I missed? /Henning
|
| Disable Ctrl Alt Del | 06 Dec 2004 00:14 GMT | 2 |
hey, can someone tell me how to disable the control alt delete in windows xp?
|