all groups > vb.net > september 2006 > threads for sunday september 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Treeview (Eric Moreau)
Posted by Jerry at 9/10/2006 10:37:44 PM
Hi Eric,
thnks for the help on your site. It's great. In your example you turned the
node grey and checked the color.
If e.Node.BackColor.ToArgb = Color.Gray.ToArgb Then
e.Cancel = True
Microsoft.VisualBasic.Beep()
Return
End If
I turned the font to italic and tried
if ... more >>
Licensing with Plimus
Posted by eSolTec, Inc. 501(c)(3) at 9/10/2006 7:26:01 PM
Hello and thank you for any and all assistance. I'm working with Plimus and
they have told me that I need to use this XML code to make my program work,
but I don't know XML.
<plimus_licensing_response>
<status>STATUS_CODE</status>
<days_till_expiration>DAYS</days_till_expiration>
<us... more >>
Problem with parameter
Posted by reidarT at 9/10/2006 6:54:08 PM
I still have a probem with a parameter.
Here is my code.
Dim Bruker As String = Me.AnsattNavn.Text
Dim Utfort As Boolean = (True Or False)
'Innboks
dgvInnboks.DataSource = InnboksPrBrukerBindingSource
Me.InnboksPrBrukerTableAdapter.Fill(Me.MeldingDBsqlDataSet.InnboksPrBruker,
Bruker,... more >>
disconnect usb device
Posted by JR at 9/10/2006 6:43:11 PM
Hi,
Any idees how to disconnect some usb devices
Jan
... more >>
Referencing an Enum with Embedded Spaces
Posted by Desmond Cassidy at 9/10/2006 6:24:09 PM
I created an Enum with the EnumBuilder which allows you to add items =
with spaces embedded as well as the name of the Enum. e.g. US States and =
a member of New York
The normal way you would iterate through an Enum is as follows
For Each lstrItem As String In =
[Enum].GetNames(GetType(Geogr... more >>
Binding a textbox to a dataset
Posted by reidarT at 9/10/2006 6:14:02 PM
I have a datagrid with different tableadapters as source.
On the form I have a textbox showing one of the columns in the datagrid.
I can bind the textbox's datasource in the properties, but how can I do it
programmatically?
reidarT
... more >>
Running and Controling another Application via VB.net Application
Posted by bbepristis at 9/10/2006 4:47:56 PM
I have an application I wrote that requires MS SQL Server Express So I
want my installer to call and control the MS SQL SERVER installer how
do I do this I have seen it done before Im just not sure how to go
about it I want it to automaticly click the next buttons select mix
mode auth and set th... more >>
Infragistics UltraChart, .rpt file - binding the .rpt file to the UltraChart?
Posted by brian.sheahan NO[at]SPAM gmail.com at 9/10/2006 1:11:51 PM
Hello,
Any help with Infragistics would be greatly appreciated! I'm TOTALLY
new to it's controls and usage. I am to create a chart with the
UltraChart control bound to a CrystalReport.rpt file in a winform.
Where should I start? I find very little documentation on this
procedure elsewhere.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Display compiled HTML help file in VB.NET app
Posted by Christie at 9/10/2006 8:00:32 AM
I have created a compiled HTML helpfile that I want to use in my VB.Net
application. What code do I need to link this compiled file to the
help button in my application??
I have created my application in Visual Studio (VB.Net).
Thanks
... more >>
how to write ?
Posted by simon at 9/10/2006 5:56:18 AM
Hi! I am beginner of VB.net When I wrote with VB6, I copy and paste
some same controls, the IDE will paste a assay control such as
"label1(1),label1(2)......" . So I can control them total with the "for
.....Next".
But in VB.net When I do the same thing ,IDE will give me such as
"label1,lab... more >>
How can I make a copy of my collection?
Posted by Kyote at 9/10/2006 3:39:19 AM
I'm trying to persist a list of filenames. I've made a custom
collection and a FileName class:
'Class to hold file name information
Public Class FileNames
Public fullName As String
Public fileName As String
Public fileExtention As String
Public filePath As String
Public... more >>
DownloadComplete
Posted by GS at 9/10/2006 1:49:08 AM
is there such thing as DownloadComplete for AxSHDocVw.AxWebBrowser?
and if there is, what is the name for the event object?
... more >>
Detect Plug Unplug of a device
Posted by Anoj at 9/10/2006 1:00:54 AM
Hi All,
Is there any system event in .net through which it can be detected that
a USB device is attached to the computer or deattched.
If yes kindly help me with some sample code in C#?
Regards,
Anoj Kumar
... more >>
XML Comments in a namespace
Posted by David A. Osborn at 9/10/2006 12:00:00 AM
From what I am reading it appears to not be possible to put xml comments in
a namespace in VS2005 and have the system generate them in the comment
document at build time. Does anyone know of a work around for this or a
patch that maybe out?
... more >>
|