| Thread | Last Post | Replies |
|
| Animated GIF file | 26 Sep 2003 07:03 GMT | 1 |
I want to display an animated gif file on a form and have the animation run. How do I do this? Thanks,
|
| Best way to print on dot matrix printers | 26 Sep 2003 05:45 GMT | 1 |
What do you think is the best way to print on a dot matrix printer? I tried all these ways, but still finding the best one: 1. Using the printer as a filke and so opening it with - open "Lpt1:" for output as #1
|
| Moving controls in an SSTab | 25 Sep 2003 20:05 GMT | 3 |
How can I move a TextBox from Tab 1 of an SSTab to Tab 3?
|
| Usercontrol - type mismatch | 25 Sep 2003 16:53 GMT | 1 |
I'm dynamically loading one of my project's usercontrols into a member variable of type vbControlExtender When I issue the Set m_Usercontrol = Usercontrol.Controls.Add("ictlQueryControl",
|
| Many versions of MSVBVM60.DLL and MSCOMCTL.OCX | 25 Sep 2003 16:12 GMT | 1 |
I have ended up with lots of different versions of mscomctl.ocx and msvbvm60.dll on different machines on different OS platforms (WIN98, XP, WIN2K, WIN2003). I have to clean up, and want to use the latest version of each file. But as
|
| CryptoApi | 25 Sep 2003 13:34 GMT | 1 |
Does someone know where I can find and download it ? Thks. :)
|
| How to remove labels with no tabstop property from tab order | 25 Sep 2003 11:43 GMT | 2 |
I am using a homemade tabstrip which use labels with code behind their click event. I don't want User to be able to tab to these labels but I don't know how to get them out of the tab order since they don't have a tabstop property.
|
| Determining which control has the focus | 25 Sep 2003 06:51 GMT | 1 |
I'm stumped. I have a combobox that has to have an item chosen. I have a message pop up if it's blank on LostFocus. Is there a way to see if the focus has gone to a specific control (the command button to close the form)? I want it to skip the checking if the user is trying to ...
|
| Reference DLL or OCX by pathname | 24 Sep 2003 20:44 GMT | 1 |
I have a huge client/server (TPC/IP, SMTP, SQL) program with many forms. The program is basicly broken down into aprox 12 area's (each of the area's are basicly a program within in the exe). What I want to do is break the program out into dll or ocx files, so I will
|
| Winsock File Upload Using HTTP Form multipart/form-data | 24 Sep 2003 17:44 GMT | 1 |
I'm doing one file upload using HTTP multipart/form-data I'm sending all the bytes, but at the server end (ASP) it is receiving 0 bytes. Here is the code.
|
| downloading files | 24 Sep 2003 04:44 GMT | 2 |
How can I download files from an ftp server using Visual Basic. Is there any dll that can be used. Let me know. Thanks.
|
| How to open a html file in internet explorer | 24 Sep 2003 04:37 GMT | 2 |
Dear Sirs, I want to put a button which will start internet exploerer with specified html page. I try to use shell(), but with shell, I have to know where is the
|
| Using chat in VB | 23 Sep 2003 17:46 GMT | 1 |
Does anyone know where there is information on how to use the MS chat addin. What I am trying to do is to send and receive text from a VB program thru a chat window. I need to find out how to access it. I am running VB 6 enterprise.
|
| Where can i find this dialog box ??? | 23 Sep 2003 12:47 GMT | 1 |
In ms outlook (office xp) while working on tasks, and selecting <New> <Task> menu item,then after i clicked on the <Categories> command button, the categories dialog box has a list item that has a text with a check box for each item on the list.
|
| Multimedia control v6 - activex | 23 Sep 2003 12:43 GMT | 1 |
Does anyone have a reference chart for the AxMMcontrol? I can get it to work using standard buttons, but not with the controls built in events... This example works: **************************
|