Click here to Skip to main content
15,905,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need help with Datagrid Pin
Dave Kreskowiak5-Jul-06 4:39
mveDave Kreskowiak5-Jul-06 4:39 
QuestionRandomize and Unique Numbers Pin
NickiG4-Jul-06 5:41
NickiG4-Jul-06 5:41 
AnswerRe: Randomize and Unique Numbers Pin
TristanJ4-Jul-06 8:27
TristanJ4-Jul-06 8:27 
GeneralRe: Randomize and Unique Numbers Pin
NickiG5-Jul-06 2:23
NickiG5-Jul-06 2:23 
GeneralRe: Randomize and Unique Numbers Pin
TristanJ28-Jul-06 4:31
TristanJ28-Jul-06 4:31 
AnswerRe: Randomize and Unique Numbers Pin
Guffa4-Jul-06 11:24
Guffa4-Jul-06 11:24 
QuestionAdd Scrollbar Control to my form Pin
Wael Hawari4-Jul-06 5:10
Wael Hawari4-Jul-06 5:10 
AnswerRe: Add Scrollbar Control to my form Pin
Dave Kreskowiak5-Jul-06 5:44
mveDave Kreskowiak5-Jul-06 5:44 
Well, it's possible, but a bit of a pain to handle, depending on what you're doing with them.

If all you're doing is putting a bunch of controls on the form and trying to move them around because the form is too small to show them, you're really wasting your time. All you need to do is drop a Panel control on the form, dock it so it takes up the entire surface of the form, set its AutoScroll property to True, then put all your controls on the panel. It takes care of moving everything around for you!


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Add Scrollbar Control to my form Pin
Wael Hawari5-Jul-06 7:44
Wael Hawari5-Jul-06 7:44 
GeneralRe: Add Scrollbar Control to my form Pin
Wael Hawari5-Jul-06 7:45
Wael Hawari5-Jul-06 7:45 
GeneralRe: Add Scrollbar Control to my form Pin
Dave Kreskowiak5-Jul-06 8:24
mveDave Kreskowiak5-Jul-06 8:24 
GeneralRe: Add Scrollbar Control to my form Pin
Wael Hawari5-Jul-06 8:36
Wael Hawari5-Jul-06 8:36 
QuestionNeed Help : insert Row into ... [modified] Pin
elpens4-Jul-06 4:15
elpens4-Jul-06 4:15 
Questiondll Problem in vb 6.0 Pin
bony_baba4-Jul-06 4:02
bony_baba4-Jul-06 4:02 
Questiongood day to all... Pin
moodsey2114-Jul-06 3:08
moodsey2114-Jul-06 3:08 
AnswerRe: good day to all... Pin
Colin Angus Mackay4-Jul-06 12:20
Colin Angus Mackay4-Jul-06 12:20 
AnswerRe: good day to all... Pin
Mekong River4-Jul-06 15:50
Mekong River4-Jul-06 15:50 
AnswerRe: good day to all... Pin
Socheat.Net4-Jul-06 22:38
Socheat.Net4-Jul-06 22:38 
GeneralRe: good day to all... Pin
Mekong River5-Jul-06 0:22
Mekong River5-Jul-06 0:22 
QuestionDVT camera and VB.NET 2003 std Pin
porsti4-Jul-06 3:05
porsti4-Jul-06 3:05 
QuestionApplication log Pin
jon-804-Jul-06 0:46
professionaljon-804-Jul-06 0:46 
AnswerRe: Application log Pin
Guffa4-Jul-06 1:06
Guffa4-Jul-06 1:06 
GeneralRe: Application log Pin
jon-804-Jul-06 5:39
professionaljon-804-Jul-06 5:39 
QuestionError-->strType = CType(sender, MenuItem).Text. Kindly reply a working solution for this. Pin
bpoojas3-Jul-06 23:45
bpoojas3-Jul-06 23:45 
GeneralRe: Error-->strType = CType(sender, MenuItem).Text. Kindly reply a working solution for this. Pin
Guffa4-Jul-06 1:02
Guffa4-Jul-06 1:02 

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.