| Thread | Last Post | Replies |
|
| Coolbars | 28 Oct 2003 14:30 GMT | 2 |
I am running Visual Basic 6.0 on my Millennium Systm. I can not find "Microsoft Windows Custom Controls-3 6.0" in my Project, Component dialog box, in order to display the coolbar on my toolbox. I understand that this
|
| Mappoint Control | 28 Oct 2003 10:21 GMT | 4 |
Hi Gurus, I want to know the details about the MapPoint control. I want to know, Wht are the facility it provides?. I read that it shows the maps of North America and Europe ONLY.
|
| Windows Recording Mixer | 28 Oct 2003 08:07 GMT | 2 |
How do I get and set the values of the windows recording mixer from VB6 APIs ? I am able to control the Playback mixer currently but I cant seem to figure how to hook into the recording mixer.
|
| Redirecting a Commondialog-control to My computer | 28 Oct 2003 06:57 GMT | 7 |
How do I redirect the property InitDir on a common dialog-control to the My omputer-path? The problem is that it has to work in the range of Win95 up to Win 2003 with various versions of IE installed.
|
| Picturebox | 28 Oct 2003 02:49 GMT | 2 |
I know I'm in the dark ages because I'm still using vb3.0 but can anybody tell me how to get a picture to load up in the middle of the screen no matter what the resolution is?? Thanks
|
| Inquiry on developing a similar application to WinMX using VB6; how do you add the transfer progress bar to a list view control? | 28 Oct 2003 02:19 GMT | 1 |
I am posting this message in hopes someone can help me. I am developing an application using Visual Basic 6 that is similar but not the same as WinMX. My program would download mp3 files and mpg files using FTP from a FTP site rather than peer to peer.
|
| Winsock Problem | 28 Oct 2003 01:01 GMT | 1 |
Hanging Application when accessing SMTP protocol multiple time. If insert a break point in the code i am able to send any no of emails i want but when there is no break point
|
| Web Page to DB | 28 Oct 2003 00:59 GMT | 1 |
(In Advance) I am unsure if this is the right newsgroup to ask, so please post correct newsgroup if question is outside the scope of the group. I want to grab the contents of a web site and put it into my DB. At the
|
| Smooth scrolling in a text box when new lines are added. | 27 Oct 2003 22:43 GMT | 1 |
Currently I am using this: Private sub Text1_Change() Text1.selstart = len(text1.text) Text1.sellength=0
|
| newbie question - user control designing | 27 Oct 2003 22:11 GMT | 3 |
i am new to microsoft VB. i am trying to create a user control which can hold frame controls. Now I need to provide design time editing of the frame controls. The editing will essentially let user to place other controls like commandbutton, checkbox
|
| ADODC Control: Cancel WillMove Method | 27 Oct 2003 21:23 GMT | 1 |
I am using the following code the cancel a move when I am at the begging/end of a recordset. Does anyone know why right after this method/code is executed a message box is pops up displaying the following message "Operation was
|
| Toggle Insert/Overtype in the Datagrid Control | 27 Oct 2003 21:20 GMT | 1 |
Is there any way to get into an Overtype mode while editing a cell in the datagrid control? I am running VB6 SP5. Thanks! Tom
|
| Problem with DBgrid | 27 Oct 2003 21:08 GMT | 1 |
Hi, I have developed a program 2 years back using vb-6 on Windows's 95. Yesterday I installed that on a computer having XP - all of a sudden its showing a problem of DBGrid. Error comes - Licence information not found. I
|
| Rich Text Box With Embedded MSPaint Image | 27 Oct 2003 20:19 GMT | 1 |
I have developed a simple word processor using a RichTextBox control with considerable success although many problems were encountered along the way most of which I have resolved by devious means. However two annoyances remain that I would appreciate help with.
|
| Interval limit of VB Timer Control | 27 Oct 2003 19:24 GMT | 3 |
What is the maximum value allowed for interval property of a VB 6.0 timer control? I tried to set it to 200000, that's a no go. Also, what if I want the timer to wake up every 200 secs or even longer than that?
|