I want to start programming in MS Visual C++. I understand that .NET isrequired? Or do I have to get MSStudio to integrate my work into the NETframe work? And any idea when VS 2005 is going to come out. Should I buyMSC++ now and then up-grade? I need some real basic fatherly advice invery some s...
Hi,I'm using a List Control (report view) in a dialog. Thislist displays 4 text items, each consisting of 3 columns.Let's consider the following example:Title of column1 Title c2 Title c3 Title c4Item1 info12 info13 info14Item2 info22 info23 info24Item3 info32 info33 info34...
At school, we do all of our coding in emacs, but I am trying to get theexample apps working at home using Visual C++.net.In the example, there are 4 .cpp files (canvas.cpp, main.cpp, myDisplay.cppand tween.cpp) a header file (canvas.h) and a makefile that compiles it forlinux.The tween.cpp is th...
well,i use visual c++.NET 2003.i am organizing a windows formapplication.i attached a form shape to tell my problem( please coppythis url and have a look :http://www.dotnetforums.net/showthread.php?t=91020 ).according tothat form,say if u select radiobutton1,it will make cruisecalculations where...
its go like this.i have some hardware that came with dll to access his resources and managethem.(there is nice api).my target:i want to create a class for each resource ,and able to manage him in theO.O way.(and not in the c/procedural way).this dll will be accessed from mulithread application.t...
HaiI am new to C#. I am cutting a part of an image from the pictureboxand i want to pass the part of the clipped image as a parameter to doimage processing.The parameter is input image file.How to carry onthis process??Udhay...
I make maximize dialog used 'ShowWindow(SW_MAXIMIZE)'.andvoid CEds1000_3Dlg::OnLButtonDown(UINT nFlags, CPoint point){// TODO: Add your message handler code here and/or call defaultif(){AfxGetMainWnd()->PostMessage(WM_NCLBUTTONDOWN, HTCAPTION,MAKELPARAM(point.x,point.y)); //moving d...
... a few things about what I feel would help make me more productive in myenvironment. I think that others could benefit too. Is there an email orplace where I can post my ideas directly?Back in the day there were programs that allowed you to enter items forconsideration and you got a little fe...
Dear all,I tried to maximize dialog in dialog based application. I used'ShowWindow(SW_MAXIMIZE);'andI tried to move dialog around.I used::OnLButtonDown(UINT nFlags, CPoint point){// TODO: Add your message handler code here and/or call defaultAfxGetMainWnd()->PostMessage(WM_NCLBUTTON...
I'm looking at a program I wrote long ago and I think there is much wrong -even tho it works.I know very little c and wish the learn.Is BOOL correct with a dialog proc!Are there returns that don't belong there?Is it correct to sometimes return a BOOL and sometime an int?int iReply;iReply = Dia...
hi,all.I need a control bar which is similar to the .net toolbox that when the mouse move on the small button which is docked aside in on the frame,the toolbox window will be shown,and when the mouse leave it,then the toolbox window will be hide,I need the code!thanx very much.******************...
In the Platform SDK: Windows User Interface, the documentation on ITextDocument, says this is delcared in tom.hI dan't have that file. Can anyone send it to me(seems better than dowloading the SP5 of 58MB and still not knowing if it is in thereThanksPaul Ogilviogivliep@xs4all.nl...
Hello!!In the Toolbox I have now two controls with identical name despite havingnot added the control twice.The two have different icon and I can only delete on of them but not theother. I can only delete the one that look like a wheel.One more thing if a have a control in the toolbox and I want...
I have plane to develop MSN messenger clone.And I wanna develop it using the latest MSN messenger APIbut I can't find any information about the latest MSNmessenger API.Does anyone know about the latest MSN messenger API?Please give me some informations.Thank you for reading....