15,743,179 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by NK7 (Top 5 by date)
NK7
5-Jul-12 4:47am
View
Reason for my vote of 5
Good work man :-)
NK7
2-Feb-12 4:06am
View
Sorry i have lost internet connection, it took one day to restore. They have designed in such a way i will get the string value from the back end based on the value i have to set the radio button, we its giving me error code not retuning any value.
Regards
S. Keshaavan
NK7
1-Feb-12 5:33am
View
sorry it was copy paste error, I have mentioned the return type too.
NK7
14-Jan-11 3:58am
View
Thanks for your detail answer. Still i have problem. scanticket instance is created more than one form at a time while launching the application.
Example
1. ManaualEnter
2. BarCode
3. Applicationscan
4. Pluscode
All four form creating the instance in the same order one by one. After the pluscode create a instance applicationscan event scanTicket_Completed become null. I am creating instance while running the application. So when i click the button in scanticket scanTicket_Completed event shows null.
Could you help me please. Thanks in advance
Regards
Keshaavan
NK7
14-Jan-11 2:06am
View
Hi thanks for your reply. But class A is called from cls1. Class A doesnt inherit cls1. Ok. I will try to clearly explain below
I have a usercontrol scanTicket. I am creating instance of scanTicket in ApplicationScan class. When i click button1 in applicationScan it will show scanticket. After doing some background work if i click ok button in scanticket it has to close this and fire and event in applicationscan. This is my problem.
Could you help me please