| Thread | Last Post | Replies |
|
| Data report & listview control | 24 Aug 2006 10:01 GMT | 2 |
Hey, I was curious to know if there is a way to use the listview control as the source when creating a data report. I tried searching for examples and haven't really comp up with anything worth while. Any leads would be helpful but if there are none then I'll have to think of ...
|
| SetFocus | 24 Aug 2006 09:44 GMT | 8 |
I'm using one form with numerous tabbed pages on it.. I need to be able to set the focus to the first text box of the page selected how do I do that?????
|
| Error 53 File not found | 24 Aug 2006 05:15 GMT | 4 |
I have problem with loading dll even dll is there, simple declare: Public Declare Sub irpca00 Lib "s00v32.dll" (s00Data As S00AddrType) but I am getting an error 53. I can declare and use dll and I don't get an error when I open project by double-clicking .vbp, but I do get it
|
| I'm very confused about the different databases! | 24 Aug 2006 03:28 GMT | 13 |
I have VB6 Learning Edition(hereafter, referred to as VB6 LE). I don't know what databse came with it. I'm confused about the different databases. There's DAO, ADO, ADO.NET, Jet (in its various versions), SQL, SQL Server 2005. You can see why I'm confused! I've browsed around VB6 ...
|
| Internet Control - Save to an HTML file | 24 Aug 2006 03:08 GMT | 1 |
I have a Microsoft Internet Control on my form. I would like to be able to save the website that is showing up on the internet control to an HTML file. I can use the following code: WebBrowser1.ExecWB 4, 0, 0, 0
|
| Problem with FARPROC(AddressOf OFNHookProc) | 24 Aug 2006 03:03 GMT | 1 |
If I could I would paste the whole project here but I'm afraid it's to big. But I'm sure you all have seen the examples before. I'm trying to combine several of Randy's excelent API examples of type GetOpenFileName and GetSaveFileName and SHBrowseForFolder
|
| Searching for files in VB | 24 Aug 2006 02:01 GMT | 32 |
I'm trying to figure out how to find certain files based on a pattern. Sometimes I could be looking for *.txt, other times it might be x*.*, or even s*.doc. Using the FileSystemObject I can get a list of files, now I'm trying to
|
| How many timers? | 24 Aug 2006 01:16 GMT | 19 |
I have an app that runs in a real-time environment. Its ability to respond in a timely manner to various events is critical (mostly data coming in and going out via WinSockets and a lot of database access). I currently have 25 different timers running for various purposes
|
| Line Input statement causing headaches | 23 Aug 2006 23:53 GMT | 16 |
We have a flat file that comes from a website. Sometimes you get text that has a Carriage Return in it that causes VB to exit wtih an error Subscript Out of Range when you split it by the tab character and try to read anything beyond the CR.
|
| ActiveX Exe does not work after changing filename | 23 Aug 2006 22:50 GMT | 2 |
I have an ActiveX project in VB 6. Up until recent versions, I have been able to change the filename of the exe and run it successfully (e.g. I could compile to test.exe, run test.exe, rename test.exe to test1.exe and also be able to run test1.exe).
|
| Looking for a number of days before or after a date in database | 23 Aug 2006 21:43 GMT | 5 |
Environment: SQL Server (2000) and VB6 The first question - which would be easier to manage - a field of type Date, or a field that has a date but is type nvarchar? Ok...I have a field that has the date the record was added. Right now,
|
| codes to connect the SQL server 2000 to VB6.0 | 23 Aug 2006 20:19 GMT | 2 |
May I know how to connect my database at SQL Server 2000 to VB6.0? Can u show me the sample code which can do the linking? Your help is appreciate.Thks.
|
| CDBL Function truncates decimals | 23 Aug 2006 18:49 GMT | 10 |
I have an international app translated into many languages. My problem is that the Val Function truncates my data and this is how it seems. strNumber = "2,5" (I know its a string but its because I'm using the Spanish numbering system). I would like it to return the US format 2.5 ...
|
| app slowdown with XP service pack 2 retail version | 23 Aug 2006 18:30 GMT | 1 |
I have an issue with my application that involves service pack 2. When clients use my software with service pack 1, the network data transfer is nice and fast. We are just transferring flat data files. Then with the upgrade to service pack 2 installed on new PC's, the data ...
|
| .dsr files? | 23 Aug 2006 18:14 GMT | 1 |
I've inherited a VB6 project about which I know nothing, and the programmer is long gone. When I try to load the project into the IDE, I get "<filename.dsr> could not be loaded" errors. All of the files are there. There are also .dsx and
|