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

C / C++ / MFC

 
GeneralRe: conversion to _bstr_t - newbie Pin
ThatsAlok6-Jun-06 1:01
ThatsAlok6-Jun-06 1:01 
GeneralRe: conversion to _bstr_t - newbie Pin
antonaras6-Jun-06 1:09
antonaras6-Jun-06 1:09 
AnswerRe: conversion to _bstr_t - newbie Pin
Viorel.6-Jun-06 1:20
Viorel.6-Jun-06 1:20 
GeneralRe: conversion to _bstr_t - newbie Pin
antonaras6-Jun-06 1:33
antonaras6-Jun-06 1:33 
GeneralRe: conversion to _bstr_t - newbie Pin
Viorel.6-Jun-06 1:47
Viorel.6-Jun-06 1:47 
GeneralRe: conversion to _bstr_t - newbie Pin
antonaras6-Jun-06 1:58
antonaras6-Jun-06 1:58 
AnswerRe: conversion to _bstr_t - newbie Pin
David Crow6-Jun-06 3:35
David Crow6-Jun-06 3:35 
QuestionDraggable, connectable windows classes - where to find them? Pin
midix6-Jun-06 0:29
midix6-Jun-06 0:29 
Hi.
I am creating a project which needs a GUI (although it can work without GUI).
I need some classes or some library which could manage creating small dragable windows with multiple nodes on the sides of the windows. And of course ability to interactively connect window nodes with lines between windows. I started to do it myself and I have already made windows and connection management but I have many troubles - it is hard to track and disable all these redraws and erases for the main window and child windows so I have a total mess of overriden OnPaint and OnEraseBackground message handlers which still do not act as I need.
So I thought maybe there are some free downloadable snippets/classes/libraries which could help me?
I know many programs have such "subwindow networks" (like kX driver project, Microsoft DirectX Graph Edit Utility).
The problem is that I cannot imagine how could I call this class library or smth. like that so I do not know what to "google" for (English is not my native). The only thing I found is GO++:
http://www.hallogram.com/go++/index.html[^]
and it is not free. But it looks like the thing I need.
Would be grateful for some useful advice or link to something like GO++ open-source or free library.
Thanks
AnswerRe: Draggable, connectable windows classes - where to find them? Pin
midix6-Jun-06 21:41
midix6-Jun-06 21:41 
QuestionHow to scale a image in C++ Pin
huutribk20016-Jun-06 0:11
huutribk20016-Jun-06 0:11 
AnswerRe: How to scale a image in C++ Pin
Sarath C6-Jun-06 0:42
Sarath C6-Jun-06 0:42 
AnswerRe: How to scale a image in C++ Pin
ThatsAlok6-Jun-06 0:45
ThatsAlok6-Jun-06 0:45 
Questionfunction calling in assembly Pin
zon_cpp6-Jun-06 0:08
zon_cpp6-Jun-06 0:08 
AnswerRe: function calling in assembly Pin
Viorel.6-Jun-06 2:03
Viorel.6-Jun-06 2:03 
GeneralRe: function calling in assembly Pin
zon_cpp6-Jun-06 19:45
zon_cpp6-Jun-06 19:45 
QuestionGetClientRect(rect) or GetClientRect(&rect); Pin
Sarath C5-Jun-06 23:45
Sarath C5-Jun-06 23:45 
AnswerRe: GetClientRect(rect) or GetClientRect(&rect); Pin
Laxman Auti5-Jun-06 23:52
Laxman Auti5-Jun-06 23:52 
GeneralRe: GetClientRect(rect) or GetClientRect(&rect); Pin
toxcct6-Jun-06 0:01
toxcct6-Jun-06 0:01 
QuestionRe: GetClientRect(rect) or GetClientRect(&rect); Pin
Laxman Auti6-Jun-06 0:24
Laxman Auti6-Jun-06 0:24 
AnswerRe: GetClientRect(rect) or GetClientRect(&rect); Pin
toxcct6-Jun-06 0:25
toxcct6-Jun-06 0:25 
AnswerRe: GetClientRect(rect) or GetClientRect(&rect); [modified] Pin
Viorel.6-Jun-06 0:02
Viorel.6-Jun-06 0:02 
GeneralRe: GetClientRect(rect) or GetClientRect(&rect); [modified] Pin
Sarath C6-Jun-06 0:07
Sarath C6-Jun-06 0:07 
AnswerRe: GetClientRect(rect) or GetClientRect(&rect); Pin
Rinu_Raj6-Jun-06 0:06
Rinu_Raj6-Jun-06 0:06 
GeneralRe: GetClientRect(rect) or GetClientRect(&rect); Pin
Sarath C6-Jun-06 0:09
Sarath C6-Jun-06 0:09 
GeneralRe: GetClientRect(rect) or GetClientRect(&rect); Pin
Rinu_Raj6-Jun-06 0:28
Rinu_Raj6-Jun-06 0:28 

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.