Click here to Skip to main content
16,015,623 members

Comments by Naser Hassan (Top 11 by date)

Naser Hassan 27-Oct-14 15:01pm View    
user wont do any thing ...it is automate form fill up kind of thing ...i have one form which is submitted only when you hit "{ENTER}" if textbox has focus..
i am able to focus to textbox but not able to hit {"ENTER"} through code....
Naser Hassan 27-Oct-14 12:43pm View    
this will work if user hit any key ....but i dont want user intervention ..i want to press enter key from code only
Naser Hassan 27-Oct-14 12:34pm View    
I want to hit Enter when the focus is on Textbox through code .how can i do ??
that trigger part i didn't get :(
Naser Hassan 26-Oct-14 16:46pm View    
It depends what you want to achieve with that class.
But before designing any class you need to keep one thing in mind that is SOLID principal .your first goal should be meeting SOLID then search for any pattern.
and whether all class should have singleton are not then Ravi has commented beautifully
Naser Hassan 23-Oct-14 16:34pm View    
i agree with your solution what you gave but i have many If's in my code one of which i asked ..sorry i am very new in software development so i don't know much