Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Top Visual Basic Solutions: 76 - 100 of 744
 
I have a VB that launches some batch commands along the way, I would like it to pause between each line until it is done running them, rather than simaltaneously launching each command window....
Is it possible to have a column in a datagridview as a computed column. For example the extended price column, should always be price * qty. so everytime a row is added or if the qty or price ...
Hi all, I kinda have two questions regarding this topic: (1) - I have this VBscript (attached) that create user accounts in ADUC from a text file.  I'd like to add to it so that it adds ...
How can I check if .NET is installed and the version is 3.5 SP 1 from a VB 6 program.. The logic I need to implement in VB6 is IF .NET is installed -> Run a VB.NET program IF NOT .NET -...
I'm having a strange problem. I have an app that uses sendkeys to send keystrokes to another program. The problem is it works perfect when executed once, but when it is executed the second tim...
I didn't find any code for calculating critical values für Chi-Square test. This link has the formulas: http://elib.zib.de/netlib/a/perlman Here are the estimated results http://www.st...
Visual basic Hwnd.   I am trying to close an ie pop-up window that comes up called connect to, i want to automatically hit the cancel button on the pop up based on the window handle.  What am ...
I am looking for a vb script which monitor a folder... and get the file name in the folder and write in a text file and next time when that script runs it will check file name again and write ...
I open a dialog from a form. Based on the user entry I get some information from the database. When the dialog closes I want to be able to access this information the main form. What is the be...
Dear experts, I have a question and I hope its easy for you, the question is that I have a text file and I read it by this code here: http://support.microsoft.com/kb/302309/en-us I wan...
I am auto filling on a form with VB6 using webbrowser controls and clicking the submit button via VB6 code, all works fine, however if there a way to do this without using the web controls ? s...
How can I get the data sent from a USB bar code scanner to a text box in Viusal Basic 6.  One thing also is that the VB6 application may not be the main window active, it may be minimized.  
Hi guys, i have asked this question before but i dont seem to be getting the right answers. i have 2 fields, Departure_DTG1 and  End_DTG Now what i need to do is If End_DTG is m...
I want to create a function that will pass a parameter which is a job number.  The function will check a database and return all records that contain the job number.  I want to retrieve the su...
I have been asked by management to try and determine whether or not we will experience conflicts or issues runing our custom Excel program in different versions of VBA. Heres the scenario: Ou...
Hi Experts, I want to create a winform with a timer value = 100... this counts down to 0. If the application is shut down or disturbed, it saves the timer value to a text file. If the progr...
I want to display the save as dialog box with a populated name as the suggested name to save the file as. Also, If the user cancels the dialog box I need the sub to stop running and exit. ...
I have a form in ASP.NET (VB) and on that form is a span tag with id"spanMyData"... the innerHTML is being rendered on page_Load and a snippet is visible in the code window below... I am...
I need to find the the max, min and median for array of data.   I store data from an excel spreadsheet, the Name and the value into two different variables M = Name and R = Value. Then I want ...
Hello All,   I have an application wrote in VB.NET via Visual Studio which runs off a SQL CE database.  I need to be able to have the users export the data to a file, and import the data in...
The program should take an input file that is a .txt file, alphabetically sort the file from A-Z, and then output the file to a new file.  A test file will be provided for your convenience.  T...
Why doesn't the code below make the word application object visible?
How can I run a dos command from VB?  I would like to be able to browse to a folder then do a shell (DOS Shell?) and copy *.txt to text.txt in that directory.  I want to do this to avoid impor...
I have a Dropdown on a page which controls which image is used as a background. That works fine. I load up 4 choices to a dropdown and the user can select which image he wants. When this works...
I have started a powershell script via system.diagnostics.process.start("script", "arguments"). I want to show the terminal window, or the output in a Visual Basic form or panel. Is this possi...