Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested VB Controls Solutions: 26 - 50 of 1409
 
I have a nested while loop within another while loop, depending on certain condition I will need to exit the nested while loop and go back to the top of the outer while loop without executing ...
hai all    i am trying to register the CRYSTL32.OCX control .I got an error "Loadlibrary("c:\WINDOWS\System\CRYSTL32.OCX")failed GetLastError returns 0x00000485" anyone knows the so...
In excel sheet cell I have a some of values from different cells, but if value is zero cell shows the zero value which I don't want to show to the user. for exp.  =c12+c14+c16+c18+c24 If...
hi everyone: i would like to get some WORKING code that will allow me to add or use a component (if necessary) so that i can send emails with vb 6.0. i am using Outlook Express as email cli...
i want to use treeview control in web. so i wrote the desired code and  made it as an ocx. now the control is not getting loaded in the client side. even i tried with the cab file which was cr...
Hi experts... I build an application using VB6 and Crystal Report 4.6. Then I make a distributable installer. The problem is: it install correctly on some machine but not with some machine. T...
Howdy I have 12 worksheets, each with 11 columns of data that I need to transfer into 11 other worksheets, one collumn at a time.  The pseudocode below sort of shows what I'm trying to do, ...
Hi, I need to retrieve the motherBoard serial number for identification purposes. I have the following code that works perfectly with windows 2000 but not at all with windows XP or more ...
I am wanting to program RS232 from within Excel VBA. Cannot find a freference to the MSCOMM control to do this. IS this available in VBA? And is there any other way to program RS232 within Exc...
When trying to recompile a ActiveX.dll in VB6, I get the Message "No Creatable Public Component Detected. There has been no changes to the source code in a year.  The dll needs to be recomp...
In a nutshell, I'm trying to populate a ListBox on a UserForm as follows Dim i as Long Dim ColArray As Variant ColArray = Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L",...
Hello experts I've inherited support of a bunch of VB6 exe/dll/ocx's, and need the ability to point to an dll/exe and find out what the CLSID is, when it is not actually registered. Than...
Hi,  How do I Copy a folder in VB6
Hi there! I would like to extract a substring from a string. The string looks like this :- Hello*World*Be*Happy I would like to extract the word "Be". As you can see, it is delimited...
I am trying to create a round button in vb.net, I have seen allot of articals that i just do not understand on the web because they are in C#.  Can anyone show me example code of a round butto...
I am writing an application in vbscript and need to open a separate program.  I think the easiest way to do this would be through the command prompt. So, what I need to do is: 1.  call cmd...
I am wondering if there is a way to modify this auto login code so that it would run immediately after the entire html page has been loaded. I don't like this code as it is now because if p...
Hello experts, I found this piece of code here in the forum: Sub ShowFolderList(folderspec)     Dim fs, f, f1, fc, s     Set fs = CreateObject("Scripting.FileSystemObject")     Set f ...
Before you start pointing me to all types of answers on ee let me explain my situation: Me=No VB experience what so ever Attempting=I have a vbs script that was created by an application i...
I have to be able to increment the value of a subitem in a listview..  It is going to increment by 1 every time that a loop runs but it won't do a WordsProcessed.Items(IndexW).SubItems(0) = ...
Hi, I need a Datagrid or MsFlexgrid,.. with Checkbox and Listbox in the columns. The control must have n columns and I define which column have the chechbox and listbox. I can read the info...
Is it possible to use the sleep command in a VBS file that I run as a scheduled task?  If so, need an example for 500 points.
I'm using a DataGrid in VB6 and want to know when the user has selected a whole row. The help says properties called "SelStartRow" and "SelEndRow" exist, but they never appear on my control. S...
Dear Experts, I have a treeview on an Excel 2003 form that displays the following format: -Parent   -Child 1      -Sub child 1      -Sub child 2      -Sub child 3   -Child 2      -S...
Hello experts, I have a couple of questions on MsFlexgrid, I have been using Datagrid, and need to swap over, so the questions;- 1.) Is it possible to do a fullrowselect in MsFlexgrid. ...