| Thread | Last Post | Replies |
|
| Sudden and Weird CR + LF issue | 10 Aug 2006 17:32 GMT | 1 |
I have some cod that calls out to a URL and reads parses the respond. I am usin the Inet control to do this and all was working fine for years. But recently, i have encountered the following issue. The URL that i am opening returns a string such as:
|
| help needed in sending an array of strings to VB App from C dll | 10 Aug 2006 16:16 GMT | 2 |
I am working on VC++ 6.0 and VB 6.0. I have a function in my C dll that has to pass an Array of strings to the VB Application as input .These strings then have to be populated into a list box in my VB Application.
|
| Printer-Object again | 10 Aug 2006 16:12 GMT | 31 |
Hallo NG! WindowsXP/HE SP2, OfficeXP/Pro SP3, VB5E I am using the following code to print a document Printer.EndDoc
|
| Sum a Query | 10 Aug 2006 12:37 GMT | 2 |
I am using VB6 with Access97. In a QUERY in Access I have a field where HOURS are entered. Through VB I can enter DATA based on a MEMBERS ID. I am trying to SUM those HOURS to show in a COLUMN in my DBGRID or even a
|
| VB OleDB Data Adapter fill while DataView active: Is this possible? | 09 Aug 2006 23:04 GMT | 2 |
I've got an application that has All data adapters in a main class (each one connected to a table in an MSSQL database) that feeds the data into a DataSet that his obtained by other classes using a function that returns the dataset. When I try calling the update function in my
|
| VB and Access 2003 | 09 Aug 2006 23:02 GMT | 1 |
I'm using VB and Access 2003. The db was originally created in Access 2000, but the computer had to have things reinstalled and now has Access 2003. So I was wondering if there are any compatibility issues using the two
|
| Hiding Windows Forms | 09 Aug 2006 22:37 GMT | 1 |
I recently installed and started using VS2005 on a Windows XP Pro machine. When creating a new windows forms project I find that I am unable to hide any forms I create using the me.hide() or me.visible = False methods. As far as I can tell these methods are available and should ...
|
| Using VB to fill in Web based form | 09 Aug 2006 16:55 GMT | 12 |
I would like my VB application to open a web page (on the internet) by launching the users default browser, and fill-in a form (with text boxes) on the web page, with text generated by the VB app. Can anyone tell me if this can be done and perhaps provide
|
| Changing default timeout | 09 Aug 2006 15:33 GMT | 1 |
Here's my problem. I have a big vb.net application with a lot of calls to stored procs. I don't want to add the line "Command.commandTimeout = 600" in front of each of these calls. So, the default timeout is set to 30 seconds. I'm pratically sure that I canc change this 30 ...
|
| Need help! | 09 Aug 2006 09:29 GMT | 1 |
Hello, I need help. I generate charts, using macros, for my company. The macros are a fast tool when you have to do 40-50 charts a project. Well, my company had changed colors to the charts. As a result, I'm responsible updating the macros. Unfortantely, I'm not familiar with
|
| command line argument getting compile error after XP conversion | 09 Aug 2006 08:34 GMT | 1 |
I have been using command line arguments in VB6 successfully until we converted to windows XP. Now I get a Can't Find Project or Library compile error when I try to compile my programs. I didn't change anything, but can't recompile. Any idea what reference this is looking
|
| Code Change From Visual Basic.net - Visual Studio 2005 | 09 Aug 2006 08:31 GMT | 1 |
I am working on a tuturial that i have for Visual basic.net ( for now ) I am working with Visual Studio 2005. I have been working on a code to change the text color by the name put into the text box.
|
| Setup hangs when instaled on windows 98 | 08 Aug 2006 21:27 GMT | 1 |
I have a project that uses Windows Media Player msdxm.ocx version 6.4.9.1129 The setup generated by the package & deployment wizard freezes on Windows 98 but work fine in Windows XP. If I delete msdxm.ocx from the setup.lst then the setup works fine. Does any one have a solution?
|
| Clearing Read-Only Attributes on a Folder? (VB6) | 08 Aug 2006 19:10 GMT | 3 |
Working on an old VB6 app, need some help. My application needs to delete an empty folder (contents previously Kill'ed). Super easy with RmDir, and that works... ...Unless, the folder has the Read-Only Attribute set. But I can't figure
|
| Error : ActiveX component can't create object from AddToADODatabase | 08 Aug 2006 18:56 GMT | 1 |
I recieve this error. Error : ActiveX component can't create object from AddToADODatabase Any clue watz goin on? Thanks in advance...
|