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: 176 - 200 of 744
 
I am including my file.   Open form and drop down the report and click the send button . You will  have to change SERVER NAME to run the program ========================================...
Hi, I am really struggling with what seems like it should be a simple thing. I need to print the entire contents of my ListView, it will undoubtedly need to wrap onto multiple pages on most...
Hi, I need a VB Script that will open up a text document, find a certain line and then add in a couple of words. I think it should be simple, but I can't work it out! Thanks Andy
i have a query form which which has a radio button, on click of the radio button i have to open another form say filterform below the query form and close when the user hit the ok button in th...
Hi experts, Does anyone know of any code in VB6 that will work to open a webpage in default browser (or IE7 which is my default browser) and enter a value in the username and password box. ...
Hello,    I have this procedure in Delphi, it adds any application to windows firewall exceptions, I want to convert this code to VB 6 code, Can u help me please ? Thanks in Advance
Let's say that my webbrowser1 is navigated to http://www.experts-exchange.com/ , now what i want to do is to extract all the available URLs back to my VB6 Project. I need something like... ...
How can i determine thru vb code if a printer is not installed on a system ? using vb6
Hi All, I have a desperate need to uninstall Microsoft Office update KB973475 from all our desktops as we've found that it is causing Excel to crash.  Unfortunately WSUS does not support re...
Hi I have a code that I need to be executed only once per day. What would I have to add to my code to ensure this is the case? Thanks
TheNautican supplied me with the vbs script for running a virus scan on shutdown which work great on XP machines. I have a couple of windows 7 systems that when shutting down the Internet Expl...
We have a legacy app written in VB6 and we need to rebrand it. On the main screen is a menu with help as one of the items. On the help dropdown is an "About" option. This displays an "About...
I have a number of rows and columns in Excel. I am using vb.net. I need values in Row C. For Example. Row C Jobs plumbing <blank> heating elect. I want all the rows from column C...
For dValue = 60%, this If statement... If dValue <= 60% Then ...sometimes = True and sometimes = False. I don't know why. Someone told me that you can't compare real numbers in code. Ins...
Hi I have a sheet where I enter a number into an input box in order to calculate some formulas embedded in a macro I have created. But what I would rather do is simply enter that value into...
I am currently in a class to learn VB 2008, and quite frankly I'm lost, there aren't very good examples in the book and the instructor doesn't do a good enough job explaining, however, seeing ...
Hello, I have a spreadsheet that links to another file. When I run a macro in an attempt to update the links a box appears in which I must select the relevant file, the particular line of c...
I have 3 command button which I use for query as my code below. My problem is.. an error appeared once Procode is not existing in the table. An error says "Invalid use of null"  QTYONHAND = ...
Hi I am developing a little asp.net 2.0 application. It works good in my localhost with the connection string pointing to the server, but when I upload the code to the production server (inf...
I have a very large form in VB6.  Sometimes my users can't see the whole form for one reason or another.  Is there a way to make sure the full size of my form always shows up on the screen so ...
Hi there.  I want to look at the creation date of a word document and if it is before 7 August 2009 then I want the code to do something. I've written the code below but it doesn't seem to be ...
I've made a simple Visual Basic application that downloads files from the internet. I'm looking for a way to distribute it, so only people that are intended to use it, can use it... For e...
Okay, I need a proxy that will constantly change it self, but like attached to the webbroswer control...is that possible?
This is not your usual screen resolution/resizing question. I am developing in VB6 on a laptop with a screen res of 1680 x 1050. My opening form has a size of 1280 x 994 pixels, and always com...
Hi, can any one give me a quick example how to work with .ini files in VB6? Thanks.