Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

KRISHNARAYALU

@KRISHNARAYALU
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • accessing public static member of one class in another class
    K KRISHNARAYALU

    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

    C# csharp help question learning

  • accessing public static member of one class in another class
    K KRISHNARAYALU

    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

    C# csharp help question learning

  • Dynamic connector between two draw objects in canvas
    K KRISHNARAYALU

    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

    C#

  • COM Apartment
    K KRISHNARAYALU

    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

    ATL / WTL / STL com question

  • COM Apartment
    K KRISHNARAYALU

    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

    ATL / WTL / STL com question

  • COM Apartment
    K KRISHNARAYALU

    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

    ATL / WTL / STL com question

  • settings file in relaunching the application
    K KRISHNARAYALU

    But it is an army application, i need to confirm i have Registry access or not. Thank you. krishna

    C# csharp wpf architecture

  • settings file in relaunching the application
    K KRISHNARAYALU

    Thank you. , Storing in Registry is secured ?

    C# csharp wpf architecture

  • settings file in relaunching the application
    K KRISHNARAYALU

    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

    C# csharp wpf architecture

  • Application migration from Visualstudio 2008 to visual studio 6
    K KRISHNARAYALU

    Thanku it helped me.

    C / C++ / MFC csharp visual-studio

  • converting CString to Char[100]
    K KRISHNARAYALU

    For Example i took char[100] As you mentioned i need to take the length of the string. Thankyou Albert.

    ATL / WTL / STL tutorial

  • converting CString to Char[100]
    K KRISHNARAYALU

    I want to Convert CString value to Char[100]; Please guide me. Thanks, Krishna

    ATL / WTL / STL tutorial

  • Please clarify my COM conceptual doubts.
    K KRISHNARAYALU

    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

    COM question com career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups