Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Visual Basic Solutions: 8226 - 8250 of 8398
 
Hi all,    I have a VB dialog which allows me to print multiple reports and I can pick which reports I want to print by means of selection on checkbox.    The problem is, each of these repor...
Hi just want to ask what is the easiest way to create a new folder with a given path?? e.g. how to create a folder "XYZ" in "C:\"??? thanks C8X
Using VB5, is there a way to determine the status of the Task Bar or to set the status eg Always on top, Hidden etc.? Is there code which will allow me to hide the Task Bar or to display the ...
I am tring to do self-destruction program in vb, but I got path/file access error number 75. Here is my code : Kill App.Path & "\" & App.EXEName & ".exe" what's wrong ? How to correct it ?
How to insert images on a RichTextBox? I know the only way is the rtf codes, but how to use it? I´m looking for something like "RichTexBox.TextRTF = RichTexBox.TextRTF & Image1.Picture".
I want to query for the status of a Service. Just give the servicename as a string and get a string back with the current state.
I receive the error "Error loading advpack.dll" when installing dcom95. It all started with my installation program (wise) failed to register msdadc.dll. According to MS knowledgebase there i...
I am currently writting an on top application program using VB6 under Win- nt. Problem I have is I need a way to prevent mischievous users from fiddling with the system. i.e. The main scree...
With a VB program, i need to post something to the webserver, how can i do it? (just like someone was pressing on "Submit" from an html form...)
I am using the VB6 DataCombo control.  At runtime I want to bind it to a recorset.  The recordset is the result of an ADO connection to SQL 7 stored proc.  The recordset has the correct data i...
I have some old vb 3.0 code that I got off of the net. Most, but not all, of the *.frm and *.bas files appear to be in binary, ie. when I try to load them in vb6 i get the error "<filename> is...
Now i am using Seagate Crystal Report to generate reports and graphs for my project. One of the graph that I need to build is using "line Charts" to show values on accumulating data from one m...
I am using a textbox control and want to put multi-line data in it.  For example: txtbox.text = This is line1 + char(13) + This is line2 I can't get it to work!  chr(13) is suppose to be the...
Hi, I'm writing a little program, but I need some sort of listbox where I can set checkboxes in (like in outlook with the rules wizard). Is there somebody who has an ocx control to do that or...
I need to be able to detect when windows is shutting down or restarting and suspend the process, in order to prompt users to shut down any running datastores on the machine that is shutting do...
After using the packager, I tried to install the program and I keep on getting this error.  The only ref to msftqws.pwd is "TmpDir=msftqws.pdw"  I'm using VB6 with SP3. *** ERROR: The 'C:\WIN...
Hello, I want to know how you control a lcd with two hd44780  control modules. Each module controls 80 characters. And a signal into the modules chose what controller module that it wants to w...
Is there any program out there that will automatically convert all functions of a specified DLL into the correct syntax of VB in a module. I.e. if you specify to import functions from netapi32...
I am looking for some code which could document an *.mdb show its table collections and field collections for each table and the properties of each field.
I also need to set a form's border property at run time.  Is it possible?
I am using flexgrids on different forms. When I am displaying my current form and try to update flexgrid info on a different form (example: otherform.flexgrid_other.additem x), the form loads ...
When I attempt to delete a row from the flexgrid when it is the only row remaining, I receive the following error:      Runtime error 30015      Can not remove the last non-fixed row How can ...
I need an image control or some sort of code that will enable me to get a Picture object from an image file on a web server.
i have designed a report using crystal pro 4 and i want to create it on the disk in a word format so when i open the result in word it will be readble im currently doing the following :  ...
I am using the MAPI controls to send email from my application, however, I need to be able to do this WITHOUT the need to get a Username or Password from the user (The app will be on several d...