Click here to Skip to main content
15,895,256 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProxy for VB.NET 2005 Pin
Devraj Raut16-Feb-06 3:37
Devraj Raut16-Feb-06 3:37 
QuestionReset the current directory to AppPath on exit Pin
DJLarZ16-Feb-06 2:40
DJLarZ16-Feb-06 2:40 
AnswerRe: Reset the current directory to AppPath on exit Pin
malharone16-Feb-06 7:27
malharone16-Feb-06 7:27 
AnswerRe: Reset the current directory to AppPath on exit Pin
Joshua Quick16-Feb-06 7:43
Joshua Quick16-Feb-06 7:43 
AnswerRe: Reset the current directory to AppPath on exit Pin
Dave Kreskowiak16-Feb-06 10:31
mveDave Kreskowiak16-Feb-06 10:31 
AnswerRe: Reset the current directory to AppPath on exit Pin
DJLarZ16-Feb-06 21:07
DJLarZ16-Feb-06 21:07 
Questionvb.net 3003 draw tool Pin
yorickthefirst15-Feb-06 23:43
yorickthefirst15-Feb-06 23:43 
AnswerRe: vb.net 3003 draw tool Pin
Dave Kreskowiak16-Feb-06 1:30
mveDave Kreskowiak16-Feb-06 1:30 
yorickthefirst wrote:
First problem - in debug mode hovering the curser over a varable name in older versions gave the VALUE of the varable, in my setup I get a definition of the varable which is of no interest to me - how do I change the setup to get actual runtime values?


You don't change anything. You're getting the definition because the code either was not stopped (hit the pause button next to the run button), or your code was stopped and your trying to get the value of a variable that is no in scope. You code was stopped in one method (Sub or Function) and you're looking at a variable in another method.

yorickthefirst wrote:
Second - There is no Draw toolbox - I have all the controls etc but I cant draw a line or a circle etc on a form - where is this hiding (its not in the available tools from the add dropdown).


It's not hiding anywhere. There are no such tools. You're expected to either draw these things yourself in code or use a PictureBox or some other control to load an image file.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow to get path to the CD drive Pin
Chatura Dilan15-Feb-06 23:17
Chatura Dilan15-Feb-06 23:17 
AnswerRe: How to get path to the CD drive Pin
alien viper15-Feb-06 23:42
alien viper15-Feb-06 23:42 
GeneralRe: How to get path to the CD drive Pin
Chatura Dilan16-Feb-06 15:33
Chatura Dilan16-Feb-06 15:33 
GeneralRe: How to get path to the CD drive Pin
alien viper16-Feb-06 16:14
alien viper16-Feb-06 16:14 
QuestionCrystal Reports Pin
microuser_200015-Feb-06 22:29
microuser_200015-Feb-06 22:29 
QuestionDatagrid > DataTable > Excel Pin
RichardBerry15-Feb-06 22:02
RichardBerry15-Feb-06 22:02 
AnswerRe: Datagrid > DataTable > Excel Pin
KreativeKai17-Feb-06 4:08
professionalKreativeKai17-Feb-06 4:08 
AnswerRe: Datagrid > DataTable > Excel Pin
Dean_SF17-Feb-06 7:44
Dean_SF17-Feb-06 7:44 
GeneralRe: Datagrid > DataTable > Excel Pin
RichardBerry21-Feb-06 3:35
RichardBerry21-Feb-06 3:35 
GeneralRe: Datagrid > DataTable > Excel Pin
Dean_SF21-Feb-06 4:13
Dean_SF21-Feb-06 4:13 
Questionproduct security Pin
brindhavijay15-Feb-06 19:49
brindhavijay15-Feb-06 19:49 
AnswerRe: product security Pin
Joshua Quick15-Feb-06 20:56
Joshua Quick15-Feb-06 20:56 
Questioncan't find keycodeV.dll Pin
shekhar8115-Feb-06 19:47
shekhar8115-Feb-06 19:47 
AnswerRe: can't find keycodeV.dll Pin
nguyenvhn15-Feb-06 20:35
nguyenvhn15-Feb-06 20:35 
AnswerRe: can't find keycodeV.dll Pin
Rana Muhammad Javed Khan15-Feb-06 21:38
Rana Muhammad Javed Khan15-Feb-06 21:38 
AnswerRe: can't find keycodeV.dll Pin
KreativeKai16-Feb-06 5:04
professionalKreativeKai16-Feb-06 5:04 
AnswerRe: can't find keycodeV.dll Pin
malharone16-Feb-06 7:28
malharone16-Feb-06 7:28 

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.