2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Visual Basic Classic Solutions: 251 - 275 of 536
 
I have an issue where a application I written in VB6 won't end in Windows XP.  When I run it under Vista it works great.  In my form_unload here is the code: Private Sub Form_Unload(Cancel As...
Hi would like to consult experts on this VB code issue. I am trying to launch "myprogram.exe" with the following paprameters "ABC.Equipment.10" When the code is excecuted it did launch t...
Hello, I've written a VB2005 windows application.  This application will allow the user to enter some information and when they are finished and hits save the application runs a crystal rep...
I'm getting two warnings... What do I have to do to fix them ? Warning     28     Access of shared member, constant member, enum member or nested type through an instance; qualifying expression wil...
I have a Rich Text Box in one of my programs and I use a toolstrip with buttons for formatting on it (bold, italic, alignment, etc). There are buttons for the font color and highlight, but I'd...
I have built an application using visual basic as front end and SQL Server 2005 as backend. I have built the logic where ‘While’ loop is used in many places which actually slows down the ap...
I tried to make an ftp connection to upload a file to a server  using visual basic 6 by the folowed code, but I got "InternetConnectW()12007" What is my mistake?
I need to copy a file \Work *SORFMT where * = any character (1 character) that is entered and have it prompt for a replacement for the * (1 character) and overwrite if it already exists...I de...
I have a textbox in my form and i am interest to get a part of that text into onother textbox.... My textbox: text1.text = "Something Random Here... <a href="http://www.google.com/" titl...
I am capturing the long string, let say description of something: Nothing helps you stand out, earn more money and meet your career goals like Six Sigma certification from Villanova Universi...
I need to convert a number to string in VB6 . For example 12,25  to  001225 Thanks Andreas
Experts, this should be an easy one...I have a textbox on a form and need help figuring out how to use its  .text value in another form's code page (is that a class?).  For example there's a f...
Can someone please help me with the following code : Sub Macro1()     Dim i As Integer, j As Integer, n As Integer     Dim ws1 As Worksheet, ws2 As Worksheet           Set ws1 = ActiveShe...
When I try to Connect to a local instance of SQL2005 Express I receive the following error. A network related of specific instance error occured while establishing a connection to SQL serve...
Hi Experts, I have serveral instances of a processes called "ClickYesPro.exe" whch runs for several users on our server. Problem is that the process sets itself as AboveNormal and hugs CPU ...
Dear experts, I have a question and hope its easy to answer, I have a string like this: A = "ABCD(Text)=(Text)" Do you know how can I do some work in the string above so I can get the...
Looking for some VB code that will allow me to click a button in Excel to... Run a report in Access and analyze the report in an excel. The report requires user input for 2 different secti...
Hey I have the following code I'm trying to get my cancel to work on form_closing and get my progress bar (ProgressBar1) working.  I'm not sure how to use ReportProgress correctly to show the ...
Dear experts, I want to run a command line from my window application, the command line runs a java application for example the java application can be run like this: >java test And I wa...
Trying to merge groups of cells using a for loop. but keep receiving error: Runtime error 1004: Application defined or object defined error
What is the best way to take a row and copy it to corresponding field on a form?  Essentially I would like to populate a datagrid as part of a user search (no need to worry about the search pa...
How can i highlight the selected text in a webbrowser control using vb6 ?
Why won't this code work?  I keep getting "Method 'Add' of object 'Sheets' failed.
I am trying to use Application.SendKeys to automate entry into a cell pre-validation.  Essentially the code looks like this: Application.SendKeys "{F2}" Application.SendKeys strText It ...
Hello Expert, Please see the attachment below. ========================================================== You can see three sheet: - 2010 - Raw data of football player for Club - i...