|
it's not mine . its a tool used here.
"But your mind is very complex, very tricky. It makes simple things complicated. -- that's its work. And for centuries it has been trained for only one thing: to make things so complicated that your life becomes impossible."- Osho
<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--
|
|
|
|
|
Does this window respond to Alt+F4 or Ctrl+F4 ? If yes, then you could try sending it WM_CLOSE message.
You could also send a WM_SHOWWINDOW with wParam = 0; and lParam = 0;
this is this.
|
|
|
|
|
it didn't respond to F4s ,i also tried with WM_CLOSE, it didn't work. i'll try with WM_SHOWINDOW. for the moment i've closed it using taskmanager.
"But your mind is very complex, very tricky. It makes simple things complicated. -- that's its work. And for centuries it has been trained for only one thing: to make things so complicated that your life becomes impossible."- Osho
<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--
|
|
|
|
|
The window is tracing the message send to it and
has a filter to check who sends it the message.
You can try killing the thread which holds the
window.
Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
|
|
|
|
|
T-1000 wrote: In an application, a blunt window got...
What's a "blunt window?"
"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb
|
|
|
|
|
without the control boxes, min, max.. it has a "close" button but i think, nothing is handled for it... anyway how do you forcefully close a window david?, for example how the Taskmanager terminates the application window?
"But your mind is very complex, very tricky. It makes simple things complicated. -- that's its work. And for centuries it has been trained for only one thing: to make things so complicated that your life becomes impossible."- Osho
<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--
|
|
|
|
|
T-1000 wrote: for example how the Taskmanager terminates the application window?
For applications, it sends the window a WM_CLOSE message. For processes, it calls TerminateProcess() .
"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb
|
|
|
|
|
Thanks david.
"But your mind is very complex, very tricky. It makes simple things complicated. -- that's its work. And for centuries it has been trained for only one thing: to make things so complicated that your life becomes impossible."- Osho
<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--
|
|
|
|
|
Can anybody tell me how to write (offline) a avi-file using the DirectShow interfaces?
I like to write an avi file composed of a series of bitmaps. Which DirectShow-COM-object/interface do I need?
Best regards,
Peter
|
|
|
|
|
How to set my result again to editbox o that Result editbox shows the
result.
|
|
|
|
|
CString temp = "Result";
m_edit.SetWindowText (temp);
OR
If u have member varibale of edit box
m_edit_var = "Result"
call UpdateData!!!
OR
SetDlgItemText()
Anil
|
|
|
|
|
anilFirst wrote: If u have member varibale of edit box
m_edit_var = "Result"
call UpdateData!!!
Actually, if the variable is a CEdit object, UpdateData() should not be used. Perhaps you meant to use a CString object instead.
"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb
|
|
|
|
|
How I collect data from editbox to variable declare for it.
|
|
|
|
|
Add a member variable to the edit box by using class wizard (VC++ 6) or right click on the edit box in design mode and click add variable(VC++ .NET). The value of the editbox will be available in this variable. Before you want to fetch the value in the editbox, Call UpdateData(TRUE);
Regards,
Rajesh R. Subramanian
You have an apple and me too. We exchange those and We have an apple each.
You have an idea and me too. We exchange those and We have two ideas each.
-- modified at 1:36 Friday 6th January, 2006
|
|
|
|
|
Thanks Rajesh
|
|
|
|
|
But only if the edit control's variable is a CString object. If CEdit is used instead, UpdateData() is not necessary.
"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb
|
|
|
|
|
By Application Wizard add a control variable
to the Edit box say m_edit in my case
CString temp;
m_edit.GetWindowText (temp);
thats it
u can also add a CString variable and use the
DDX to do the work for u by usin on update(TRUE)
Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
|
|
|
|
|
Yuwraj wrote: How I collect data from editbox to variable declare for it.
One More GetDlgItemText
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
|
|
|
|
|
happy new year
happy new year
|
|
|
|
|
Run.
Love Forgives--Love Gives--Jesus is Love <marquee direction="up" height="50" scrolldelay="1" step="1" scrollamount="1" style="background-color:'#44ccff'">
--Owner Drawn
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is Lord
|
|
|
|
|
thats tricky
Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
|
|
|
|
|
U r late
:->
its 6 days past new year
Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
|
|
|
|
|
ptr_Electron wrote: happy new year
You had a long hangover i guess
-Prakash
|
|
|
|
|
, or i guess in his calender, the year starts from Jan5.
"But your mind is very complex, very tricky. It makes simple things complicated. -- that's its work. And for centuries it has been trained for only one thing: to make things so complicated that your life becomes impossible."- Osho
<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--
|
|
|
|
|
no my dear frz , this is the firt time i am meeting u all in the year 2006
right !!
bye
|
|
|
|