Connecting Tech Pros Worldwide Help | Site Map

Questions about edit box in VC++ 6

  #1  
Old July 22nd, 2005, 10:52 PM
H
Guest
 
Posts: n/a
Hello,
So, can anyone help explaining this to me, or tell where to post to get some
help..

In VC++ 6, I can make a dialog, with an edit box in it (call it IDC_EDIT).
If I go to the classwizard (click IDC_EDIT) and want to connect a variable
to it I can choose between some different choices. So, if I choose to make
an int, how can i use this ? I guess there should be some way to simplify
using numbers in the box, or am I way off here ?
As I'm doing it now I have a CEdit connected to the box, and do all the
operations by getting the text from it and do myoperations that way, but
since I only want to use numbers maybe theres a easier way ? So, whats the
use of connecting the int to the box ? Or should I just set the style to
number on the box ?

TIA
H


  #2  
Old July 22nd, 2005, 10:52 PM
John Harrison
Guest
 
Posts: n/a

re: Questions about edit box in VC++ 6



"H" <sdas@ds.ds> wrote in message
news:WaLld.8741$d5.74661@newsb.telia.net...[color=blue]
> Hello,
> So, can anyone help explaining this to me, or tell where to post to get
> some
> help..
>[/color]

Windows programming questions are off topic here, try
news:comp.os.ms-windows.programmer.win32

john


  #3  
Old July 22nd, 2005, 10:52 PM
H
Guest
 
Posts: n/a

re: Questions about edit box in VC++ 6


ok, thanks !

"John Harrison" <john_andronicus@hotmail.com> skrev i meddelandet
news:2vplt3F2mljd8U1@uni-berlin.de...[color=blue]
>
> "H" <sdas@ds.ds> wrote in message
> news:WaLld.8741$d5.74661@newsb.telia.net...[color=green]
> > Hello,
> > So, can anyone help explaining this to me, or tell where to post to get
> > some
> > help..
> >[/color]
>
> Windows programming questions are off topic here, try
> news:comp.os.ms-windows.programmer.win32
>
> john
>
>[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Taking Ownership Stephen Engle answers 7 November 17th, 2005 05:36 PM
Two questions about Visual Stidio .NET ... Steve answers 4 November 17th, 2005 03:41 PM
Use SQL statement with ADODB.Recordset in VC++ ora06 answers 1 November 17th, 2005 01:47 PM
Simple Windows application Nicolae Fieraru answers 2 July 22nd, 2005 06:56 PM