Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested VB Controls Solutions: 676 - 700 of 1409
 
My application is in VB6 and has the ability to dynamically change the entire program to one of 15 languages. Many of these languages such as French, Danish, Estonian, German, etc. can utilize...
Hi, I had a VB6 program written for me that works fine on my XP laptop. When I install it on my XP desktop, I get an error: Runtime error '429' ActiveX component can't create object ...
Hi,   First, this is the nearest section I found I could ask this question, so if it is no suitable I apologize.   I would like to add tooltiptext in PowerPoint objects using VBA, I did no...
I have a PDA unit that connects wirelessly to a PC running my visual basic program with the winsock control. I pass it data to query a database then it returns the data to the PDA. It works fi...
Hi, I need to read the final result from an excel worksheet by using VB. Currently I am using this sTotalOutStd = .Range("N" & i).FormulaR1C1 But, is the cell value is generated by "fo...
Hi, this is my first question here, everytime I search the net for something you guys seem to have an answer so here I am. I've built an admin tool that simply access a SQL DB and you can q...
I am trying to get a ListView control to work in VBA. I am using the syntax that I have successfully employed in Visual Basic, ie Set objdli = lvFind.ListItems.Add(, , "Test") but this ...
I got a image file and I want to send it over the network using winsock in the server. But I dont know how to save it back to file after the winsock transfer. Code on server side: Dim st...
Hi I want to have blank screen and on it i want objects that i can move around and resize by holding down the mouse at the edges like on a form. I havent been able to solve this.. for the ...
I have VB project that has been made atleast 4 years ago. It has controls such as SSPanel, SSFrame that require threed20.ocx. Back then compiled exe is working fine but now I have to make some...
Hi All, Is it possible to call a DLL which calls another DLL from VBA I have the code below and It doesn't seem to work. /* Here's my VBA CALL */ Private Declare Function ObjectList Lib...
Listbox with 10 numbered items in it.  VERY IMPORTANT - ITEMS ARE NUMBERED. LISTBOX CONTENTS LOOK LIKE THIS: 1      Red 2      Green 3      Blue 4      Purple 5      ............ ...
Hello everyone, I apologize in advance if the answwer to this question is obvious, but I am definitly a NOVICE when it comes to handling Excel apps in VB6.  Back in November AJ2003, asked how ...
I have an application that I want to schedule to run at night.  I have my work computer setup to go to screen saver and password protect on return.  When my app runs the screen saver gets real...
I am trying to register the control TDBGs16.OCX, however, I keep getting a failure.  Do you know what dll's are required for this control?
Hello: I need to find a control that have a circle button that can suppor pictures and 3d effects.  I alredy used sheridan sscommand button but it does not have a perfect circle button, it wor...
I want to use the MSChart ocx and embed it in a web page.   On my DEVELOPMENT machine (Frontpage, VC++ 5.0, VB 5.0, etc) everything appears to be working wonderfully. The web page has an <O...
I've got that "I'm missing something obvious" feeling, but I'm puzzled: I'd like to make checkboxes on my form (or at least their labels) transparent, so that the form's picture can show t...
like wordpad where there is a dialog to find next and still highlight the rtf?
I want to change the datagrid Row color dynamically by pressing the keydown key and keyup key..at runtime
Using VB6 this fails with error code 48389. It looks so simple.... What is wrong? I tried it by putting a mapi session control on the page and by creating a control with code Pub...
I am having trouble with writing messages to the NT event log - more specifically with creating and using an event message file. I can write to the log ok but I need to create a message file -...
Experts, I've included the MS Word "document" tool in my toobox and put it on a form.  However, when I look at the design-time properties, I don't see how I can use it.  I don't see where I...
Hi, I have a VBA macro that gets information from the user. Sometimes the user wants to open another Excel workbook to find the information to cut/paste. The problem is that while the userf...
Hi, Is there any way that the app can 'see' which Users are accessing it's MDB (DAO) on a network (No username/password required for MDB access) and if so, display what Records are being ed...