| Thread | Last Post | Replies |
|
| combo click event | 08 Oct 2004 09:31 GMT | 2 |
How do I prevent the combo_click event from fire-ing. Here is my problem. When I change a listindex of a combobox by code. the combo_click event gets fired to...
|
| Long time reader, first time poster! AKA newbie | 08 Oct 2004 04:31 GMT | 5 |
I fisrt like to thank all of the people who reply, I can usually find my answers by searching thru your accumulated mountain of knowledge! I am having trouble getting information out of a table that i have in my database. I would to query the table and have the results
|
| Need help installing my VB6 app on a network | 08 Oct 2004 03:12 GMT | 3 |
Hi, A self-taught amateur, I have developed a freeware VB6 application (downloadable at http://www.dcproof.com). There have been several thousand downloads since December.
|
| FindWindow | 08 Oct 2004 01:25 GMT | 1 |
My FindWindow command does not work in my program. When I type the FindWindow command nothing happens. No drop list, nothing, plus I get an error when trying to run code with FindWindow. Is there a reference that has to be added? I'd like to be able to use it to determine if
|
| how can I - On-top with OUT focus | 08 Oct 2004 01:21 GMT | 2 |
I want to be able to make a small form that can pop-up on my screen on top of everything else. At the same time, I do not want this form to get focus. ie: If I am typing something in notepad and I get a popup, I want the focus to remain on notepad.
|
| How do I refresh a treeview without closing the form first | 07 Oct 2004 20:28 GMT | 6 |
I have a form with a treeview which is populated with a recordset from a database. I build in a delete record option but I cannot get the treeview refreshed so the deleted record is not any longer shown. When I run the code that I created to populate the treeview I get
|
| Grayline informations ? | 07 Oct 2004 18:49 GMT | 2 |
Good evening I will like to create a software on the grayline, I looking for information for this subject (calculation, code etc...) Thank your very much for your help.
|
| DAVIDK2@PTD.NET is not my email | 07 Oct 2004 17:42 GMT | 2 |
How do I make sure that my address DAVIDK2@PTD.NET is not spamed?
|
| https+proxy download | 07 Oct 2004 17:06 GMT | 1 |
how can I download a file from a https web site through a proxy? using the inet or the winsock? have someone an example? thank you
|
| Listview on Xp | 07 Oct 2004 16:18 GMT | 1 |
I have a bug with the listview column reorder function and I canno't find the fix nor the bug report by microsoft. Can you help me ?
|
| VB6 - Keeping value in an array when jumping to a procedure ? | 07 Oct 2004 10:15 GMT | 8 |
I'm hoping someone can help me. When Visual Basic jumps to a procedure then I lose the value of an array. I have a module file where I define all my variables. Example
|
| VB6 SP6 Issue with the Win32 Unhandled Exception Handler | 07 Oct 2004 06:35 GMT | 6 |
I'm still researching this, but there seems to be a change in behaviour in the IDE (compiled code not tested yet) with the way it adjusts the UnhandledExceptionFilter. The code is well documented on the Internet (especially newsgroup posts by me
|
| VB6 IDE Syntax Error | 07 Oct 2004 06:33 GMT | 4 |
The following Enumeration causes a error in the vb6 IDE. I believe it is because of the CDECL word being parsed as the beginning of Declare as in 'CDeclare'. In other words, i cant use it... Has anyone else had this problem? Public Enum CALL_TYPE
|
| Can someone explain code 'Dir$' ? | 07 Oct 2004 04:17 GMT | 3 |
I have no background in programming, and am just getting my feet wet with Visual Basic. I am trying to understand the following code that is taken from a Visual Basic book. The only part of the code that I do not understand is the line that says "FileName = Dir$". Can someone ...
|
| ItemData not working in VB 6.3 | 07 Oct 2004 00:48 GMT | 3 |
Hi all, you are my last hope - I have posted messages - read through countless forums and documents and I just cant seem to find the answer. PROBLEM: I have a database which has a table called users. The user
|