What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top Visual Basic Solutions: 51 - 75 of 758
 
I want a simple way to get the current mouse position in PERL, but only when I Left Click with the mouse. Thanks!
Hello i have a question to you guys . Do you maybe know how to make the code read the KeyPress outside the form ? Tried to do it myself but i failed hard . I would really be glad if you co...
I am trying to convert a .xls file to a CSV file my code works but Its comma seperated and not SemiColon Seperated (";") as I need it to be. My Computer setting are list seperator ";" so th...
How do I check if the user enters a valid date in the input box?
I am using VBA to open a web link that initiates an asp script that opens a dialog that prompts the user to download a text file. I have been able to use SendKeys to click the "Save" button on...
need to addvalues from recordset with count 2 how can i do it with array
I have a program in Visual Basic 6 that will be run by limited users on an XP system. I have portions of the program that I need to run as an administrator - I do not have a problem with bu...
I have a problem with VB6 code. The code in application is to back up database on MS SQL Server 2000. When I run the application to backup small database, it's OK. But when I try to backup a h...
Hi Experts I currently have the code below.  Each macro has a button assigned.  So for the named range SW there are two buttons, one to show the named range and one to hide the range.  The ...
I am currently trying to run a batch file from a vb.net application. Everytime I start it using either shell or process.start a command prompt window opens and inmediately closes, the batch ne...
Hello I'm developing a application that should get a website's content and analyze that. After analyzing the website content using Inet.OpenURL, I should post the website some data using Inet...
I have a query to insert data into a table.  Not every field is required.  So when I execute the code the empty fields return ("") and I get an error trying to insert.  How do I 1) check for n...
Can sombody tell me how to put the contents of the array below into a datagrid? no editing is needed, only displaying...
Hello Experts, Ive written a VB6 application on one computer, which Ive reformatted.  When I open the application in VB6 on another computer I get can't find project or library on ...
I'm trying to get the PID and ultimately close an open application, Excel. I'm able to loop through the open processes but it appears that I'm only getting the thread ID and not the Process ID...
Using the code listed below i have a start up routine that displays a form. Trouble is, when the app runs and the frmMap in the ELSE statement is called, the frmMap does not have focus; so, th...
Our office recently upgraded to Attachmate Extra! version 9. We have a VB 6.0 application that sends data to the extra screen using SendKeys to be saved to mainframe. After Extra upgrade, it i...
Experts: I am looking for a VB script which will monitor a windows service but its get stop send and email using CDO and restart the service ... How is this possible?
I am using a datagridview for showng the list of items. in my Winforms VB.net application.  One of the column is calculated from 2 other columns in the gridview (price * qty). In the RowsAdded...
The VBA code below should loop thru each linked shape in a PowerPoint presentation and get its fill color.  For non-linked shapes, this works fine (i.e. change the first "=" in the code below ...
The number in cell U5 is 82.0097579360144. wks.Range("U5").Value returns 82.0098 WorksheetFunction.Sum(wks.Range("U5:U65536")) returns 82.0097579360144 (when only cell U5 contains a numb...
hy , haw macro that imports hyperlinks data from cell selected , need these macro to run when there is formula in cell , result from formula is functional hyperlink with friendly name   =IF(T...
How can i retrieve all the urls from a .txt file? The steps i have to take i think are.. 1) Open a .txt file ( e.g c:\test.txt ) 2) Start searching for the string <a href=" from the top o...
Quick question - is it possible to pass an argument to a form app (developed as a system tray app) in VB .NET?
I need to find a way to change the time zone using vb. I'm using VB 2008 express. Ideas?