| Thread | Last Post | Replies |
|
| Newbie Text File Question | 19 Feb 2004 20:13 GMT | 9 |
I have a text file that has several hundred lines. Each line consists of 75 comma delimited fields. I need to capture the first 40 fields into another file. I did this using Input Field1, Field2....Field75 and then saving the first 40 fields to a new file. A lot of typing of
|
| Mapped Drive error on Win 2000 | 19 Feb 2004 18:35 GMT | 4 |
Our students have encoded into their VB code the following line: Open "e:\\medusa\NOHS\Vbclass\walters\TUT06\pao1.dat" For Append As #1 The e drive is a mapped drive to one of the servers and the path is correct. This runs fine on a Win 98 system, but will not run on Win
|
| printing to a samsung SRP350 | 19 Feb 2004 17:41 GMT | 6 |
I try to print to a samsung SRP350 pos printer. I have the windows-drivers installed. And made a little test-app <snip> Private Sub Command1_Click()
|
| Quiz in VB - Multiple choice and single choice questions | 19 Feb 2004 14:11 GMT | 1 |
Can anyone please give me some clues on how to track the right answers in multiple-choice type questions (using checkbox) and single-choice questions (rdio buttons) and also how to store the right answer value in the db?
|
| error on creating package | 19 Feb 2004 13:36 GMT | 1 |
good day! i am developing a software that will able to communicate data from a rs232 hardware. it is also has a additional feature like searching a specific user on database. the problem is, i had included a progress
|
| VB & OFFICE 2000 - Error 1706 | 19 Feb 2004 13:35 GMT | 3 |
I've made an application, which enables one to control a remote PC over a network. It uses screen capturing and lots of different other methods/functions. It works fine on my PC, and on several other ones. I tried to install it in a computer class at some school and it shows
|
| Add TimeSerial to DateSerial gives unexpected result if DateSerial is prior to 1900 | 19 Feb 2004 11:15 GMT | 1 |
I've the following VB 6.0 code: Private Sub Command1_Click() MsgBox (DateSerial(1899, 7, 24) + TimeSerial(11, 59, 1)) MsgBox (DateSerial(1900, 7, 24) + TimeSerial(11, 59, 1))
|
| Visual Basic Uses Exception Code 0xC000008F | 19 Feb 2004 10:46 GMT | 2 |
I have a program(ado+access 2002) that works perfectly if started within Visual Studio VB6, then I compiled it. but every times when I close the main form. it shou me
|
| Function required for revers of CDate() | 19 Feb 2004 09:30 GMT | 2 |
VB6 question. I am using Text2.Text = CDate(Text1.Text) to convert 3.80355701309259E+0004 into
|
| Large string manipulation (long message) | 19 Feb 2004 09:01 GMT | 11 |
I'll preface this by stating that I am not a VB programmer. I'm a network guy that has used VB to make my job easier throught the years. We've recently purchased a antispam/antivirus product that runs on Linux and writes eleven log files as CSVs. I set it up so that the files ...
|
| Intelisense Not Working in Visual Studio.NET | 19 Feb 2004 03:02 GMT | 2 |
I'm sure there's an easy answer for this but I can't seem to figure out why VS is behaving this way. If I create a new ASP.net project, the codebehind VB file allows me to type in the name of a control and when I hit the period all the respective methods and attributes come
|
| how to change colors in graphic in VB 6 | 19 Feb 2004 00:26 GMT | 1 |
i´ve got a problem in my vb6 control with a graphic and really don´t know how to do this. i would like to implement a car driver graphic (pixel or vector, it depends what´s easier) where i would like to change dynamically the
|
| network drives | 18 Feb 2004 21:03 GMT | 3 |
Using VB6 and win 98 is there a way to mimic the processes of mapping to a network drive to a shared folder on another machine I need my VB App to be able to disconnect mappings made previously by the user and then make a new mapping including the reconnect at logon option
|
| Newbie - How to trap _QueryClose and/or _Terminate | 18 Feb 2004 20:52 GMT | 4 |
Subject: Newbie - Trapping _QueryClose and/or _Terminate Hi all, Can somebody help with the following. I have a form (dialog box) and I want to prevent the user from terminating
|
| how to redirect the output to the Word Doc(2000) from the Macro? | 18 Feb 2004 20:48 GMT | 1 |
I'm using VB macro from the Word 2000. when I give the command Debug.Print "my output..." I'm able to see it in the macro window. but the problem is that it truncates the data if it is in a large amount. so I want to put this data in the corresponding word doc, or may be I
|