| Thread | Last Post | Replies |
|
| How to ignore " in a string | 28 Apr 2006 01:11 GMT | 3 |
I have the following sql string to run as a command in my VB6 project strSQL = "LOAD DATA INFILE " & ImportFile & " INTO TABLE tPupils FIELDS TERMINATED BY ',' ENCLOSED BY ' " ' LINES TERMINATED BY '\n';" Problem is the double quote at position ......" ' LINES......
|
| rich textbox loses formatting when printed to from 2 different subs | 27 Apr 2006 23:20 GMT | 4 |
I'm using a rich textbox to let the user enter a few lines of text and format them (font family, font size, italic, bold, color, underline). Then I print a report to the rich textbox from a different sub on a different form. When I do the textbox loses all of its formatting except ...
|
| Recordset Question | 27 Apr 2006 23:11 GMT | 2 |
I do alot of querying a sql sb and load the results into a recordset. This data is only read-olny so I will never update the db. Right now I use a disconnected recordset because I thought it be more efficient. Is this a good practice?
|
| Where is the help for MSHTML Object Library? | 27 Apr 2006 22:05 GMT | 16 |
I am trying to extend a sample project that requires the MSHTML Object Library. So, I include it in my project as a reference. It's working fine, but I want to read up on what the library provides. When I go to help, I can't find anything on it. Visual Studio 6 with
|
| PDW problem | 27 Apr 2006 21:52 GMT | 4 |
I have made a setup program of my application using PDW on XP machine. It runs well on other XP machine. But when the application start running, it produces error 3633, can not load dll: ?????L?
|
| PictureBox's Image, asp.net, windows application | 27 Apr 2006 21:30 GMT | 2 |
I have a ASP.NET web application that needs to open a .exe file and display, on a picture box, the image that is located in a cache variable. I'm trying to do this, on Form_Load of the .exe: PictureBox1.ImageLocation =
|
| VB6 Editor Font Changed | 27 Apr 2006 19:36 GMT | 3 |
Hello, This morning, the font of my VB6 environment is changed by an accident. All text in the editor window become bold. To change them back, I click on the menu item "Tools | Options.. " to open the options dialog. Then, select the
|
| DLL Woes | 27 Apr 2006 19:10 GMT | 2 |
I have a DLL that when "made", doesn't display msgboxes. But, prior to being "made" (i.e., while being developed in the IDE), it does. How do I get them to display after I "Make" it into an .exe? Thanks,
|
| use ocx without a form? | 27 Apr 2006 18:07 GMT | 9 |
Hi. I have a component that will allow me to access a Btrieve database. I am going to use this component to insert records. This is expected to be an unintended app, therefore I don't want to have a form. Right now I have it working fine with the form, which is never
|
| MSCOMM , how many Com ports will it support? | 27 Apr 2006 17:07 GMT | 18 |
I'm using the MSCOMM on a serial port. I was just told that MSCOMM will only support up to 8 Com ports. Is this correct? So far I haven't been able to find anything about this in the help file or with Google. TIA,
|
| Process Event on all loaded Forms | 27 Apr 2006 16:29 GMT | 4 |
I'm not sure that this is possible, but have to ask as I think I should be able to implement something like this... I would like to Raise an Event and have a set of visible or loaded forms respond to that event.
|
| Rich Text box in an ocx | 27 Apr 2006 16:21 GMT | 1 |
I have a multiline rich text edit box contained with ocx. When I hit the "Enter" key I would expect the cursor to advance to the next line but it just sits there. The control is getting the "13"
|
| pause or resume a windows printer | 27 Apr 2006 15:05 GMT | 1 |
Can someone provide specific program instructions to pause a printer, cancel all the print jobs of a printer, and to resume printing after it is paused? Normally all these can be done manually via the printer applet under control panel of most Windows OS. But can I do it via ...
|
| 2D graphics & speed quest | 27 Apr 2006 14:17 GMT | 38 |
Hello group, I wrote a marine software with vector charts. The charts are made of polygons, lines and points. Polygons and lines each have a bounding box to determine if they are in the viewing screen or not.
|
| How to connect two program using internet behind proxy or adsl mod | 27 Apr 2006 13:59 GMT | 6 |
How can I connect two program. If The computer running programs has unique internet IP (like 212.233.83.23) , it is simple using winsock. But if the computer connects internet using a four port adsl modem the Ip of that computer is like 192.168.1.2 or 10.0.0.2 and the Ip of modem ...
|