Environment.MachineName.ToString on my Intranet page returns the runat (iis) server name. Would like to retrieve the client machine name instead.
How can I create an array? of threads that are accessible from forms and classes within my application??
I am putting
Public thread_handler() As Thread
in my form and adding threads ...
I have a DateTimePicker that I want to do something on it's ValueChanged event, but then I want to change the Value back to 'Yesterday's Date' without firing another event.
I've tried RemoveH...
I have several hundred files where the DATE CREATED is incorrect, but the DATE MODIFIED is correct.
How can I write the value of the DATE MODIFIED attribute, into the DATE CREATED attribute?
I am trying to write a vb6 program that will allow a user to select multiple check boxes in order to open multiple .pdf documents. I can use the file listbox but I want to put checkboxes on it...
I know how to do in Access but not in VB 2005.
I have two tables in access:
Table1: two Fields "Ref" and "Cost" Data: aa,2 ; bb,3 ; cc,4 ; dd.6
Table2 two Fields "Ref" and "Cost2" D...
Have a pulldown - that when i type in a few characters i have to hit the down arrow to display the contents... what property do i select to make the pulldown auto 'pop-up' based on what is bei...
In VB6 you there was teh ItemData property of a listbox. That's gone in VB.Net.
Situation:
I have an ADODB recordset and I want to populate a listbox with the names of the fields in a rec...
Just a quick fix needed guys ....
i'm trying to access the threads CurrentPrincipal to see if they are Validated.
But the following code:
If System.Threading.Thread.CurrentThread.Curre...
I am having issues with my code. I can pull a direcrory list. Now I want to download a file; what is wrong with the code i have below:
Dim ftpreq As FtpWebRequest = FtpWebRequest.Create(S...
Hey guys it's been awhile...
Here's my question...I am getting the following error when I try to step through this VB.Net program: An unhandled exception of type 'System.Configuration.Confi...
I am developing in ASP.NET/VB.NET. I have a Front end client and a back end webservice located in separate projects. I have a run button on one of the client pages and when pressed will call...
One feature of an application I am developing requires me to change the IP of the machine through code. How can I do this with .NET 2.0? I am open to C# or VB code and the application will b...
A bit of background: I am an occasional programmer and therefore like VB6 for simplicity. But this time I am using VB.NET (2002 sp1) to write an app that will use the serial port.
I was abl...
I have a VB.net application I'm writing that allows the user to create objects during run-time. The objects are pictureboxes that can then be dragged around within a container and interacted ...
I have a record saved in an ms access table - the record is text and is a name
when I add a record with a "'" in the name such as O'halloran the system allows me to add ok but when I attempt...
Example: Notepad is running on Windows (was not launched from VB application). Is it possible to apply events (Resize, MouseDown, KeyDown...) on it from VB application? For demonstrative exam...
how can i assign the selected value of a drop down list to a string variable?
i tried to do it like this:
m_strState = Me.cboState.SelectedItem
but ...
How to execute View from my VB.NET code
here is the my code
Dim myconn As New SqlConnection
Dim myDataAdpter As SqlDataAdapter
Dim AvalibleOrdersDS As New DataSet...
Hello All,
We're currently developing a program which has a component that is accessible by a web browser, this is easy to incorporate however the sticking part is that the web component ne...
Hello,
I have a series of events that I need tweaking. At the moment I have 4 spreadsheets which I have linked to Access tables. These spreadsheets are used to post questions to my department...
Please could someon help, I have a log file with multiple arcserve backup logs for different servers
I wish to read the log file and only print out certain information e.g into a textbox
s...
This question is an extension of http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22644958.html?cid=239#a19421482
The N-tier OO solution lead me down a path with ...
Hi
I am developing an editor using VB textbox control. Users will create objects and members for the objects. Whenthe user type the object name and then a dot, the the editor automatically ...
I'm using printdialog and printdocument in vb.net 2005. I have two printers hooked up, One is a thermal which prints 4x6 labels, the other is a standard deskjet which I am using to print on a...