all groups > dotnet general > october 2004 > threads for saturday october 9
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 31
VB.NET interface colours
Posted by CSX at 10/9/2004 9:38:55 PM
Hi
I have just loaded Visual Basic.Net.
I find the interfact colours very drab, especially compared to Office 2003.
How do I change the interface colours (currently greys & white)
Ta Carlo
... more >>
Structure declaration - use of structure
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 10/9/2004 7:51:27 PM
Newbie to donnet
This is an example of a structure given in vs.net help
============================
Private Structure Employee
Public GivenName As String ' This employee's given name.
Public FamilyName As String ' This employee's family name.
Public Extension As Long ' Thi... more >>
How do you load a dropdownlist when edit is clicked in a datagrid
Posted by Stanley J Mroczek at 10/9/2004 7:49:03 PM
How do you load a dropdownlist when edit is clicked in a datagrid ?
<Columns>
<asp:BoundColumn DataField="OptionDescription" ItemStyle-Wrap="True"
HeaderText="Option Description"></asp:BoundColumn>
<asp:TemplateColumn runat="server" HeaderText="Id Type Option" ">
<itemtemplate>
<as... more >>
Viewstate overhead ?
Posted by natty at 10/9/2004 4:29:03 PM
Is there any overhead associated with having viewstate enabled but nothing is
being stored in the viewstate? I have an aspx page that uses regular HTML,
i.e. <input type=submit value=submit>, and viewstate is enabled in the
web.config file of my application. Just curious if this would cause ... more >>
How to get control identification from (Sender as Object)
Posted by Marty at 10/9/2004 2:03:05 PM
Hi,
I have this event that is performed by three different controls, how can
I know (from sender object) wich control is used to trigger the event?
Private Sub HighlightSelectedRow(ByVal sender As Object, ByVal e As
System.EventArgs) Handles tbxAmount.Click, lblID.Click, lblExpense.Click
... more >>
Trim user input of spaces, tabs, and others
Posted by Shabam at 10/9/2004 12:32:43 PM
Is there a function in dotnet that allows me to trim user input so that:
1) It gets rid of leading/trailing spaces, tabs, newlines and whatever other
non-printing characters
2) Gets rid of all tabs, newlines, and whatever other non-printing
characters anywhere else, preferably replacing them w... more >>
auto timeout for winform application
Posted by Dayne at 10/9/2004 11:21:06 AM
I need to have a auto timeout feature for a webform application(vb.net).
Basically, I want to close the application if the user does not have a
keyboard or mouse input after a specific period of time. Please help!
Dayne
... more >>
Where's interop.sqldmo?
Posted by John Dalberg at 10/9/2004 10:02:28 AM
I have an application that's giving an error during installation.
"Error 1935. An error occured during the installation of assembly
interop.sqldmo, version 8.0.0.0, PublicKeyToken........"
I am not sure what the error is about. I don't know if the app is trying to
install interop.sqldmo o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[newbie] strange error
Posted by Peter Schmitz at 10/9/2004 7:09:03 AM
Hi,
I'm currently developing a VB.NET application and I encounter a strange error:
Look at this code:
Private Sub LinkLabel5_LinkClicked(ByVal sender As System.Object, ByVal e As
System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles
LinkLabel5.LinkClicked
PanelStart.Visib... more >>
.Net Debug Not Breaking and Duplicate File Issue
Posted by graulstone NO[at]SPAM yahoo.com at 10/9/2004 5:59:43 AM
Hi,
I've hit a very weird bug... I developed an application (App1) and had
it under source control (Rational Clear Case). I then created a new
application (App2). Now when I set a break in App2 the debugger does
not catch it. I then do a search for the line of code that I wish to
break at by ... more >>
application idle time
Posted by Dayne at 10/9/2004 1:19:04 AM
I am working on a vb.net project and would like to have a automatic timeout
after a set idle time..Any ideas?
Dayne
... more >>
|