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!

 
Time Tested VB Objects Solutions: 1 - 25 of 180
 
I have a VB application that uses the CRYSTL32.OCX component. The priginal application was developped with BB.5.0 and I made some modiffications with VB.6.0. I built the installation kit with ...
Hi,     Is there any way to change the contents (text and images) of a pdf document to Black and White using vb? Thanks, Seeja
Hello all, I have a form which contains a number of textboxes and other such objects.  Within this form I have a listbox which is displayed when the right-mouse is clicked.  This list displ...
So far I've found activex controls and VB.NET stuff about writing md5 hashes, but no native VB code that does it, and the md5 hashing algorithm is too complex for me to replicate. Can someb...
Is there any way I can script the creation of a VPN server connection on Windows XP? I need to make it simple for my users to set up a VPN server. I'd like to use VB or VBScript.
Let's say I have a jpg file in my c:\temp directory called hockey.jpg.  I have a picturebox (called picture1).  How do I tell the box to display c:\temp\hockey.jpg via coding instead of select...
I am on Excel 2003, Adobe Acrobat PDFWriter 5.0 I am trying to set up an Excel spreadsheet so that the user can push a button and create multiple PDF files without having to answer prompts ...
Hi, I am trying to dynamically fill a listview in visual basic 6, and succeded. There are 3 possible queries at the moment. The idea is to set the listview column headers with the ado.rs....
I have a simple Access contacts data base that I have used for years.  It began as an Access 97 Contacts Template and I have made many additions since then.  It uses a switchboard to control c...
Hi, I need to load a string array from a single recordset field that contains vbCRLFs in VB6. The idea is to break down these rs fields into lines so that I can create a neat plain text emai...
In a VB6 app, I'd like to display a form which contains text and .jpg images.  Easy so far.  What's driving me nuts is adding a vertical scroll bar such that a user can scroll up and down a fu...
When I build this code, I get an error on line "excelWorkBook = excelApplication.Workbooks" I am attaching a screen shot as well as the snippet Below is the code exception: System.NullR...
I'm trying to create COM+ applications with the Component Services Administrative Tool.  Does anyone know where I can get this tool?  I've looked around for it, but no luck.
I have a code for the problem below however I can't get the  numbers per line command to work. If I put 3 it doesn't work or put in 2  it doesn't work etc. If someone can assist. PROBLEM: Th...
Hi, I have written a macro for converting the word document to PDF conversion by adding the refernce to AdobePDFMakerForOffice.  It is working properly with Adobe 7.0 version, but is failing ...
Hi, I inherited a program that is using VB6, ADO 2.8, and Access 97. A user is getting an error message stating " Either BOF or EOF is True, or the current record has been deleted". When I ...
I am writing a script to copy files to a list of pc hostnames in a list file and I have that working but I would like to add a few extra functions to that script. 1. I would like the script t...
I am using Excel VBA code to send emails via Lotus Notes, using a FOR Loop.  I am running into 2 problems: 1)  After sending the Document, Lotus Notes keeps the window open.  I'm not sure why...
I am looking for a vbscript to read a directory and subdirectories and output the newest files in each folder to a text file and email it to a group. Any help would be appeciated.
I have a 1 dimensional  array which is created by a nusoap webservice. I invoke this webservice with a vb,net windows form and would like to fill  a dataset with the contents of the array. ...
I'm aware that if I don't have a primary key defined, the commandbuilder cannot generate the Update command.  This makes sense...  But how can I override this so I can do a dataAdapter.Update(...
I have 5 text boxes. 1 for Length, 1 for Diameter, 1 for Specific Gravity, 1 for the Total and 1 for Diameter Calculation textbox. The order of textboxes are Length, Diameter, Specific Gravity...
Hi to all , i want to hide a window, the CAPTION of the window is  "Miniboss" , here is my source what i have and its NOT WORKING, I try to hide other window application and is work GREAT, but...
Hi x-perts, I need to dispose an object on worksheet closing, but have to check if it exists, because if it was not defined, it generates an error. Please, advise, Thanks
I have a code that runs and in it's process it has to open and work with certain files. However, some of them have links to other workbooks. Is there any command I can put in my code to not al...