Click here to Skip to main content
15,916,463 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB .net 2008 application with SQL Server 2005 system waiting sometimes Pin
DCAUB18-Nov-08 22:47
DCAUB18-Nov-08 22:47 
AnswerRe: VB .net 2008 application with SQL Server 2005 system waiting sometimes Pin
Dave Kreskowiak19-Nov-08 4:46
mveDave Kreskowiak19-Nov-08 4:46 
AnswerRe: VB .net 2008 application with SQL Server 2005 system waiting sometimes Pin
Wendelius20-Nov-08 7:45
mentorWendelius20-Nov-08 7:45 
GeneralRe: VB .net 2008 application with SQL Server 2005 system waiting sometimes Pin
DCAUB24-Nov-08 23:43
DCAUB24-Nov-08 23:43 
QuestionShow and Hide windows Task Bar from Windows Application Pin
pdnet18-Nov-08 20:16
pdnet18-Nov-08 20:16 
AnswerRe: Show and Hide windows Task Bar from Windows Application Pin
Christian Graus18-Nov-08 20:26
protectorChristian Graus18-Nov-08 20:26 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
pdnet18-Nov-08 23:03
pdnet18-Nov-08 23:03 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
Jon_Boy19-Nov-08 1:58
Jon_Boy19-Nov-08 1:58 
So basically, would you and make the form size = screen.workingarea?

This will work:
With Me
    .TopMost = True
    .FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
    .WindowState = FormWindowState.Maximized
End With


Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
pdnet19-Nov-08 2:52
pdnet19-Nov-08 2:52 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
Dave Kreskowiak19-Nov-08 4:45
mveDave Kreskowiak19-Nov-08 4:45 
AnswerRe: Show and Hide windows Task Bar from Windows Application Pin
Nanda_MR19-Nov-08 19:30
Nanda_MR19-Nov-08 19:30 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
pdnet20-Nov-08 0:51
pdnet20-Nov-08 0:51 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
Dave Kreskowiak20-Nov-08 1:47
mveDave Kreskowiak20-Nov-08 1:47 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
JR21220-Nov-08 2:21
JR21220-Nov-08 2:21 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
Dave Kreskowiak20-Nov-08 3:20
mveDave Kreskowiak20-Nov-08 3:20 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
Jon_Boy20-Nov-08 4:21
Jon_Boy20-Nov-08 4:21 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
EliottA20-Nov-08 5:38
EliottA20-Nov-08 5:38 
GeneralRe: Show and Hide windows Task Bar from Windows Application Pin
Jon_Boy20-Nov-08 5:46
Jon_Boy20-Nov-08 5:46 
QuestionRetrieve image with .Net originally saved by VB6 Pin
Anita Fourie18-Nov-08 19:53
Anita Fourie18-Nov-08 19:53 
AnswerRe: Retrieve image with .Net originally saved by VB6 Pin
Christian Graus18-Nov-08 20:27
protectorChristian Graus18-Nov-08 20:27 
GeneralRe: Retrieve image with .Net originally saved by VB6 Pin
Anita Fourie18-Nov-08 20:36
Anita Fourie18-Nov-08 20:36 
GeneralRe: Retrieve image with .Net originally saved by VB6 Pin
Wendelius20-Nov-08 7:07
mentorWendelius20-Nov-08 7:07 
QuestionHow to connect and get Report view with out wizard Pin
Francis K Antony18-Nov-08 19:02
Francis K Antony18-Nov-08 19:02 
AnswerRe: How to connect and get Report view with out wizard Pin
Nanda_MR19-Nov-08 19:40
Nanda_MR19-Nov-08 19:40 
QuestionHow to make a hierarchical gridview??? Pin
meki_211818-Nov-08 18:42
meki_211818-Nov-08 18:42 

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.