Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Visual Basic Solutions: 1 - 25 of 682
 
I am looking for some code that I can use in a VBA EXCEL project that will create an email and attach a file using the default mail client on a users machine.  I see lots of examples of using ...
Hi, I have setup a form to send emails via Outlook and the emails are sent containing just text. However, I want to send these emails containing HTML. Can anyone show me how I can set th...
We get delimited text files from our business partners that include part orders.  The files are supposed to be tab delimited with a specific column arrangement.  They are not.  Instead the fil...
I am writing a VB .Net app that has an MDI Parent form and 7 or 8 other forms that I want to logically tie together such that if I load child form 1 into the mdi parent form and click on a but...
Hi I have managed to connect to oracle and retrieve records using the following coding. Private Sub cmdPayments_Click()   If cmboClient.ListIndex = -1 Then   MsgBox ("Please select clien...
Probably an easy question, but how do I reference the individual characters of a string?  For example in order to extract each character one after another I thought it would be something like ...
I would like to know if there is a free solution for saving the content I generate on a PictureBox to a jpg image file. Actually I'm using SavePicture to save it as a bmp, but I would like ...
In VBA, I need to URLencode a string written in greek, using the UTF-8 encoding. This means that the string "±²³" (in case this does not read right, it says "lowercase alpha,  lowercase beta, ...
have the following Test.txt file content field1   field2      field3 1           1           0035300608E000233004 1           2           0035160508E000012950 2           3           0035...
I am using VB 2008 Express to develop a forms based application that has a main MDI Parent form and about 5 or 5 other forms. I am able to load one form as a child of the MDI Parent in the par...
Hi, I'm trying to set the form design property so it has a size of 1280 x 768 pixels - thing is, I can't figure out how to do this. I've set the ScaleWidth and ScaleHeight to 1280 and 768 r...
Hi, I have 15 or more vb script files like one attached as example. What i want to do is instead of clicking each vbs files to telnet, i want to have a nice visual basic program with eit...
Visual Basic 6 - I need to create a unique serial number from Date/Time that is 8 Characters long using numbers and letters.  So anyone that could write some code to show me how to do this wou...
I usually manage to find solutions to stuff like this on my own, but i'm afraid this time i've come away empty handed. Hopefully someone can help clear this up for me. I am trying to read a...
Is there a script that resolve a server name to IP address?
I borrowed the code below from a previous question/solution post that works great. I would, however, like to also list the username as well. Right now, it lists the user's name and the domaing...
I am trying to search for a word within a string. For example the string "This is a test string". I want to find the word "test" within this string and then remove all the text before "test". ...
If a user has a row selected I don't want them to have to double click to edit (there is only one column that will ever need to be edited anyway).  I want them to simply begin typing and have ...
Need to use my array as a list box on a pop up message box. Then store my selection to a vaiable. Thanks. See at the end of the Code. Array is called ToAddresses.
Hi, I have an application which uses a class to create pdf documents  from a text box. But the class required that each line should be inserted separately as:   objpdf.PDFTextOut line, 1...
I want to create an UTF8 text file from data that I have in my application. I simply need a function that will take string as a parameter, convert it to UTF8 and then create UTF8 text file...
I am using a listbox which picks up variable row sources depending on what cells are selected in my spreadsheet.  For example if I select the button next to the 'Deposit" cell the listbox'x ro...
I have tested the below code running from a macro in excel and it works fine Shell "rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen \\path" But instead of opening fax vie...
Hello, I have recorded a macro which opens a file and copies all data in one sheet.  However I would like it to inly copy the populated cells.  So use column A and stop when it hits a blank...
I have a series of jpg's where the digital camera has stored an incorrect date. I want to update this atribute by simply adding a time to the jpg's in question. I have already developed the  r...