| Thread | Last Post | Replies |
|
| Change the write path of My.Application.Log.WriteEntry | 13 Jan 2006 18:52 GMT | 4 |
I've been working with the My.Application.Log.WriteEntry method in VB.net 2005 and when it writes a log is stores the log file in the application data folder under the systems user account. I have tried to find a way to change this path to save the log to a different location ...
|
| Sorting ListView column containing date | 13 Jan 2006 18:49 GMT | 9 |
What are criteria to sort date in ListView? Last year, the column was sorted properly, displaying the latest date at the top. Now, in new year that sorting is not valid any more.
|
| Compile on xp but wont run on 2000 computer | 13 Jan 2006 14:23 GMT | 11 |
I have made an .exe of my VB6 program on the computer that has XP as OS and Microsoft Office XP. The program has the code using EXCEL automation. When users install it on Windows 2000 (both OS and Office), it crashes. However, the previous version of the program compiled with ...
|
| VB and libcurl.vb | 13 Jan 2006 12:53 GMT | 4 |
Hi I want to simulate a browser and send custom requests to the server. Below is PHP code: $myHeader = array( "Accept-Encoding: gzip, deflate",
|
| tv tuner capture - how | 13 Jan 2006 12:05 GMT | 6 |
how can i get the picture from my tv tuner? i have found a few examples but i can't get real picture from tv tuner, from its video in connector. i can get only a part of picture and it is in gray scale.
|
| error while compiling "OBJECT REQUIRED" | 13 Jan 2006 09:01 GMT | 7 |
im getting error while im trying to compile the code..... it says object required........ im calling logtolog to write in to the log file.. the code is workin fine as a vbscript but not as vba
|
| Wierd...MSI fires when program runs | 13 Jan 2006 06:16 GMT | 6 |
I have a user that states that when my program EXE is run the MSI comes on and flashes about 6 times. My EXE does not use MSI nor does my installer. Where can I start to look for things to check? Could it be file dependency issues
|
| FileCopy drops read only flag | 13 Jan 2006 05:58 GMT | 3 |
Is there a way to copy a file in vb6 that keeps the file attributes? Im really only interested in keeping the read only flag. I can not use SetAttr once the file has been copied since the destination folder does not allow writing file attributes. This restriction is defined in ...
|
| leading zero dropped when importing data into Access via VB 6.0 | 13 Jan 2006 02:38 GMT | 10 |
I am importing data from a comma separated file to an Access 2000 database table (*.mdb) using VB 6.0 code within an application. When I check the data in that has been imported I have noticed that the import process has stripped the leading zero from the data. E.g.. '045'
|
| CenterOwner property means nothing??? | 13 Jan 2006 02:07 GMT | 3 |
From one form I am calling another form to be shown: If fInLogForm = 0 Then FrmDisplay.Show FrmDisplay has set StartupPosition as CenterOwner (=1). but it is continously shown in the middle of the screen.
|
| Access columns into a VB array? | 13 Jan 2006 01:28 GMT | 5 |
Hi.. This is my first post..! I'm working on a project and stuck on importing some columns from an Access database in to an array. How would you do that using the integrated VB editor in access? The column
|
| VB + Access SQL statement | 13 Jan 2006 01:25 GMT | 5 |
I've got a VB app connected to Access. I'm faced with a problem, because I can't seem to get the correct SQL statement. The situation is as follows. Table 1 [in] field: [in_id] is a unique record identification number
|
| HTML Control For VB6? | 13 Jan 2006 01:14 GMT | 5 |
Is there an html control for VB6 which is similar to the RichTextBox control? Vaguely remember something about one of these being out there, but maybe it didn't work well or something?? Thanks!
|
| Check for content on a web page? | 13 Jan 2006 00:16 GMT | 3 |
Can anyone give me any pointers on how to do the following in VB.NET? Basically, I want a procedure that will take a web URL and a string as parameters, e.g. www.microsoft.com and 'Bill Gates' I want the procedure to pull that page from the web, check for the existence
|
| reg DataReport object | 12 Jan 2006 22:33 GMT | 1 |
I'm trying to figure out if the (VB6) built in DataReport can live up to my needs. Can I add a chart to a DataReport ? Kjell
|