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: 126 - 150 of 744
 
Hi Experts, I have an application which needs some changes made to each user's CURRENT_USER registry hive, I have a .reg file that makes the change no problem. My dilemma is that I need to ...
I'm looking for a way to capture the contents of a  Webbrowser control to an image all in a VBA userform.   From what I can tell the only way to do this is to use the BitBlt function. Th...
I am writing a yahtzee game.... I started this on Wednesday and now have it the way I want, except the straights don't work. Now I know the easiest way would be to sort my dice and determi...
Hello.  I need help, I'm sure this has been done before, but I'm just not finding something that fits my needs...  I would like to export the Security Event Logs of my Domain controllers and t...
I am wondering how i could download a page e.g http://www.google.com/ using the inet control, could you please help me?
I have a form with a picture on the background, and I need to put a TextBox inside the form. I want the textbox background to look transparent, but it doesn't have the "BackStyle" property th...
Hey guys,                     I am witting following code : Dim ConnectionString As String         ConnectionString = "Data Source= KUNAAL-PC;Initial Catalog=Spatial;User Id=kunaal-PC\kun...
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...
I have a production calendar set up in outlook 2007. For each appointment there is a corresponding product detail sheets (pdf format). I had been directly attaching the pdf to the appointments...
How to minimize and maximize form using vb6?
I need to grayscale all the shapes (which includes textboxes, pictures, and autoshapes) within a slide. PowerPoint has a menu item,View/"Color/Grayscale"/Grayscale which does exactly what I wa...
I am using the keydown event in the form to trap if the user has pressed any function keys. I am wondering if this will considerably slow down the system, bcos every key pressed is trigger...
I have a deployment project in Visual Studio and the output from this is two files: setup.exe and Setup1.msi I am able to rename Setup1.msi but how can I rename the setup.exe. I hope to avoi...
Hi, I would like to know how to print forms in VB easily, it is surely possible to design the elements in a form or something and then simply send that to the printer. For instance i wa...
I have a document management system (Interwoven Worksite) which I need to open documents and files from using my own interface that I am writing. The database contains the path to each file, a...
I have a Form1 with Button2 in my project. I would like yesterdays date appear as the text property of Button2 when Form1 loads. The date on Button2 should be displayed as Saturday Sep 1...
I need to make a loop that polls external Ethernet devices indefinitely, perhaps for days at a time. But it also needs a graceful way to interrupt the loop when a user wants to regain control....
Hi, following an experts-exchange user's advice, I am using Chilkat Crypt2 to calculate SHA1 hashes in VBA based on the example in the link below.  While this works perfectly for small files, ...
Hi, does anyone know of a free addin for Excel that will calculate the SHA-1 or MD5 hash of a file?  I would like to call it as a function say hash = SHA1(filename) so I can use the hash in my...
How can i disable the popups in my webbrowser control?
Hi.. I have a form where I'm making a connection to an Oracle db.. (see code for structure) Public Class Form1     Dim remtdb As String = "Data Source=(DESCRIPTION=" _            + "(ADDR...
I am trying to keep a count of how many queries actually update in the code below... Can anyone point me in the right direction? TIA, Andrew
please help me, I need vb6 code to force kill any running application, the code attached can't kill all running exes, I've tested it b4 some of running exes can't be killed. it works by, Ki...
I have a program that does a port scan to see if computers are up and running. The idea is that when the company opens up our GUI manager for all the VNC connections we have, we want to click ...
Hi, I have a VBA script that is running in Excel.  When I am on a form with 3 radio buttons, I click one button and it takes me to another form with more radio buttons and an "exit" button....