Thanks alot Matt,
public static int nEllipsecount = 0; // made it public
In the above statement I'm declaring the static member in public only, kindly tell me any other way i can declare as public. Thanks & Regards, Royal
Thanks alot Matt,
public static int nEllipsecount = 0; // made it public
In the above statement I'm declaring the static member in public only, kindly tell me any other way i can declare as public. Thanks & Regards, Royal
Hi, i need to access public static member of one class into another class. please provide the help. Learning c#. Ex: class ABC { static int nEllipsecount = 0; // in some function increment nEllipseCount; }; // class xyz in another file class ABC; class xyz { if(ABC :: nEllipseCount >0) { //Process these statements; } }; i couldn't be able access static value into to another class. is my approach wrong ? Please help me to resolve. Thanks & Regards, Royal
Hi, Implementing a canvas with draw objects circle and Square and a connectivity line between the Draw objects. Dynamically placing the symbols on canvas and connecting with line connector. But i need the connecting line should drag,if i move the object on canvas. Advice me, how i can do this and please provide any links. Thanks & Regards, Krishna Royal
Richard, I may missed something vital in that article or Some basic in that concept. I will re read the article. Thanks for Support. Thanks & Regards, TV Krishna Rayalu
Thanks Richard. That link is informative. i could able to understand STA and MTA, i got more discription on what STA and MTA do then what exactly Apartment is. Can you please define it in simple words. Thanks & Regards, TV Krishna Rayalu
Hi Guys, Reading about COM Threading since two days.. But still i Couldnt understand Exactly " What is an Apartment ". Kindly can any one explain in simple terms or show some source to understand more. Thanks, TV Krishna Rayalu
But it is an army application, i need to confirm i have Registry access or not. Thank you. krishna
Thank you. , Storing in Registry is secured ?
HI Guys, Using C#,WPF, MVVM Application. I want to save a string or File path when my application exit and again if i relaunch the application That string has to Show. Iam using the string for otherpurpose. Kindly suggest me the way, and any hints are more appreciatable. Thanks, TV Krishna Rayalu
Thanku it helped me.
For Example i took char[100] As you mentioned i need to take the length of the string. Thankyou Albert.
I want to Convert CString value to Char[100]; Please guide me. Thanks, Krishna
HI, I have little knowledge in COM. But in my recent interview i faced these questions, and i couldnt answer. please clarify my doubts. 1.) If I crate 2 Components with same name then how do I call the desired component? Because Iam passing only Component name as parameter to CreateInstance Function? 2.) If I crate 2 Components with same name and iam going to register ,then what will happen ? 3.) If you need to add new functionality to your COM Component, then what do you do for that? Can you change existing COM component ? Do you need to register once again? Thanks, Krishna Rayalu