For a long time I was a gib fan of Borland C++ Builder with VCL framework and never gave a second look in Microsoftproducts since I've seen MFC. Anyway, recently Borland decided out of the blue to abandon it's C++ Builder and I decidedto give a look into the .NET C++ and .NET C# produc...
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...
I'm trying to write an IAS Extension DLL using some managed code to dothe authentication. I've created a mixed-mode DLL, as IAS needstandard DLL export functions called RadiusExtensionInit,RadiusExtensionProcessEx and RadiusExtensionFreeAttributes.Everything works OK on Windows 2000, b...
I basically like I.E 7 but after being left unable to veiw images on one ofmy most visited favorites I have had to go back to I.E 6. Non of the imageswould open... Video clips would but not the images... If this is not sortedI would not use I.E 7 as it is at the moment. I like the tabs but not 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.******************...