| Thread | Last Post | Replies |
|
| transfer | 20 Jan 2005 15:13 GMT | 1 |
i have two questions what is the syntax to run another app? i have a button and when i click it i want it to run app2.exe now
|
| Date Range | 19 Jan 2005 10:59 GMT | 1 |
I need to check if a date entered is within a date range specified by two MonthView controls - MonthView(0), which controls the beginning of the range, and MonthView(1), which controls the end of the range. Also, if the date entered is +1 day from the end of the range, it's okay ...
|
| HEX Converstion | 16 Jan 2005 12:04 GMT | 12 |
I am trying to convert a Hex value into a Signed Short or Unsigned Short. Here are a couple of examples (I have a program that converts it...I just need to know how in VB). HEX VALUE: 3913
|
| Substring in VB | 15 Jan 2005 00:01 GMT | 14 |
How can I extract a substring from a string? Specifically ... Request.ServerVariables("SERVER_NAME") returns a string of the form www.domain.com Given ...
|
| Storing Data | 14 Jan 2005 19:28 GMT | 1 |
I want a program to open when Windows first starts up on any particular day. To accomplish this, when the program does open, I store the current date in an Excel file. Next time the program gets the signal to open, the program checks the date
|
| global event | 14 Jan 2005 11:49 GMT | 2 |
when every text control reveces focus it must change the background color to vbred and when it looses focus it must change the color back to vbwhite is there a way to do this without writeing
|
| basic I/O, comma in input-record (VB6.0, SP6) | 14 Jan 2005 11:31 GMT | 2 |
When trying to read a line from a text file with: open <path\> & "File.txt" for input as #FreeFile len=120 the input record is truncated as soon as there is a comma in the record. Does somebody know a way of coping with comma's in text files?
|
| Access search/find record | 14 Jan 2005 10:12 GMT | 3 |
I would like to build a simple program that parses a database and allows a user to filter records by various search terms. ie
|
| Time durations and the timespan object | 13 Jan 2005 16:47 GMT | 3 |
In Visual Studio (Visual Basic) .NET 2002, I noticed that this: Dim Elapsed as DateTime = Now - Now [or Now() - Now()] gives a "compile time" error (error in the IDE), saying that the '-' operator is not defined for the Date datatype. On the other hand,
|
| Text editor rudimentary how to... | 13 Jan 2005 01:33 GMT | 10 |
Hi to all, I need in my app to make some simple text editor and I have a problem with limiting number of characters in a row. I know how to do that but also I know that my solution is non elegant,
|
| POINT Command from VB 6 Won't Convert to VB .NET | 12 Jan 2005 14:02 GMT | 2 |
I created a program using VB 6 that included several lines of code checking a point for color. Generally, the lines looked like this: IF POINT(X, Y) = &HFFOOFF THEN operations
|
| Open an Excel File | 11 Jan 2005 13:36 GMT | 10 |
I use the following code to open an Excel file: Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Set xlApp = New Excel.Application
|
| Option button and frame control | 11 Jan 2005 02:13 GMT | 2 |
I have a textbox that I want to become active based on the option selected in a frame. In access I would you the AfterUpate event of the frame but this doesn't seem to be the case for vb6
|
| Parameter Reports (Access 2003 as Report Tool) | 10 Jan 2005 20:41 GMT | 1 |
I have VB6 as my front end, SQL2000 as my database and an Access Project for my report tool. I have a report that is based on a stored procedure with 2 parameters. How, when calling this report from VB6 can I send the required parameters?
|
| Looking For VB 6 Programmer to write a simple TAPI Program | 10 Jan 2005 15:31 GMT | 2 |
I'm looking for a VB 6 Programmer to write a TAPI compliant program to do the following. GENERAL DESCRIPTION: 1.. Open a ASCII File
|