|
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
|
|
|
|
|
ptr_Electron wrote: this is the firt time i am meeting u all in the year 2006
OK Then Welcome
"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
|
|
|
|
|
T-1000 wrote: the year starts from Jan5.
Jan 6 to be more accurate as clock change day at 12 Pm
"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
|
|
|
|
|
"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]--
|
|
|
|
|
hi,
i hav created a 'IWebBrowserApp' object from my application.
how can i maximise it ?
regards,
abin

|
|
|
|
|
This coult help:
put_FullScreen(VARIANT_BOOL bFullScreen);
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
|
|
|
|
|
thanks owner,
put_FullScreen(VARIANT_TRUE); displays IE is in full-screen mode.
but i just want to maximize it. how can i do it ?
|
|
|
|
|
does anyone have any suggestions for how to modify the lifespan of a standard treeview info tip (TVS_INFOTIP)?
basically i want the tip to remain visible indefinitely whilst the cursor is over the item.
i've tried using spy++ to monitor the windows messages being sent about but to no avail. and i'm sure that i recall some way of identifying the tooltips window and sending it messages but, alas, my memory is failing me in old age
.dan.g.
AbstractSpoon Software
abstractspoon2_at_optusnet_dot_com_dot_au
|
|
|
|
|
CTreeCtrl m_yourtree;
CToolTipCtrl *ctc = m_yourtree.GetToolTips();
ctc->SetDelayTime();
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
|
|
|
|
|
|
SetDelayTime() specifies how much time must elapse before the tooltip appears.
"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
|
|
|
|
|
I stand corrected.
but how's this
TTDT_AUTOPOP - length of time the tool tip window remains visible if the pointer is stationary within a tool's bounding rectangle.
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
-- modified at 23:06 Sunday 8th January, 2006
|
|
|
|
|
We have an App written in VC++ 6.0 and MS Access 2003 is used to store data used by the App. Initially it was good, but after the database size has grown there are serious performance issues. Is MS Access the culprit really? If then which Database should we use? It must be able to handle really massive data without compromising too much with Performance.
Awaiting your valuable suggestion and ideas.
Thanks and 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.
|
|
|
|
|
Yeap MS-Access needs to arrested. It's not made for huge amount of data.
Suggestions:
MS-S X|L.
or
racle
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
|
|
|
|