Click here to Skip to main content
15,927,699 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Programming Errors Pin
Lindasue11-Mar-08 10:47
Lindasue11-Mar-08 10:47 
QuestionStrange behavior in listbox control - VB.NET 2.0 Pin
Marcus J. Smith11-Mar-08 9:53
professionalMarcus J. Smith11-Mar-08 9:53 
GeneralRe: Strange behavior in listbox control - VB.NET 2.0 Pin
Christian Graus11-Mar-08 10:03
protectorChristian Graus11-Mar-08 10:03 
GeneralRe: Strange behavior in listbox control - VB.NET 2.0 Pin
Marcus J. Smith11-Mar-08 10:22
professionalMarcus J. Smith11-Mar-08 10:22 
GeneralRe: Strange behavior in listbox control - VB.NET 2.0 Pin
Christian Graus11-Mar-08 10:34
protectorChristian Graus11-Mar-08 10:34 
GeneralRe: Strange behavior in listbox control - VB.NET 2.0 Pin
Marcus J. Smith11-Mar-08 10:44
professionalMarcus J. Smith11-Mar-08 10:44 
GeneralRe: Strange behavior in listbox control - VB.NET 2.0 Pin
Christian Graus11-Mar-08 10:53
protectorChristian Graus11-Mar-08 10:53 
GeneralRe: Strange behavior in listbox control - VB.NET 2.0 Pin
Marcus J. Smith11-Mar-08 11:00
professionalMarcus J. Smith11-Mar-08 11:00 
Christian Graus wrote:
This is obviously a waste of time, but it won't cause your issue.


Yes I am a little off and on with the new object setting depending on how I set the object later. I believe this was written before I quit with the extra step. Smile | :)

<br />
If uxDepartments.SelectedIndex > 0 Then<br />
     uxDepartmentEdit.Text = CType(uxDepartments.SelectedItem, DataRowView)("DepartmentName").ToString.Trim<br />
     uxAddDepartmentName.Enabled = False<br />
     uxUpdateDepartmentName.Enabled = True<br />
     uxDeleteDepartmentName.Enabled = True<br />
<br />
Else<br />
     uxDepartmentEdit.Text = ""<br />
     uxAddDepartmentName.Enabled = True<br />
     uxUpdateDepartmentName.Enabled = False<br />
     uxDeleteDepartmentName.Enabled = False<br />
<br />
End If<br />



CleaKO

"Now, a man would have opened both gates, driven through and not bothered to close either gate." - Marc Clifton (The Lounge)

GeneralFinding which Item was clicked in a webbrowser Pin
Ahmad Zaidi11-Mar-08 7:05
Ahmad Zaidi11-Mar-08 7:05 
GeneralObject Reference not set to an instance--Urgent Please help Pin
devsheoran11-Mar-08 6:48
devsheoran11-Mar-08 6:48 
GeneralRe: Object Reference not set to an instance Pin
Guffa11-Mar-08 7:58
Guffa11-Mar-08 7:58 
GeneralRe: Object Reference not set to an instance--Urgent Please help Pin
Christian Graus11-Mar-08 8:21
protectorChristian Graus11-Mar-08 8:21 
Generaltimer!!!! Pin
Rharzkie11-Mar-08 5:26
Rharzkie11-Mar-08 5:26 
GeneralRe: timer!!!! Pin
Christian Graus11-Mar-08 8:22
protectorChristian Graus11-Mar-08 8:22 
GeneralRe: timer!!!! Pin
Rharzkie11-Mar-08 12:35
Rharzkie11-Mar-08 12:35 
GeneralRe: timer!!!! Pin
Adam Loudermilk12-Mar-08 13:36
Adam Loudermilk12-Mar-08 13:36 
GeneralCreate user wizard Pin
solarthur0111-Mar-08 5:19
solarthur0111-Mar-08 5:19 
GeneralRe: Create user wizard Pin
Christian Graus11-Mar-08 8:26
protectorChristian Graus11-Mar-08 8:26 
Generalreplace all caracters in a string that are not one of 0-9 or a-z or A-Z with a space... Pin
Support12311-Mar-08 4:48
Support12311-Mar-08 4:48 
GeneralRe: replace all caracters in a string that are not one of 0-9 or a-z or A-Z with a space... Pin
Scott Dorman11-Mar-08 5:01
professionalScott Dorman11-Mar-08 5:01 
GeneralRe: replace all caracters in a string that are not one of 0-9 or a-z or A-Z with a space... Pin
Guffa11-Mar-08 7:50
Guffa11-Mar-08 7:50 
Questionpress a key to play the audio Pin
meghanaVishwa11-Mar-08 4:23
meghanaVishwa11-Mar-08 4:23 
GeneralRe: press a key to play the audio Pin
Scott Dorman11-Mar-08 5:11
professionalScott Dorman11-Mar-08 5:11 
GeneralRe: press a key to play the audio Pin
Christian Graus11-Mar-08 8:30
protectorChristian Graus11-Mar-08 8:30 
Generalpress a key to play the audio Pin
meghanaVishwa11-Mar-08 4:10
meghanaVishwa11-Mar-08 4:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.