Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: bunker
Forum: Visual Basic .NET Dec 16th, 2004, 5:07 AM
Replies: 5
Views: 470
Posted By bunker
private sub listBox_selectedIndexChanged(sender...

private sub listBox_selectedIndexChanged(sender as Object, evt as blahblah) handles listBox1.selectedIndexChanged, listBox2.selectedIndexChanged...

me.SelectIndeces(ctype(sender,...
Forum: Visual Basic .NET Dec 16th, 2004, 4:53 AM
Replies: 2
Views: 413
Posted By bunker
ComboBox.DataSource = Employees // SomeArrayof...

ComboBox.DataSource = Employees // SomeArrayof employees(ArrayList, Array, Collection)
ComboBox.Displaymember = EmployeeName
ComboBox.ValueMember = EmployeeId

if you call ComboBox.SelectedValue you...
Forum: Visual Basic .NET Dec 16th, 2004, 4:45 AM
Replies: 5
Views: 675
Posted By bunker
make procedure sub ThisIsIWantToJumpTo, and call...

make procedure sub ThisIsIWantToJumpTo, and call it where you need. Don't use GOTO, if .Net got it.
Forum: Java Dec 16th, 2004, 4:27 AM
Replies: 1
Views: 182
Posted By bunker
i think it's impossible without applet signature....

i think it's impossible without applet signature. old versions of browser could connect directly do database from applet. try that solution. if you can't connect to the browser from applet you can...
Showing results 1 to 4 of 4

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:08 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC