Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: right click Pin
Tom Deketelaere8-Oct-07 21:07
professionalTom Deketelaere8-Oct-07 21:07 
AnswerRe: right click Pin
Taylor Kobani8-Oct-07 23:18
Taylor Kobani8-Oct-07 23:18 
AnswerRe: right click Pin
Dave Kreskowiak9-Oct-07 1:59
mveDave Kreskowiak9-Oct-07 1:59 
QuestionClose down Pin
twsted f88-Oct-07 20:23
twsted f88-Oct-07 20:23 
AnswerRe: Close down Pin
Vimalsoft(Pty) Ltd8-Oct-07 20:52
professionalVimalsoft(Pty) Ltd8-Oct-07 20:52 
GeneralRe: Close down Pin
Tom Deketelaere8-Oct-07 21:00
professionalTom Deketelaere8-Oct-07 21:00 
AnswerRe: Close down Pin
Tom Deketelaere8-Oct-07 20:55
professionalTom Deketelaere8-Oct-07 20:55 
GeneralRe: Close down Pin
Salman Sheikh8-Oct-07 21:45
Salman Sheikh8-Oct-07 21:45 
the best i found to let my form remain in maximized state is by overriding onSizeChanged method (or by handling sizechanged event) and writing following lines there

If Not DesignMode Then
If Not Me.WindowState = FormWindowState.Maximized Then
Me.WindowState = FormWindowState.Maximized
End If
End If

if user tries to change the size even by clicking on maximize button the form will restore back to previous stat. keep in mind initially you will have to set the windowstate of form to Maximized


Salman Sheikh

GeneralRe: Close down Pin
Tom Deketelaere8-Oct-07 22:06
professionalTom Deketelaere8-Oct-07 22:06 
AnswerRe: Close down Pin
GuyThiebaut8-Oct-07 21:42
professionalGuyThiebaut8-Oct-07 21:42 
AnswerRe: Close down Pin
Taylor Kobani8-Oct-07 23:21
Taylor Kobani8-Oct-07 23:21 
Questionconvert txt file to ms-access [modified] Pin
Rinki Mukheraji8-Oct-07 20:09
Rinki Mukheraji8-Oct-07 20:09 
AnswerRe: convert txt file to ms-access Pin
pmarfleet8-Oct-07 21:23
pmarfleet8-Oct-07 21:23 
AnswerRe: convert txt file to ms-access Pin
Salman Sheikh8-Oct-07 21:49
Salman Sheikh8-Oct-07 21:49 
Question"How can I convert english language statement in my own language in VB 6.0? " Pin
aspdotnetvijay8-Oct-07 20:06
aspdotnetvijay8-Oct-07 20:06 
AnswerRe: "How can I convert english language statement in my own language in VB 6.0? " Pin
Tom Deketelaere8-Oct-07 21:02
professionalTom Deketelaere8-Oct-07 21:02 
QuestionDataGridView Help... How to insert windows control inside the DataGridView row or cells as an input control? Pin
vbDigger'z8-Oct-07 20:02
vbDigger'z8-Oct-07 20:02 
AnswerRe: DataGridView Help... How to insert windows control inside the DataGridView row or cells as an input control? Pin
Dave Kreskowiak9-Oct-07 4:35
mveDave Kreskowiak9-Oct-07 4:35 
Questionpdf to html Pin
karthidheena8-Oct-07 19:38
karthidheena8-Oct-07 19:38 
AnswerRe: pdf to html Pin
Dave Kreskowiak9-Oct-07 1:49
mveDave Kreskowiak9-Oct-07 1:49 
Questionhow can I convert lower case into upper case alphabats in textboxes for web applications Pin
Ashish Kumar Vyas8-Oct-07 18:55
Ashish Kumar Vyas8-Oct-07 18:55 
AnswerRe: how can I convert lower case into upper case alphabats in textboxes for web applications Pin
nishkarsh_k8-Oct-07 19:58
nishkarsh_k8-Oct-07 19:58 
AnswerRe: how can I convert lower case into upper case alphabats in textboxes for web applications Pin
Dave Kreskowiak9-Oct-07 1:53
mveDave Kreskowiak9-Oct-07 1:53 
QuestionLicense of MsFlexGrid ocx in Vb 5005 Pin
nishkarsh_k8-Oct-07 18:35
nishkarsh_k8-Oct-07 18:35 
AnswerRe: License of MsFlexGrid ocx in Vb 5005 Pin
Dave Kreskowiak9-Oct-07 1:50
mveDave Kreskowiak9-Oct-07 1:50 

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.