| Thread | Last Post | Replies |
|
| HOWTO: IF var IN [x,y,z] THEN | 27 Aug 2004 14:07 GMT | 8 |
Sorry I'm a bit rusty with my VB6. Is this kind of set logic possible? At the moment, I have the following: If Left(sComp, 3) = "AHC" Or Left(sComp, 3) = "AMC" Or Left(sComp, 3) =
|
| Printing ASCII letters to matrix printers in text mode | 27 Aug 2004 13:44 GMT | 8 |
How to print ASCII letters to matrix printers in text mode from VisualBasic 6 using native functions, statements ...? Or i have to call Win32 API. D. Dimitrov
|
| Search for a file with .net? | 27 Aug 2004 11:05 GMT | 2 |
What I'm trying to do is make a Switchboard, but if the file that a button points to moves for some reason, I want the program to automatically search all local drives for it. Anyone wanna help a brother out?
|
| Removal Of VB6 SP6 | 27 Aug 2004 10:53 GMT | 2 |
is there any way to rid yourself of sp6 without utilizing system restore?
|
| Graphic display differences | 27 Aug 2004 09:47 GMT | 3 |
Any graphics I display on a form displays differently between my development PC and some other production PC's. Usually the graphic is slightly lower. I've made sure the display settings are the same, but that shouldn't make a difference.
|
| Unexpected exception in VB6.exe | 27 Aug 2004 09:23 GMT | 3 |
When I run my code in VB6, I got this error. "Unexpected exception i VB6.EXE (MSVCR71.DLL):cx000005:Access violation. Why?
|
| VB Form Icon Size & Resolution | 27 Aug 2004 09:03 GMT | 6 |
Would anybody know what the SIZE and the RESOLUTION of the Form Icon, ie: the icon that is displayed on the top left hand corner of a VB form, should be so that it may appear clearly? I am using VB 6.0. Thanks!
|
| Problem With VB6 | 27 Aug 2004 07:37 GMT | 2 |
I am using vb6 sp6 or whatever the newest sp is and its all screwed up because everytime i put a comma in a place where it should go, i.e. FileCopy (Form1.Label5.Caption & "/" & Form1.Text1.Text, Form1.Label5.Caption & "/" & Form1.Text1.Text & ".mcn") it says Compile Error: ...
|
| API Drawing... | 27 Aug 2004 04:44 GMT | 4 |
When drawing shapes via the api, you can set a pattern (hatch, right?) of, for instance, A diagonal cross. You can also set the colors that it will use to draw this. However, you can only draw in a rectangle that appears on screen with a, I dont' nkow how to describe this, not ...
|
| using creatobject???? | 26 Aug 2004 18:57 GMT | 1 |
private var1 as object private var2 as object set var1 = createobject(.... set var2 = var1
|
| C# StreamReader ReadLine | 26 Aug 2004 18:35 GMT | 3 |
I am writing a small program that connect to IRC. I create a TCPClient connection and i use stream to read and write data. It works ok, but i have a problem reading from stream. while(true){
|
| Creating a recordset on the fly | 26 Aug 2004 17:21 GMT | 8 |
How does one go about creating a recordset on the fly without a database in VB6? I want to populate a recordset from an array without using a backend database...
|
| How can I do a "drag" select in a listview? | 26 Aug 2004 17:20 GMT | 3 |
.... I want to let the user do a multiselect on a listview by dragging the mouse over the rows he wants selected. How can I do that? Thanks.
|
| http post | 26 Aug 2004 17:12 GMT | 1 |
I have got the following problem. I would be glad, if anybody can help me. How can I use "post" instead of "get" in my httpwebrequest?!?httpwebrequest.method doesn't work :-( ....
|
| VB6 not writing .exe's | 26 Aug 2004 16:54 GMT | 13 |
I recently upgraded my computer to windows XP and re-installed visual basic 6. For the first week or so it was working fine and all. But now whenever I try to compile it into a .exe I get an error and it closes VB. If I just compile an empty form (no buttons or codes) it works ...
|