| Thread | Last Post | Replies |
|
| VB6 - Unusual problem on Help - Index filter | 05 Dec 2005 15:36 GMT | 2 |
I have Visual Studio 6 Enterprise, which had pretty much the works in 1998. Suddenly noticed today in December, 2005, that the Help Screen Active Subset, which filters help for the programming language being used has stopped showing
|
| [VB.Net] vbXOrPen DrawMode? | 05 Dec 2005 14:39 GMT | 2 |
Hi NG! I've googled a lot, but unsuccessfully... Does anybody know how to draw on a PictureBox with an XOR method (like the old DrawMode=vbXorPen property of VB6)?
|
| Line Method Function | 05 Dec 2005 01:59 GMT | 2 |
I am using VB5. I wish I had a function to draw a line, giving the angle and length but I do not have the math skills involved to do this. Does anyone have a function that they care to share that does this?
|
| Other Browsers in Visual Basic 6.0 | 04 Dec 2005 22:10 GMT | 3 |
Is it possible to launch and control other web browsers besides IE, either as the native application or a like webbrowser within a form? I'd need similar functions, e.g. Navigate2
|
| Sequential file reading and writing HELP!!! | 04 Dec 2005 18:18 GMT | 14 |
I am trying to something I thought was rather simple, however the results I am getting at not simple to me. I want to use a text file as input and read each line of that file, we will call the file, file1.
|
| PictureBox1.Picture.Width | 03 Dec 2005 15:12 GMT | 4 |
Can someone help me with this puzzle? I have a picture in a PictureBox. It was put there with BitBlt in a Clip n Paste routine (a section of one picturebox copied into another). When I look at the PictureBox1.Picture.Width or PictureBox1.Picture.Height,
|
| Clip capture | 03 Dec 2005 15:08 GMT | 43 |
I have a picturebox that contains a price chart (price bars, lines, etc.). What I would like to be able to do is to draw a dotted rectangle around any part of the chart that I would like captured into the clipboard for pasting into emails, webpages, or to simply print out.
|
| memory | 03 Dec 2005 13:27 GMT | 4 |
I have a program written in VB6. As all programs you have many things defined either via Public or Dim statements. When the program first starts it takes about 5 megs of memory, during the running it goes up to 150 megs of memory which is no problem, but afterwards when it is ...
|
| VB6 crashes when using With ... End With | 03 Dec 2005 12:24 GMT | 3 |
I use VB6, SP6 on WinXP, sp2 I use With to access a form: With MyForm ...
|
| Concatenation and Random Access Files | 02 Dec 2005 23:04 GMT | 1 |
Can someone please tell me how to alter the code below from producing "LabelID.Caption & TextDate.Text.dat" to saving the actual value of the two items, for example, "301-01-2005.dat" ? Trial.ID = LabelID.Caption
|
| Simple Question - Copy a Folder | 02 Dec 2005 22:03 GMT | 5 |
This is simple, i just cant get any specifics I want to write a quick thing that will copy MyDocuments to a USB stick Basically Copy C:\Documents and settings\me\my documents\* TO
|
| PictureBox to GIF | 02 Dec 2005 20:19 GMT | 7 |
After finally being able to copy a part of one picture box to another (clipscreen function), I now have a clipped picture in my second picturebox called pctClip. Now I would like to save the contents of this pctClip picturebox to a GIF
|
| Combobox colors | 02 Dec 2005 17:38 GMT | 4 |
I have a combobox control and would like the user to be able to select from a list of colors and a one "Style". the list contains only 4 items... Bold
|
| Data redefinition | 02 Dec 2005 11:55 GMT | 2 |
In C there's the union statement, in cobol, there's a redefines statement, what is there in VB? I want to write an app based on the VMS undocumented checksum command which generates a longword value based on the individual records in the
|
| Recording button clicks to a text file | 02 Dec 2005 10:00 GMT | 1 |
I have a form with a number of buttons on it (15). Each button has a picture on it. I want to be able to keep a record of the button that are clicked in a text file. Can someone please help? Thanks
|