When two of my users login in the morning they find they have lost their default printer, an HP Laserjet 5 and the Colourjet has become the default printer. If they then change the default back to the HP5, next time they log in the default printer is again the Colourjet. A very circular problem...
You now call the Close method instead of the unload method. For example:
Private Sub Command2_Click(ByVal EventSender As System.Object, ByVal EventArgs As System.EventArgs) Handles Command2.Click
o.Close()
End Sub
Hope this helps
I am trying to use the MonthCalendar control to pass a value to a Text box using the DateDiff function. The idea is that if a user selects a date from the MonthCalendar control the selected date value is then passed to a variable (Firstdate) which in turn is used in the Datediff function to...
Thanks to everybody who have been considering this problem but I have solved it.
Basicly, all that is required is to set up a global variable, pass node.key information into the variable, and then use the variable as part of the SQL statement that is passed to ADODB recordset!
Currently I am using a Datalist control bound to an ADODC control which accesses a SQL database to create a list of servers for my application.
Users choose a server from the list which then brings up an SSTab with the servers essential data garnered from various tables in the database.
The...
Right clicking on the DataGrid control and navigating to the Layout/Width property allows you to resize the columns to any desired width. You can also Lock the columns from the same property page.
However the down side is that you must be using an ADO control linked to a Datasource for this to...
Actually there is a way of turning off the messages generated by the Print Spooler to the event log.
Try doing the following:
Select Printers from the Settings Start menu folder (Start - Settings - Printers)
From the File menu select Server Properties
Select the Advanced Tab
You can then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.