| Thread | Last Post | Replies |
|
| About Creating Objects Dynamically | 28 Oct 2004 07:47 GMT | 5 |
I'm VB.Net Beginner I try to create object Dynamically : In my testing, I create 2 .net project One is MyApp (Type is windows application) with one button name "Button1" The another one is "prj01" (Type is Class libary) with one public Class name
|
| MSScriptControl.ScriptControl | 28 Oct 2004 07:37 GMT | 1 |
I have the next code: Dim Script As Object = CreateObject("MSScriptControl.ScriptControl") I've run this application in WinXP and it works normally, but if I run the application in Win98, the next error comes out:
|
| batch file | 28 Oct 2004 06:45 GMT | 1 |
I am a beginning programmer in VB.NET. I would like to write a program that automates my programs. I want it to run a few programs in order, for example: run a spyware program, close it. Then run a registry cleaner and close it, then anti-virus... etc. It should also have the ...
|
| VB.NET and MySQL | 28 Oct 2004 06:45 GMT | 2 |
Is there a way to get VB.NET to work with MySQL? Is this advisable? I want a nice database that can handle lots of information, but is free. I have used MySQL with PHP but I don't know how to do it with VB.NET.
|
| Automate text submission through 3rd party website | 28 Oct 2004 06:42 GMT | 1 |
Hello, pretty basic issue.. how do I open a website, paste text into a textbox on the page, and click a button on the page from a VB.NET app? (code example please!) thanks!
|
| How to create files using threads at run time in VB.NET | 28 Oct 2004 06:40 GMT | 1 |
Hi friends, I have an application using mutithreads.In that application one threads writes the data in to a file. Another thread reads the data from same file.
|
| Unexpected event raised on radio button | 28 Oct 2004 06:32 GMT | 3 |
We have a usercontrol with a number of controls on it. One being a radio button and one being a button. When we set button.enabled = false the click event of the radio button is being raised.
|
| automate web submission with VB.net? | 28 Oct 2004 06:28 GMT | 1 |
We have a third party web site we use to send XML files from our database through, is there a way I can have our VB.NET app pull up the website, paste the XML into the textbox and submit it and then close the website? Thanks!
|
| Help with Listing users in Domain and Local Machine - InstallService.gif (0/1) | 28 Oct 2004 06:07 GMT | 4 |
I am trying to write a application that will help with the insallutil.exe to install a windows service. What I am trying to do is generate a list of users from the Domain that the user belongs to as well as a list of users from the local
|
| User Controls - Newbie Question | 28 Oct 2004 03:57 GMT | 1 |
I have a user control that I've developed (my first attempt). I compile this as an assembly. When I add this to a project can I just add the assembly to the project directly or do I have to create it as a reference in the project to use it? I want it to be part of the final ...
|
| Easiest way to play an MP3 when a form loads? | 28 Oct 2004 03:38 GMT | 1 |
Hello - I'm pretty new to VB, and have a tiny project going outside of class to keep my brain moving. I would like to spice up a program so that on the form load, it will play a MP3 in the background - nothing overbearing, just a quiet something.
|
| Reading ex.StackTrace as a string with no control characters | 28 Oct 2004 02:39 GMT | 1 |
I'm writing an error handling system for my vb.net windows application. I have an error trapping routine that is catching all unexpected errors, writing an entry in an sql database and terminating the program. This is the best error handling for this program as its printing a ...
|
| How to change color of icon | 28 Oct 2004 00:07 GMT | 3 |
I want to change the color of icon,How it can be opened? and how can i change color. If any one knows please let me know Thanks in advance.
|
| A thread and textbox question | 27 Oct 2004 23:07 GMT | 2 |
I have a form with a text box, a thread start button, and a seperate thread. This is a TCP listener (server) example I took out of a book. See the code below. In the loop below, look at the two lines I have marked with a comment of ??????? If I don't write to the text box, I have ...
|
| Send Ctrl-C to a dos app | 27 Oct 2004 22:55 GMT | 4 |
Hi code gurus ! I'm creating a front end for a DOS application using VB .Net. I launch this DOS app using System.Diagnostics.Process : myProcess.StartInfo.FileName = "myapp.exe"
|