Click here to Skip to main content
15,886,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: Closing and recreating a form Pin
SimpleData15-Jun-09 1:09
SimpleData15-Jun-09 1:09 
AnswerRe: Closing and recreating a form Pin
Lutosław15-Jun-09 23:21
Lutosław15-Jun-09 23:21 
GeneralRe: Closing and recreating a form Pin
SimpleData15-Jun-09 23:40
SimpleData15-Jun-09 23:40 
QuestionHandwritten character recognition in c# Pin
indikakulasekara13-Jun-09 22:20
indikakulasekara13-Jun-09 22:20 
AnswerRe: Handwritten character recognition in c# Pin
Henry Minute13-Jun-09 23:57
Henry Minute13-Jun-09 23:57 
QuestionHow to cancel the adobe reader opening when You click a link on IE? Pin
svt gdwl13-Jun-09 19:47
svt gdwl13-Jun-09 19:47 
AnswerRe: How to cancel the adobe reader opening when You click a link on IE? Pin
Guffa13-Jun-09 21:04
Guffa13-Jun-09 21:04 
Questionform can not disappear after code visible=false Pin
KIDYA13-Jun-09 19:16
KIDYA13-Jun-09 19:16 
Hello Experts!!

i am making visible false after validating my login form and open MDI form.But i got problem is login form cant disappear.It shows in taskbar.what to do?
i am using following code for it

frmLogin login = new frmLogin();
login.Visible = false; //THIS CONDITION
MDIPROJECT mdi = new MDIPROJECT();
mdi.Show();
AnswerRe: form can not disappear after code visible=false Pin
OriginalGriff13-Jun-09 21:14
mveOriginalGriff13-Jun-09 21:14 
AnswerRe: form can not disappear after code visible=false Pin
Dave Kreskowiak13-Jun-09 21:49
mveDave Kreskowiak13-Jun-09 21:49 
Questioncrystal report data not showing Pin
neodeaths13-Jun-09 18:35
neodeaths13-Jun-09 18:35 
AnswerRe: crystal report data not showing Pin
KIDYA13-Jun-09 19:20
KIDYA13-Jun-09 19:20 
GeneralRe: crystal report data not showing Pin
neodeaths13-Jun-09 20:27
neodeaths13-Jun-09 20:27 
Questiontablet pc application Pin
radhikasharma13-Jun-09 10:40
radhikasharma13-Jun-09 10:40 
Questionshow tooltip even if treeview doesn't have focus? Pin
FocusedWolf13-Jun-09 9:41
FocusedWolf13-Jun-09 9:41 
AnswerRe: show tooltip even if treeview doesn't have focus? Pin
Mycroft Holmes13-Jun-09 16:23
professionalMycroft Holmes13-Jun-09 16:23 
GeneralRe: show tooltip even if treeview doesn't have focus? Pin
FocusedWolf13-Jun-09 18:58
FocusedWolf13-Jun-09 18:58 
GeneralRe: show tooltip even if treeview doesn't have focus? Pin
Mycroft Holmes13-Jun-09 21:07
professionalMycroft Holmes13-Jun-09 21:07 
GeneralRe: show tooltip even if treeview doesn't have focus? Pin
FocusedWolf13-Jun-09 22:01
FocusedWolf13-Jun-09 22:01 
QuestionRead from process Pin
thomaxz.tc13-Jun-09 9:37
thomaxz.tc13-Jun-09 9:37 
AnswerRe: Read from process Pin
Luc Pattyn13-Jun-09 10:12
sitebuilderLuc Pattyn13-Jun-09 10:12 
GeneralRe: Read from process Pin
thomaxz.tc13-Jun-09 12:29
thomaxz.tc13-Jun-09 12:29 
GeneralRe: Read from process Pin
Luc Pattyn13-Jun-09 12:37
sitebuilderLuc Pattyn13-Jun-09 12:37 
GeneralRe: Read from process Pin
thomaxz.tc13-Jun-09 12:47
thomaxz.tc13-Jun-09 12:47 
GeneralRe: Read from process Pin
Luc Pattyn13-Jun-09 13:37
sitebuilderLuc Pattyn13-Jun-09 13:37 

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.