Click here to Skip to main content
15,915,791 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncreate report without crystal report Pin
harsh_c1-Mar-07 0:31
professionalharsh_c1-Mar-07 0:31 
QuestionMicrophone input Pin
Member 183192428-Feb-07 23:27
Member 183192428-Feb-07 23:27 
QuestionSomething about Webbrowser control Pin
Misterdd28-Feb-07 23:08
Misterdd28-Feb-07 23:08 
AnswerRe: Something about Webbrowser control Pin
Tuwing.Sabado28-Feb-07 23:58
Tuwing.Sabado28-Feb-07 23:58 
GeneralRe: Something about Webbrowser control Pin
Misterdd1-Mar-07 8:13
Misterdd1-Mar-07 8:13 
AnswerRe: Something about Webbrowser control Pin
JUNEYT1-Mar-07 6:46
JUNEYT1-Mar-07 6:46 
GeneralRe: Something about Webbrowser control Pin
Misterdd1-Mar-07 8:09
Misterdd1-Mar-07 8:09 
GeneralRe: Something about Webbrowser control Pin
JUNEYT1-Mar-07 8:28
JUNEYT1-Mar-07 8:28 
QuestionCan i run VB.Net server code on UNIX/LINIX? Pin
leohere28-Feb-07 22:42
leohere28-Feb-07 22:42 
AnswerRe: Can i run VB.Net server code on UNIX/LINIX? Pin
Dave Kreskowiak1-Mar-07 4:11
mveDave Kreskowiak1-Mar-07 4:11 
QuestionOn Windows Vista, Process.Start() generates Win32Exception. Pin
Atara28-Feb-07 22:36
Atara28-Feb-07 22:36 
AnswerRe: On Windows Vista, Process.Start() generates Win32Exception. Pin
Atara27-Mar-07 3:39
Atara27-Mar-07 3:39 
Question.Net Remoting mystery Pin
shreekar28-Feb-07 21:54
shreekar28-Feb-07 21:54 
QuestionCombo Box in a DAta Grid Pin
structures8328-Feb-07 21:41
structures8328-Feb-07 21:41 
AnswerRe: Combo Box in a DAta Grid Pin
Tamimi - Code28-Feb-07 21:59
Tamimi - Code28-Feb-07 21:59 
QuestionHelp Please: How to go back one day? Pin
priya_p23328-Feb-07 21:27
priya_p23328-Feb-07 21:27 
AnswerRe: Help Please: How to go back one day? Pin
Tamimi - Code28-Feb-07 21:30
Tamimi - Code28-Feb-07 21:30 
GeneralRe: Help Please: How to go back one day? Pin
Ahmed El-Badry1-Mar-07 4:37
Ahmed El-Badry1-Mar-07 4:37 
GeneralRe: Help Please: How to go back one day? Pin
Dave Kreskowiak1-Mar-07 6:10
mveDave Kreskowiak1-Mar-07 6:10 
Questionmake the parentform tranceparent but childe form shouldn't be tranceparent Pin
ram krishna pattnayak28-Feb-07 20:45
ram krishna pattnayak28-Feb-07 20:45 
AnswerRe: make the parentform tranceparent but childe form shouldn't be tranceparent Pin
Dave Kreskowiak1-Mar-07 4:08
mveDave Kreskowiak1-Mar-07 4:08 
QuestionTooltip for dynamic controls in VB.net? Pin
.NetRams28-Feb-07 20:32
.NetRams28-Feb-07 20:32 
AnswerRe: Tooltip for dynamic controls in VB.net? Pin
Tamimi - Code28-Feb-07 22:57
Tamimi - Code28-Feb-07 22:57 
Questionhow to force fully change resolution of system Pin
ram krishna pattnayak28-Feb-07 20:28
ram krishna pattnayak28-Feb-07 20:28 
AnswerRe: how to force fully change resolution of system Pin
Dave Kreskowiak1-Mar-07 4:03
mveDave Kreskowiak1-Mar-07 4:03 
That's a really bad idea. Changing the screen resolution will rearrange the icons users have on the desktop. You dont change system-wide settings just to make YOUR app look pretty. Windows is a shared system, and it's up to you to write your code so it works and plays nice with others.

Reead Automatic Scaling in Windows Forms[^] and be sure to read up on all the links at the bottom of that page.


Dave Kreskowiak
Microsoft MVP - Visual Basic


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.