| Thread | Last Post | Replies |
|
| Subclassing compilation crash | 30 Dec 2005 17:39 GMT | 8 |
When I try to compile my app (in VB6), it compiles, then writes the EXE, and then the VB6 IDE itself crashes. The EXE that it wrote always seems to be perfectly fine. I have narrowed the problem down to subclassing - if I turn subclassing
|
| ScaleTop / ScaleLeft problem | 30 Dec 2005 17:19 GMT | 2 |
I am having a confusing issue with the behavior of Printer.ScaleLeft and Printer.ScaleTop as compared to PictureBox.ScaleLeft and PictureBox.ScaleTop. According to the documentation, the PictureBox control is useful to layout a print job without using paper (and to provide Print ...
|
| Run treeview from top to bottom after drag and drop | 30 Dec 2005 14:38 GMT | 1 |
Would anybody know a routine that run a treeview from top to bottom even after there has been a drag and drop? I used this routine: Sub RunTreeView(oNode As Node)
|
| VBA CODE - ADODB | 30 Dec 2005 13:56 GMT | 10 |
Hello, i am creating a system where i add, amend and delete data from my database. i have been looking at vb6 and ado and dao. i have been told to go for ado objects such as recordsets and connection. (adodb). I have used VBA before and have managed to create a system using it. I ...
|
| transparent control | 30 Dec 2005 13:29 GMT | 2 |
i would like to have a control that is transparent but that would have mousedown,mousemove,mouseup events and will show on top of any other control in essence a transparent label control,but that will be lower in the z-order
|
| How to get....... | 30 Dec 2005 13:25 GMT | 2 |
I wish to get the information number of received/sent data when I'm online/internet by a dial-up. How to get its information? Can u give its source code? and, Can I detect dial-up which I use to connect?
|
| Class does not support automation | 30 Dec 2005 11:38 GMT | 2 |
I have a problem.I performed a build on a vbp and got an exe out of it. When I edited the vbp I saw that the first two lines indicated the path of the olelib stdole2.tlb.(as the Reference tag) Now I can run the application safely and merrily but someone else who
|
| Detect idle time | 30 Dec 2005 11:36 GMT | 12 |
Does anybody know how to determine if MS Windows is currently idle. Menas no applications are running and do something? Maybe there is Some sort of a Windiows messaage sent? Thanks in advance!
|
| Textbox Question | 30 Dec 2005 09:17 GMT | 13 |
This should be easy but I am having difficulty. Say I have a text box with a buch of text. The text could include double spaces as well as multple vbCRLF. Say I want to go to the tenth word, How do I do it. I cannot use the instr command becasue words can appear an unknown
|
| textbox still working on it | 30 Dec 2005 08:35 GMT | 4 |
Is there a difference between the constants vbNewLine & vbCrLf
|
| Locking columns | 30 Dec 2005 08:32 GMT | 2 |
Hi, i am using the ListView control to display data from a database. the problem i am having is to restrict users from changing the column sizes when the program runs. hwo do i do this? Another problem is when clicking twice in quick sucession, the first column
|
| Setting Default Values for Printer | 30 Dec 2005 08:28 GMT | 2 |
In a VB6 program I have a button which when pressed is supposed to cause the printer options box to show so that the user can change the printer settings such as Print Mode, Paper Size etc. When I first wrote the program my computer had Windows 98 and the coding below worked fine ...
|
| WebBrowser Control Javascript Error | 30 Dec 2005 08:17 GMT | 2 |
I have a hit a snag, Currently I am using the WebBrowser control for my VB6 project. The problem is that when I Navigate to a website,it will popup a javascript error.
|
| validate vs LostFocus events VB 6.0 | 30 Dec 2005 08:14 GMT | 3 |
When a control is given a validate event, does the lost focus event still fire after validation? That is what is happening to me, and I thought if I set Cancel = true inside the validate sub that the lostFocus event wouldn't fire. Any Ideas?
|
| how to find the nodes in treeview | 30 Dec 2005 08:09 GMT | 2 |
name:raj arul, mail_id:wait4u_itraj@yahoo.co.in i was created treeview,i added 1,0000 above treenodes. i am not able to find out number nodes.use the tree object find the
|