| Thread | Last Post | Replies |
|
| String with Single quote | 23 Oct 2005 10:19 GMT | 3 |
I am using Visual Basic 6.0 as front end and SQL Server as backend and facing one problem while sending string to SQL Server which includes single quote ( ' ). Let me explain my problem with example.
|
| Get Link Speed. | 22 Oct 2005 22:55 GMT | 2 |
G'day to all. I suspect that getting the Link Speed of you current network configuration is part of the NIC Driver DLLs and/or libraries. My question is, is there a way of getting this from the NET API or WIN API? Or, if anyone knows of some VB code that I could use, I would ...
|
| Bad characters in Recent File list | 22 Oct 2005 21:12 GMT | 4 |
This morning, when I tried to open a recently used VB project I noticed the path to the project file had been garbled. This had happened to several recently used projects. When I looked in the registry I found that the strings contained several
|
| Text and picture | 22 Oct 2005 17:40 GMT | 2 |
I want to place a text on a picture with vb6. thanks.
|
| Intergating Multiple VB6.0 Projects into one: Project Grouping | 22 Oct 2005 17:19 GMT | 6 |
We have done some developments using VB6.0. What we have done is created multiple projects - say: a) Exams b) Enrollments
|
| Form Picture! | 22 Oct 2005 17:02 GMT | 8 |
I want a background image/picture for my VB6 application that has 3 Forms (not the controls). How do I do that? I tried to set the "Picture" property of the Form but that doesn't do the needful. Please note that I want the background image for all the 3 Forms.
|
| How to access related documents in VB through source code? | 22 Oct 2005 16:29 GMT | 6 |
Hi, friends, In our VB app, we need to add some documents into Related Document folder of VB IDE, such as .res files, .wav files. But, then, how to access those related documents from VB forms/modules?
|
| DataSource class help | 22 Oct 2005 16:19 GMT | 4 |
If I have created a DataSource class with the following datamembers: Private Sub Class_GetDataMember(DataMember As String, Data As Object) Select Case DataMember Case "Primary"
|
| how can I read BLOB from Database and create new file | 22 Oct 2005 16:02 GMT | 1 |
hello mr,mrs and miss i have problem with vb6 and sqlserver the problem is 1- I want to insert video clip file with vb6
|
| Unusual, but possible | 22 Oct 2005 14:54 GMT | 1 |
Hello, everyone! I'm designing a program that embeds three WMP controls to read video files from an ftp (LINUX) server (local network). All the three video files should be running at the same time for comparison.
|
| Newbie: multithreading (?) | 22 Oct 2005 14:22 GMT | 3 |
I am not sure if multithreading is the answer but i wonder what should i do and how to prevent the "locking" of a form and event response when there is some activity that takes too much time. For example, i open a data file and process the data. While processing, the
|
| enter text to webbrowser modal popup window, possible | 22 Oct 2005 09:29 GMT | 2 |
I'm using a webbrowser control in VB6 to navigate to a page that has a javascript popup window for username entry. Is there any way to enter text to that window? I tried watching for it in the WebBrowser1_NewWindow2 event but the
|
| Validate! | 22 Oct 2005 09:22 GMT | 2 |
How do I validate a textbox to ensure that not more than 16 characters are entered in it in the TextBox_Validate event? Thanks, Arpan
|
| Verify a signed integer as even or odd | 22 Oct 2005 08:56 GMT | 4 |
OK, This should be simple but I am stuck. I have set up some code to determing the day of the year based on 1-365(366 for leap year). In short I have DIMed a variable as an integer and assigned the Julian day to the variable. I now need to know if the day of the week is an even
|
| Launching App | 22 Oct 2005 08:47 GMT | 5 |
I have a VB6 app that will need to luanch a seperate app that will need some user interaction. I want the app to behave like a dialog, forcing the user to interact with it before going to back to the main app. How can I do this?
|