| Thread | Last Post | Replies |
|
| Problems with Hiding parts of userform | 07 Dec 2005 10:03 GMT | 2 |
Userform1 in my program is displayed when the user clicks a button on Userform2. I have this working fine - Userform1 has 2 uses so I want to load the userform and then hide the information that is not relevent. How do I do this? I can't get anything to run after I have used ...
|
| Open/Closing CD/DVD Drives | 07 Dec 2005 02:05 GMT | 2 |
Help a Noob programer here please... I am attempting to write a small .exe that I can call with another program to open and close the CD/DVD drive on a PC. I have the following code from dev fusion but I get an error message:
|
| Trigger events | 07 Dec 2005 01:28 GMT | 25 |
Is there a way to change a checkbox to go from check to uncheck without triggering the _click event?
|
| Search nttp via vb6? | 07 Dec 2005 00:17 GMT | 4 |
I searched this group via google on the search term "nttp" and got only one hit (unrelated) what I was looking for is a way to write a small vb6 app that could search newsgroups "semi-unattended"
|
| Test Treeview for selected item | 06 Dec 2005 22:26 GMT | 4 |
How can you check to see if an item is selected in a treeview? (like - if nothing is selected - exit sub....etc)
|
| OpenFile Diag @ VB.NET | 06 Dec 2005 22:26 GMT | 1 |
I am working with the openfile dialogue on VB.NET express. I want the filename to appear on a label that I have on the main form when I click on a file on the openfile dialogue. How can this be accomplished? Example, I have the openfile diag. Displayed & in the background I have
|
| common dialog problem | 06 Dec 2005 22:05 GMT | 1 |
I created an application that uses the file open common dialog control. It works fine on everything but one of our Win98 machines. I get an error that says COMDLG32.OCX or one of its dependencies is not correctly registered or something is missing. Anybody have an idea where to look
|
| Problems Exporting from Treeview to XML | 06 Dec 2005 21:42 GMT | 8 |
I'm trying to adapt some code used elsewhere and it's not working. Here's my code: (start xml code here) Call TreeviewRecurse(MyTV.Nodes)
|
| xmlhttp - getting variable from script | 06 Dec 2005 19:48 GMT | 2 |
Hiya, Ive been playing with xmlhttp in visual basic recently and have found it ot be quite simple to use, however I have been completly stumped by how to get data from a script to my visual basic program using this
|
| using MSGraph.Chart.8 in vb | 06 Dec 2005 18:45 GMT | 1 |
very urgent, I need to be able to update msgraph.chart.8, also called Microsoft Graph 2000 in visual basic. All of my efforts have failed. I've searched the internet and found some references to using the datasheet.range properties, but VB just gives me errors.
|
| Embedded Files In Web Pages? | 06 Dec 2005 18:06 GMT | 2 |
Often many web pages use embedded files like CSS, SWF (Flash) etc. in the main document. Using the WebBrowser control, how do I find out what external files are being used by a web page? Thanks,
|
| Unload Form and set Nothing | 06 Dec 2005 17:04 GMT | 1 |
Question From another Thread:
>A form is Unloaded specifically set to Nothing while one control on >it is still referenced somewhere. What will happens? for my test I used:
|
| C++ forum | 06 Dec 2005 16:55 GMT | 3 |
What is a good C++ forum, I see that www.developersdex.com offers mostly .NET stuff? thanks, BRAMOIN
|
| help!! (VB Macro in Excel) | 06 Dec 2005 16:28 GMT | 3 |
Hello anyone-that-can-help-me. I am fairly new to macros within excel and have tried various differant ways to get what i want to happen. I have some formulas which work perfectly but i want to create a tracking spreadsheet with 5 tabs
|
| XLM to Pipe Delimited in VB? | 06 Dec 2005 15:48 GMT | 2 |
Does anyone know how I can import a xml file & export into a Pip Delimited or .tab file in VB? Having a hard time finding an documentation on this... any help is greatly appreciated......
|