| Thread | Last Post | Replies |
|
| automatic drop down on combobox | 05 Apr 2006 01:06 GMT | 2 |
I have a form with 4 comboboxes and an command button. Upon clicking th command button I would like to dropdown all of the comboboxes. Any idea on how this can be accomplished? Thanks,
|
| Help: VB6 Connecting To SQL Server & Record Count | 05 Apr 2006 00:51 GMT | 8 |
I am converting some VB6 code from accessing an Access database to accessing an SQL Table. I have it working except I need to be able to know exactly # the number of record returned in my result set. Here is my code:
|
| copying a file from desktop to PPC | 04 Apr 2006 23:45 GMT | 5 |
For simplicity I will mention the below link to example. http://www.devbuzz.com/content/zinc_eVB_copy_files_to_device_II_pg1.asp I implemented this code into my application to copy a desktop file to PPC device. I made sure I ran into the problem with example below and my code.
|
| Unable to KILL files in VB6. | 04 Apr 2006 22:20 GMT | 5 |
We are trying to do some automation for our imaging system. The VB6 app first creates a TIF file, then imports the TIF file into our SQL Server DB, then deletes the TIF file. All works well, and in 80% of the the cases, the TIF file deletion
|
| Launching HTML Help in VB6 | 04 Apr 2006 22:17 GMT | 5 |
Does anyone know how to Launch a HTML Help file in response to a button click without using API calls in VB6
|
| Reading a Webpage Source with Cyrillic Characters | 04 Apr 2006 18:41 GMT | 1 |
Hi all, And thanks for taking a look at my post. I'm trying to input the source of a website into a string in Visual Basic 2005. Heres the code
|
| Newbie question - calling a DLL function returns Type Mismatch error | 04 Apr 2006 17:31 GMT | 3 |
I am trying to create a dll with recursive function to generate a categories menu from MSSQL database. But when i call the function from the dll, script crashes with Type Mismatch error.. Any help would be very appreciated..
|
| HELP!!!!! PowerPoint VBA OptionButton Reference | 04 Apr 2006 17:24 GMT | 1 |
I need to check if an option button is selected (True) and increment a counter if it is True. My problem is referring to the slide object option button. PowerPoint does not seem to want to allow a variable in the object name. I have tried using the variable as well as "Slide52 ...
|
| ADO Recordset Question | 04 Apr 2006 17:17 GMT | 3 |
I have a disconnected recordset that has duplicate records (partno, desc and qty) based on partno. I need to combine these records into one record and add the qty together. Any ideas on how to accomplish this with a disconnected recordset?
|
| Inserting a blank row and deleting some with specific data | 04 Apr 2006 15:38 GMT | 2 |
I've been reading a lot about inserting rows but somehow there isn't much that matches what I need. This data constantly shows up at month end and this would make work a bit easier... Here are 2 things I need....
|
| REQ More Newbie help please | 04 Apr 2006 14:53 GMT | 2 |
I've got a script that writes all Active directory group members "Name" to a file. However I need to write their User Logon Name to the file Here is my script
|
| VB6 incrementing LARGE_INTEGER | 04 Apr 2006 11:51 GMT | 5 |
An asynchronous disk write wants the file pointer of the following type: Private Type LARGE_INTEGER lowpart As Long highpart As Long
|
| How to get gradient selection colors used in Outlook 2003 left pan | 04 Apr 2006 11:39 GMT | 2 |
Has anyone been able to reterive the gradient selection colors used in outlook 2003? Basically, I have a grid showing a list of records and my client wants the selected row to have the same selection gradient back color as Outlook 2003 has on its left pane. The selected pane in ...
|
| Properties of an object | 04 Apr 2006 10:48 GMT | 2 |
Is there a COM interface that I can implement in a VB6 class that exposes its properties through a "Properties" property. For example, I have a Customer class with the properties Name & Surname. I would like to access the properties in the following way:
|
| rich text maximum number of lines | 04 Apr 2006 10:36 GMT | 1 |
hi.... Can anyone tell me plz how to set a maximum number of (lines) to a rich text control and show only last linse when number of lines exceeds the maximum number???
|