| Thread | Last Post | Replies |
|
| Data Report and RTF text | 23 Feb 2005 02:57 GMT | 2 |
Can I use RTF in Data Report? I have a table's field that stores some RTF text, but I don't figure how I can print this in a Data Report. If I use a RptTextBox the field is displayed as text, not as RTF text.
|
| Problem lading Crystal Report 8 in Visual Basic 6 | 23 Feb 2005 02:23 GMT | 1 |
Hi! :) i downloaded some sample code about crystal report 8... named "SimpleReport" and etc. when i load the file the error message will appear "Error during load.
|
| ActiveX Document vs ActiveX Control starting up | 23 Feb 2005 01:39 GMT | 3 |
I just tried experimenting with creating an ActiveX document. Now I want to create an ActiveX control. However, when I try to run the project that contains the control Internet Explorer starts and displays the control instead of the test form starting up. Where do I change what ...
|
| Tutoring? (Mississauga, ONT) | 23 Feb 2005 00:48 GMT | 3 |
I want to redesign an older DOS application to a windows based model. The process engineering is pretty much a known, but I find the learning curve for VB6 to be pretty much vertical so far. I wonder if there might be a "tutor" available in the
|
| Copy local file to "web folder"? | 23 Feb 2005 00:44 GMT | 1 |
I'm trying to figure out how to copy a file from my local hard drive to a connection I've established as a "web folder"?? I can't map a drive letter to this folder and VB6 FileCopy doesn't work. Any suggestions? thanks, rob.
|
| Read POP3 emails | 22 Feb 2005 22:29 GMT | 3 |
How do you read pop3 emails?
|
| Updating | 22 Feb 2005 20:21 GMT | 5 |
I need to update records in a database using VB6. This is what I have: Dim LibDB As New ADODB.Connection, LibRS As New ADODB.Recordset Dim strSQL As String With LibDB
|
| Please HELP ! HELP ! HELP !!!! [OCX] | 22 Feb 2005 19:04 GMT | 2 |
Can someone explain to me what is ocx and what's the function of this ?? and also show me how can i create the ocx step by step .. cuz i see a project that contain the file name of SB_progressbar.ocx and when i delete it error appear in run time .. please someone help me
|
| Telnet into router - interpreting codes coming back | 22 Feb 2005 18:29 GMT | 1 |
I'm trying to write a program to telnet into a router using the Winsock control to check certain statistics. I'm having trouble even getting to the sign-in screen in code as it sends back a whole string of escape codes.
|
| List Boxes are great but need over 32KB lines | 22 Feb 2005 17:06 GMT | 9 |
I have a list box that displays a text file that I load into it from disk. Users add things to the list one at a time via a separate text box, and they can select one or more items from the list and remove them by clicking a button. The list is alphabetically sorted automatically. ...
|
| Help with form Enabled! | 22 Feb 2005 16:49 GMT | 5 |
I have a form which has lots of text boxes and combo boxes on it. When the user first loads the form I disable it so they can't edit it, if they want to change anything they have to press an Edit button to enable the form. However I have one text box which I would like to be ...
|
| msjet40, XP, and BLOBs | 22 Feb 2005 16:45 GMT | 4 |
I have an application written in VB6SP5. When deployed on Win2k everything is good. We are migrating to XP and things went south. I am writing a BLOB to an Oracle Lite database. A known bug with Lite and ADO prevents me from using that. We found DAO seems to work. Now
|
| Adding XP Visual Styles to Your Visual Basic Application | 22 Feb 2005 16:43 GMT | 4 |
I've done this in a test app and it seems to work. http://www.vbaccelerator.com/home/VB/Code/Libraries/XP_Visual_Styles/Using_XP_Vi sual_Styles_in_VB/article.asp Anybody see a problem with doing this? TIA.
|
| Using maths behind the scenes... Newbie | 22 Feb 2005 16:40 GMT | 2 |
Hi I need to be able to use VB.net as a kind of calculator. Basically I want to use it to work out holiday travel prices. There would be several variables such as: - number of people going
|
| IDENTITY_INSERT | 22 Feb 2005 16:00 GMT | 3 |
how do i IDENTITY_INSERT ON in my remote machine
|