| Thread | Last Post | Replies |
|
| How do connect and disconnect from a network share | 27 Feb 2004 09:15 GMT | 1 |
I'm trying to programmatically connect and disconnect from network share with a user name and password. I'm using WNetUseConnection to connect and WNetCancelConnection2 to disconnect. it works fine. However the problem starts when after WNetUseConnection the network share is
|
| about imaging in vb6 | 27 Feb 2004 05:50 GMT | 1 |
I have just reinstalled Vb6 and the Kodak imaging controls are there under components, but the help file is not being installed. Can someone either show me where this file is hiding or email it to me. Any assistance would be greatly appreciated!!
|
| No Help, No Support, No MSDN,.... | 26 Feb 2004 20:12 GMT | 3 |
I have recently started programming in Visual Basic 6.0 . I was very hopeful at first for my move, and was expecting a very fast improvement in this language. But I have faced so many funny things which are so baffling for me. First, my Enterprise edition of visual
|
| How to subclass a treeview control? | 25 Feb 2004 22:23 GMT | 2 |
How to subclass a treeview control to display multi columns? Thanks in advance
|
| Best way to convert VB App into Demo App ? | 25 Feb 2004 17:29 GMT | 1 |
What will be the best way to convert a VB Application into a Demo Application, is it flash, powerpoint or something else ? Best Regards, Luqman
|
| after applying manifest file | 24 Feb 2004 18:39 GMT | 1 |
I've added a manifest file to my VB IDE. But after that I found that I cannot change the colour of the button. Is that truth I have to choose either XP style or the colour pattern of the controls?
|
| Invoiking Universal Data Link editor | 24 Feb 2004 16:45 GMT | 3 |
How do I do invoke the UDL editor. Currently I am using SQLDMO, but I prefer to remove this from my application and Use UDL editor to get the connection string. I read a 3 years back about VBScript, but I cannot find it now.
|
| How can I compile vb code for microsoft ce? | 23 Feb 2004 15:42 GMT | 1 |
I have a Visual basic 6.0 project for windows xp/etc..(project contains ado connection to sql server database) But now , i must run this program on the windows ce (in the pocket pc) How can i conver this project for run on the windows ce?
|
| Row Handle referred to a deleted row or row marked for deletion | 22 Feb 2004 08:29 GMT | 3 |
I have a recordset at Client Side Afterwards the clients delete 2 rows As i have to maintain the closing balance i filter the recordset when the Recordset is sent to the Business tier with the adFilterPendingRecords
|
| How do I parse the webbrowser.document path | 19 Feb 2004 22:01 GMT | 1 |
I am storing a selection of URLs in a text file along with the relevant DOM for that URL, eg www.mysite.com may need a DOM of 'webBrowser1.document.form1.query.value = myvar', but www.wifesite.com might need a DOM of 'webBrowser1.document.theform.thename.value = myvar'.
|
| Please help with statusbar icon problem | 18 Feb 2004 19:04 GMT | 1 |
I have a sub routine that adds the filename and it's small icon to a statusbar panel. I use SHGetFileInfo to extract the small icon associated with the file. This works fine with one small problem. The icons are not normal shape but instead are elongated vertically. Any
|
| Groupwise calendar info | 18 Feb 2004 18:46 GMT | 1 |
Can anyone give me some sample vb code accessing groupwise appointment information? I'm trying to pull this info into an access database.
|
| Creating Class modules in VB6 | 18 Feb 2004 18:13 GMT | 6 |
I'm trying to creat a class module in VB6 that has the following structure Requests |_ Request | |_ Files
|
| How to create a resolution independent form ? | 18 Feb 2004 18:01 GMT | 1 |
Can any one help me to create a resolution independent form (I have SS Tab control also) ? Regards, Peri
|
| Advice: Reading records from text file | 18 Feb 2004 17:57 GMT | 5 |
For my application i have a file (4 Kb) with two fields and 170 records (text file = tab separated file) What is the fastest way to read this file and find a specific record? Now it's a separate file, can I create a resource file from this file with
|