Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested Visual Basic Solutions: 176 - 200 of 8475
 
I have a VBscript that will enumerate the file name in a specific folder, set it as a variable, then send it as an attachment in an email.   strComputer = "." Set objWMIService = GetObject...
Hi Guys, Is there a decompiler for vb6?. I need to view the source code from assignments i did in uni a few years ago. I can see via the ee search engine, this question has been asked many ...
I have been using this VB6 program for a few years without any problem on Windows 2000, but on Windows XP there are lots of problems. Sometimes it works and sometimes it doesn't  I am beginnin...
Experts, I am using the following code to pull the results of a SQL query into excel, and add the record set into a combo box. The code below is working, however it only adds the very first re...
I developed an applicaition using VB Express and after I publish the appication and try to install it on a computer I get the error mentioned above in regards to the PowerPack. I downloaded VB...
My program uses the date format 31/01/2005 =  31st January 2005 = dd/mm/yyyy Some of my users in different countrys have different date formats as standard on their pc's eg 01-31-2005 ...
I am using the Open FIle For Output for writing a file.  I am gathering the data from a Spreadsheet using Microsoft Office Web Components within my VB6 application. I have an export button on...
We have an odd problem here, that is only happening occasionally.  In one of our apps, the text portion of a combobox will end up not matching the List(Listindex) value, but the ListIndex valu...
Dear Expert;   Please answer me how to code. I would like to Code VB6 to change default printer and Printer A to Printer B. So that I can print report from Crystal report 8. If this ...
I am a newbie to VB.. and have couple of question in datagrid I have a datagrid in my project it's displaying all the columns and rows as needed.But what i want to do is i have data in the ...
Hi Experts, I want to create a win-form with an RTF box and a Label. In the Label, I want the number value of 50,000, this would be a target figure. When user types into the RTF, i want ...
I have a macro for a button that runs on click and I was wondering if it was possible to have an external VB Script or batch script that can call or run the macro without being in the excel pr...
I have visual basic program that calls to excel and save if html format a xls file. When I execute it inside on cgi (with iis) gives the error "Error: 429 ActiveX component can't create obj...
I am having a brain fail moment.... Cheers Marcus
Hi, I am receiving zips of 100+ PDF files in a folder and I need to open each PDF and print just page 1 from each file.  I'm fine w/ the code to get the pathname for each individual file in t...
Hello, I am new to VB and want to create a simple script to delete all files and folders under a specific directory. (i.e. c:\Program Files\test\test1) In other words, I would like to...
Hi, If I do not want to use late binding for "Wscript.Shell"...What reference do I need to add in my VB6 project?   Set m_objEventViewer = CreateObject("Wscript.Shell") Thanks Ian
Hi, I'm trying to figure out how to add and remove user/group accounts to the share permissions list for a folder that has already been shared on the network (Windows XP system). The key pr...
Hey all, I am using the following VBScript to get the computer's IP address and spit it out to a text file: Set objShell = CreateObject("Wscript.Shell") objShell.Run("%comspec% /c ipco...
I have Windows XP, fresh install with SP2.  I had to replace a failed HD.  When I run my software and click on the register button I get the following error message:   Run-time error '-214722...
Im using a Postcode component giving me an OS grid Easting and Northing positions. I have 2 coordinates, I need to measure the distance between the 2 points and also get the direction of trave...
Greeting All, I want to load a picture as an icon in my Visual Basic program. The icon should replace the default icon of the VB. I tried: Me.Icon = "mypic.ico" AND Me.Icon = New Icon("myp...
Im building an activex-dll in VB6 that needs to do a large number of posts every hour. I have built one version already using mswinsck.ocx, but i would prefer to use a control or other webinte...
I am familiar with a wide-variety of design methodologies and tools, which I hope are for the most part out-of-date by now, most of them from the late 80's, early 90's.  The bureaucracy of mos...
i want to take all values from that select statement given below into an array in form1(std exe vb6.0) and i want to call one function from different form2(activeX dll) and pass these arrays a...