Click here to Skip to main content
15,914,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DataGridView formatting breaks validation Pin
penguin500020-Jul-07 10:56
penguin500020-Jul-07 10:56 
QuestionConverting huge numbers for Decimal to Hexadecimal and visa versa Pin
Fu Manchu8-Feb-07 11:19
Fu Manchu8-Feb-07 11:19 
AnswerRe: Converting huge numbers for Decimal to Hexadecimal and visa versa Pin
Johan Hakkesteegt8-Feb-07 22:26
Johan Hakkesteegt8-Feb-07 22:26 
AnswerRe: Converting huge numbers for Decimal to Hexadecimal and visa versa [modified] Pin
TwoFaced9-Feb-07 16:28
TwoFaced9-Feb-07 16:28 
Questionenumerate objects Pin
RJGCarey8-Feb-07 9:17
RJGCarey8-Feb-07 9:17 
AnswerRe: enumerate objects Pin
Christian Graus8-Feb-07 9:27
protectorChristian Graus8-Feb-07 9:27 
GeneralRe: enumerate objects Pin
RJGCarey9-Feb-07 2:55
RJGCarey9-Feb-07 2:55 
GeneralRe: enumerate objects Pin
Christian Graus9-Feb-07 9:51
protectorChristian Graus9-Feb-07 9:51 
Questionvba script to monitor temperature and workgroup Pin
tomboy788-Feb-07 7:08
tomboy788-Feb-07 7:08 
Questioninstance of form Pin
charchabil038-Feb-07 6:35
charchabil038-Feb-07 6:35 
AnswerRe: instance of form Pin
MatrixCoder8-Feb-07 6:41
MatrixCoder8-Feb-07 6:41 
GeneralRe: instance of form Pin
charchabil038-Feb-07 7:11
charchabil038-Feb-07 7:11 
GeneralRe: instance of form Pin
Old John8-Feb-07 15:23
Old John8-Feb-07 15:23 
AnswerRe: instance of form [modified] Pin
TwoFaced8-Feb-07 7:42
TwoFaced8-Feb-07 7:42 
GeneralRe: instance of form Pin
charchabil0310-Feb-07 5:51
charchabil0310-Feb-07 5:51 
GeneralRe: instance of form Pin
TwoFaced10-Feb-07 7:10
TwoFaced10-Feb-07 7:10 
GeneralRe: instance of form Pin
charchabil0310-Feb-07 21:16
charchabil0310-Feb-07 21:16 
QuestionClosing a form Pin
jady848-Feb-07 5:51
jady848-Feb-07 5:51 
Hi all,
Im trying to close aform by pressinga button, but the form doesnt seem to close (rather it just sits in my task bar below)

i have form1 open and by pressing a button i'd like form2 to close and form3 to open so heres my code.

Form2.Close()
Dim popup As New Form3
popup.Show()

but this doesnt seem to work (the button for this code is on form1)

Thanks in Advance

Jaidev
AnswerRe: Closing a form Pin
M-Hall8-Feb-07 6:21
M-Hall8-Feb-07 6:21 
Questionitem with same key has already been adding Pin
charchabil038-Feb-07 5:32
charchabil038-Feb-07 5:32 
AnswerRe: item with same key has already been adding Pin
Christian Graus8-Feb-07 9:04
protectorChristian Graus8-Feb-07 9:04 
GeneralRe: item with same key has already been adding Pin
charchabil0310-Feb-07 9:43
charchabil0310-Feb-07 9:43 
GeneralRe: item with same key has already been adding Pin
Christian Graus10-Feb-07 10:35
protectorChristian Graus10-Feb-07 10:35 
GeneralRe: item with same key has already been adding Pin
charchabil0310-Feb-07 21:26
charchabil0310-Feb-07 21:26 
QuestionStrong name question or security in general Pin
bpcto8-Feb-07 5:26
bpcto8-Feb-07 5:26 

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.