Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create an HBITMAP from a window's HDC? Pin
KarstenK22-Sep-09 0:15
mveKarstenK22-Sep-09 0:15 
GeneralRe: How to create an HBITMAP from a window's HDC? Pin
vcguileaner22-Sep-09 0:36
vcguileaner22-Sep-09 0:36 
GeneralRe: How to create an HBITMAP from a window's HDC? Pin
KarstenK22-Sep-09 1:54
mveKarstenK22-Sep-09 1:54 
QuestionCreating Password text using GLUI Ver 2.3.5 Pin
kamathmcis21-Sep-09 23:15
kamathmcis21-Sep-09 23:15 
AnswerRe: Creating Password text using GLUI Ver 2.3.5 Pin
Richard MacCutchan22-Sep-09 0:12
mveRichard MacCutchan22-Sep-09 0:12 
Questionhow to get class name. Pin
santhosh-padamatinti21-Sep-09 20:29
santhosh-padamatinti21-Sep-09 20:29 
AnswerRe: how to get class name. Pin
CPallini21-Sep-09 20:40
mveCPallini21-Sep-09 20:40 
AnswerRe: how to get class name. Pin
Cedric Moonen21-Sep-09 20:49
Cedric Moonen21-Sep-09 20:49 
You are posting in the C++ forum but you are mentioning Java in your post. So, which language are you talking about ? If it is Java, please post in the Java forum.


sampath-padamatinti wrote:
I have a object for a class example with me. And i want to get the class dynamically. That is based on the object i have to get the class name.


In Java? If yes, you want to retrieve the class or the class name of the object? You can do something like this (Java):
String className = myObject.getClass().getSimpleName();



sampath-padamatinti wrote:
And one more problem with my java application, I will get a class name when object is created. based on that class name I have create a one more object. How it possible. I read one method getclassname() in object package. But how can address this one please help me any one it is urgent.


Could you give an example of what you are trying to do ? I didn't understand your question.

BTW, specifying that your question is "urgent" is considered rude. Why is your question more urgent than other questions ? Are you paying people to reply you ?

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: how to get class name. Pin
santhosh-padamatinti21-Sep-09 21:10
santhosh-padamatinti21-Sep-09 21:10 
GeneralRe: how to get class name. Pin
Cedric Moonen21-Sep-09 21:22
Cedric Moonen21-Sep-09 21:22 
GeneralRe: how to get class name. Pin
santhosh-padamatinti21-Sep-09 21:56
santhosh-padamatinti21-Sep-09 21:56 
QuestionHow to increase the height of the default menu in MFC? Pin
mutpan21-Sep-09 20:23
mutpan21-Sep-09 20:23 
AnswerRe: How to increase the height of the default menu in MFC? Pin
KarstenK21-Sep-09 21:18
mveKarstenK21-Sep-09 21:18 
AnswerRe: How to increase the height of the default menu in MFC? Pin
David Crow22-Sep-09 3:04
David Crow22-Sep-09 3:04 
GeneralRe: How to increase the height of the default menu in MFC? Pin
kilt24-Sep-09 7:22
kilt24-Sep-09 7:22 
Questionview menu is changing while opening Dialog Pin
002comp21-Sep-09 19:20
002comp21-Sep-09 19:20 
AnswerRe: view menu is changing while opening Dialog Pin
Saurabh.Garg21-Sep-09 19:30
Saurabh.Garg21-Sep-09 19:30 
GeneralRe: view menu is changing while opening Dialog Pin
002comp21-Sep-09 20:29
002comp21-Sep-09 20:29 
GeneralRe: view menu is changing while opening Dialog Pin
Saurabh.Garg21-Sep-09 20:38
Saurabh.Garg21-Sep-09 20:38 
Questionautomation using xl5en32.h Pin
prithaa21-Sep-09 19:00
prithaa21-Sep-09 19:00 
AnswerRe: automation using xl5en32.h Pin
KarstenK21-Sep-09 21:22
mveKarstenK21-Sep-09 21:22 
GeneralRe: automation using xl5en32.h Pin
prithaa21-Sep-09 23:37
prithaa21-Sep-09 23:37 
AnswerRe: automation using xl5en32.h Pin
KarstenK22-Sep-09 0:11
mveKarstenK22-Sep-09 0:11 
QuestionHow to Get List Box Control Varibale from a Dlg Class To UI Thread Class [modified] Pin
Hari_1621-Sep-09 18:12
Hari_1621-Sep-09 18:12 
AnswerRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
«_Superman_»21-Sep-09 19:55
professional«_Superman_»21-Sep-09 19:55 

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.