| Thread | Last Post | Replies |
|
| VB6 Commondialog.showprinter | 05 Nov 2003 05:44 GMT | 1 |
I try to print with CommonDialog1.PrinterDefault = False CommonDialog1.ShowPrinter Here i select other than a default printer and press OK
|
| Animation control | 05 Nov 2003 01:32 GMT | 5 |
My program needs a small "I'm busy" spinning logo. But the Animation control won't play it. If I remember right, it has some fairly strict limitations. The AVI is only 140x30, 10fps, 254 colors, RLE-encoded and 80kb on disk.
|
| Property Page Help Button | 05 Nov 2003 00:21 GMT | 4 |
I have an AX control and associated .CHM file. I assigned the .CHM help file in the AX property page. The .CHM has a topic, 1, in it. I assigned the GENERAL page HelpContextID to 1. The Property page then shows the help button. When I select it, VB quits responding.
|
| What control can I draw Input On? What methods to use? | 04 Nov 2003 22:19 GMT | 8 |
I want user to draw a waveform on ctrl. Then (?) I'll programmatically sample it, do an FFT on it. I don't see that I am able to do this inputting on MSChart, MSGraph... I think a PictureBox is it?
|
| Determine if mouse cursor is inside a form | 04 Nov 2003 20:06 GMT | 1 |
Is there a way to determine if mouse cursor is inside a VB form? If mouse is moved from outside of a form into the form, form_MouseMove event fires. But what if the mouse is moved from inside a form to outside, what event fires?
|
| Microsoft SSTab | 04 Nov 2003 20:05 GMT | 1 |
Is there a way to check in code which tab in an SSTab the user is currently working on and active? Simple question, there should be a simple answer, I haven't found it yet though. Thanks!!
|
| Bug with DateTimePicker? | 04 Nov 2003 18:55 GMT | 1 |
I have found that when I use the checkbox in the datetime picker it seems to shows a check even when the DateTimePicker.Checked Property is false. This seems to happen with I load up the data and one of my date values requires a
|
| Edit Bmp | 04 Nov 2003 17:20 GMT | 1 |
Trying to edit a BMP in vb6. Hoping it'll pop up with the pen ready, like MSPaint does. Any ideas? The MSPaint component doesn't work right.. =/ -khai
|
| how can i draw using SHAPE control in VB6 | 04 Nov 2003 17:06 GMT | 1 |
how can i draw using SHAPE control in VB6 is it impossible if so, is there something advanced SHAPE control or third party's one ? i want some more type of shapes.
|
| Displaying disabled CheckBox Controls | 04 Nov 2003 15:19 GMT | 1 |
I am allowing users to select a checkbox (and other controls) on a Visual Basic. Net form. Once the user submits the form I want to disable the controls in order lock the input. With a textboxes I assign the ReadOnly
|
| text strings - newbie | 04 Nov 2003 15:17 GMT | 3 |
I am looking for a function to search from the right side of the text string untill it finds the "\" and read the path, so that i can use the filepath for the copy.. i.e. NewFile = Copy & File
|
| vb.net Progress bar and timer control | 04 Nov 2003 14:29 GMT | 3 |
I am looking for a way on form load to make a progress bar move while the timer runs. Stopping in 5 seconds. Example: form loads.
|
| Posting with Inet Control | 04 Nov 2003 12:36 GMT | 16 |
Anyone know how to POST data to an ASP page using the Inet Control in VB60? Thanks in advance.. -BB
|
| Input box control | 04 Nov 2003 06:30 GMT | 2 |
Hi all, i´m using the input box command for my client enter the password required, but i want to format what it is wrinting(****). Is that possible??? Thanks
|
| Is it - WMP 6.4 or 9.0 Present on the computer. | 04 Nov 2003 04:25 GMT | 2 |
FACT: I do not want to force anyone to upgrade to Windows Media Player 9.0 if they do not choose to. FACT: Windows Media Player 6.4 is present on all Operating Systems after Windows 98 and if Win98 users haven't upgraded WMP from that default version
|