| Thread | Last Post | Replies |
|
| sqlDataadapter error | 27 Apr 2006 12:59 GMT | 1 |
When I start a new project and add the sqlDataadapter to a windows form I get the following message : --------------------------- Microsoft Visual Studio
|
| Identify Source Control Array Index | 27 Apr 2006 12:08 GMT | 1 |
Please help! I'm using OLE drag-n-drop in my VB6 app. I have an Image (not PictureBox) control array which I'm able to drag onto another Image. It works but I need a way of identiying the array
|
| Audio Mixing in VB?? | 27 Apr 2006 10:56 GMT | 3 |
i am implementing audio conferencing .. AllClients Send audio to server.. Server takes data after 100 millsec from Socket and go for a Mixing Process..
|
| compare jpg and corresponding doc file | 27 Apr 2006 05:18 GMT | 5 |
please give a mail or post your replay if u know anything regarding the following question suppose we had a jpg file which consists of only text data which was obtained by scanning a page from a book (contains only text but not
|
| Problem compiling ActiveX EXE | 27 Apr 2006 04:38 GMT | 7 |
I don't really know if I'm going about this the right way, so perhaps someone will help. I want to set up a middleware component which presents the same copy of the underlying data to all clients. I assume that therefore my component must be an ActiveX EXE. (Please tell me if ...
|
| VB.NET API ChangeDesktop() | 27 Apr 2006 02:09 GMT | 2 |
Okay what I am atempting to do is create a second desktop and then switch to it. I found this ability in the API but I can't seem to get it to function properly. I use 'ICSharp' (http://www.icsharpcode.net/OpenSource/SD/) as my compiler instead of
|
| Quey in Access using VB6? | 27 Apr 2006 01:34 GMT | 3 |
I have a small access database and I wanted to basically write a query in vb6 that selects from one of three tables and 'Appends' the records to an Oracle db with matching fields. I will eventually relplicate the code to perform the same task over all three tables in the access
|
| Find Process ID from Process Name | 26 Apr 2006 21:44 GMT | 2 |
If all I have is the process name, i.e. winword or msaccess, how can I find out the process ID? I only need to use this for MS Office products so there should be little chance for 2 instances to be running.
|
| Type conversion functions | 26 Apr 2006 20:43 GMT | 10 |
About the type conversion functions, I am not sure I see their purpose or need, as VB seems to be very flexible about the use of variables. The sample code below illustrates that: Dim dvalue As Double
|
| Collection Problem Part 3 - Object variable not set | 26 Apr 2006 20:35 GMT | 1 |
When this code gets to the line varLinksSearched.Add strLink I get an error that says Object variable or with variable not set
|
| Controlling another program | 26 Apr 2006 20:26 GMT | 1 |
I have an unnatended process running in VB6. Within this program I compact an MS Access database. This action needs exclusive control of the database. Even though the process runs at 2:00 AM on Sundays, I run into the problem a user might be running another program in the ...
|
| Print #1 exporting to Excel | 26 Apr 2006 18:55 GMT | 1 |
I have a system that sends data to an excel sheet using the print #1 command. If I send a number of this type: 98501456325896, I will get something like this in excel: 9.1801E+13. If I go to excel and I change the cell format from General to Number, it displays the number ...
|
| Acces Denied when calling FaxDocument Submit | 26 Apr 2006 17:11 GMT | 3 |
I have a Windows 2003 SBS server. My client is Windows XP. I wrote this VB code in Access to send faxes using the FAXCOMEX library: Dim FS As New FAXCOMEXLib.FaxServer
|
| this will work | 26 Apr 2006 17:01 GMT | 17 |
thanks for the help on this both example work great
|
| Variable Address | 26 Apr 2006 15:56 GMT | 3 |
Hi folks.. I need to be able to setup a variable at a specific address in memory that I can access in VB to allow the passing of a character between another application and my own..
|