| Thread | Last Post | Replies |
|
| Right Click DirListbox | 10 Jan 2004 22:34 GMT | 3 |
I need to capture a right click over a folder in a DirListBox... I have a DriveListBox, DirListBox and FileListBox on a form. They are coordinated to work together. If I right click on any folder on the DirListBox, I can easily get the 'open
|
| MSHFlexGrid question | 10 Jan 2004 11:40 GMT | 1 |
I'm using the HFlexGrid to display a parent/child dataset, and it does that OK. However, I'd like to have the parent show about 7 narrow columns, and the child / children records display underneath with just one extra-wide column.
|
| Trouble connecting to an Access DataBase | 10 Jan 2004 11:35 GMT | 1 |
When I try to run my program, which includes the code listed below, I get this error message. "Run-time error '3061': Too few parameters, Expected 1."
|
| msinet.ocx and http_auth | 09 Jan 2004 19:35 GMT | 3 |
I'm currently working on an application that need to download files from a IIS5 webserver configured to ask for a basic authentication. My application is designed to use the msinet.ocx control to download the concerned file. Everything works very fine until I turn on the
|
| How to disable autoselect of a word in textbox doubleclick | 09 Jan 2004 19:02 GMT | 3 |
I am making a text editor where it does parenthesis matching when you double click before or after a paren. It seems to be getting messed up by the action of the textbox. On a doubleclick, the textbox wants to first highlight a complete word and then run the doubleclick event. This ...
|
| New Record question | 09 Jan 2004 17:44 GMT | 6 |
I know that in Access VB Add New record is DoCmd.GoToRecord , , acNewRec What is it is Regular VB? Same question for Next Record.
|
| Username and Password Through winsock | 09 Jan 2004 14:12 GMT | 2 |
I am newbie to vb6 and want to send password and username for authentication to server but dont get any idea how to seperately send both strings . If is send data like this " winsock1.senddata txtusername.text & txtpassword.text" it joins the data and show it as a single word at ...
|
| Copy Listview contents from known hWnd | 09 Jan 2004 07:46 GMT | 1 |
I need to copy a listview data contained from another application, I want to come in via API. How do I code to copy/mirror the contents if I know the targets hWnd?
|
| Adding columnheaders to MS FlexGrid | 09 Jan 2004 01:49 GMT | 5 |
how do I add columnheaders to a MS FlexGrid-control at runtime? how do I add columnheaders to a MS FlexGrid-control at designtime? At the moment I have solved the problems with a number of label-controls that are resized when the FlexGrid-columns are resized.
|
| How to play MP3 files within VB6? | 08 Jan 2004 22:28 GMT | 7 |
I'm not a newbee, but I've never used MP3 in VB befor. How can I play MP3files with VB6? I've seen that some special .OCX is needed, but how do I know I have the right one and how do I use it? Is ther a link to a webpage where this is explained and with examples? I've found ...
|
| File Monitoring | 08 Jan 2004 21:20 GMT | 2 |
I am using VB.NET and the FileSystemWatcher monitoring a network drive. Periodically I will get an error such as this: A first chance exception of
|
| XP style task pane in vb.net | 08 Jan 2004 18:51 GMT | 2 |
Anyone know how to create a Task Pane control in VB.NET? Not sure if I'm using the right name for it but what I would like to achieve is to mimic the left hand side of the "My Computer" window in XP where you get the "System Tasks" and "Other Places" things...
|
| Missing design time licenses | 08 Jan 2004 16:28 GMT | 1 |
I am having trouble upgrading a set of applications developed in VB6 to VB.net. When I try to upgrade them I get an error message that says "Referenced component x is missing a design time license". Where x is RichTextBox or
|
| Multiline tree view | 08 Jan 2004 15:02 GMT | 1 |
Can anyone tell me how I can make the text in a treeview line be shown wrapped? I've tried adding VBCrLfs into the text string and there doesn't seem to be a straightforward property to allow it. TIA
|
| How do I play a wav file down a telephone line? | 08 Jan 2004 14:58 GMT | 2 |
Howdy (PLEASE NOTE NOT FOR AUTODIAL APPLICATION <g>) I want to be able to send a recorded message to someone through a telephone line.
|