I have this request from my boss where he wants the law firm assistants to be able to press a button (or hotkey) in Outlook 2003 and it will insert text at the BEGINNING of an email.
The te...
I have received excellent help with my previous question. I would like to try to take this one step further adapt this to work with specifc files. I would like to use a checkedlistbox to do ...
I have a listbox with many values, how can i search for one and then delete it ?
Example:
List1.additem = "1"
List1.additem = "2"
List1.additem = "3"
List1.additem = "4"
How can i ...
I use the MSInet control to download a page to my computer, now what i want to do is to open that file and extract all the available URLS back to my visual basic v6.0 project. I dont need the ...
I just noticed that my VB6 program using webbrowser controls is cluttering up the IE history. I've read though a lot of topics on this and cant see any real way to stop a VB6 control from addi...
Is there any faster way, or more to the point a random way to select a particualr range of username from a sql DB... im using php..
the DB is arrange like "ID,HITS"
so an example would b...
Hello,
I am extremely new at VBS so please bare with me.....
I have a vbs login script that works just fine. I would like to add a msg box that pops up and says, "Mapping Network Drives" the...
I would like to be able to obtain the source from a web-browser control programaticallly.
1) This must not be by requesting from the server again via the Inet control or simular, another re...
I thought I had solved my problem in this prior thread (http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_24809205.html) but am still having a problem. I'm able to kill Exce...
hi guys,
i have a vb.net class written which has an event trigger and i have an issue moving the class into a dll. basically in one of the event args i have (see code snippet).
when i mov...
Hi Experts
I'm trying to use a private function to produce a report off the following array,:
CountValue(DrNr, ReviewMnth).NrClientsSeen
.....however, the PrivateType (Key1) is not fun...
I need to open a document programmatically with the program associated with that document.
The windows file associated determines what program to open the document with.
I also need to b...
I have a function prototype of a DLL which I want to call in VB.net, but not sure how to call it in vb.net.
The F.P. is:
long TestDLLWINAPI(unsigned long Session, unsigned long program, lon...
Hi,
I found this question on EE ( http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20496135.html )on how to use VB to open an excel file. In this example, the code is ru...
I have a form with a listbox which has been populated from a txt file. I have a button on the form that I want to print the contents of the listbox to the printer. The only code I have been ab...
I have searched dozens of forums and i couln't find anything usefully. It is possible to send an email using SMTP(SSL) with visual basic 6? I have already tried the popular vbMailSend.dll but ...
Hi,
I was trying to install VB6.5, but could not get much information from the net. Can someone please suggest where I can get the installables?
Thanks.
HI ,
I am using VB 6.0 and PDF writer create a PDF report, when I select the PDF Writer printer, it always pop up a screen let me selet where and what name to save it. Is it possible set a...
My app creates a CSV file that the user will later double click to open it in Excel. The CSV file contains, among other info, a couple of "numeric" text fields (zip code is one). When the fi...
Experts, please help me figure out how to have an app open a MDF SQL DB file via an OpenFileDialog. I have OpenFileDialog code and a connection string (used in creating SQL DBs) but both woul...
I'm working on a small game in VB, and what I'd like to be able to do is move some pictureboxes around on the screen in random directions. I can get the latter to work, unfortunately I can onl...
I have a script that I run when certain mail items come in. Right now I provide it with a string and then it captures the next word following that string and returns it. However, I am runnin...
I have two forms in a .net application. Before any of these forms is displayed, i run through a routine that decides if three drives have been mapped.
If they are not mapped, then a "Map Dr...
In VB.NET I am trying to convert a date. Simply put I want to convert a date like 12/31/2009 to December 31, 2009. I tried using FormatDateTime(#12/31/2009#, DateFormat.LongDate) but this gi...
Hi experts,
I have this loop that's looping through a spreadsheet. It's a Do...Loop. Anyways, I try to store data into an array for further processing then to paste it back into the same sp...