Jim A. Johnson wrote: I've moved to VC7 and ClassWizard is gone Ya, I looked for ever to find where to enter in OnPaint() handler for My dialog class. I would have added a menu for a Message handler dialog box when you right click the Class in the solution explorer like VC++6.0 had like the Project(I can't rememeber what the tab name is) window. Real World Coding: POP& BuyAPop(Money ADollar){...};
CMFC6 0VS NETUser
Posts
-
Minimum CDialog size -
VJ#.NETWhen will VJ#.NET be coming out I the voure from buying VS.NET pro but I can't find a release date for the store release. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Quest: WinNT4 Server downgrade on a Win2000 ServerSeem to be some IIS service errors. ISS is too basic for me to install it on Win2k Pro. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Quest: WinNT4 Server downgrade on a Win2000 ServerNo it can with Win98 it. Win2000/XP Pro work great on it. It's just Win2000 server I have trouble with and I want to try NT 4 server now. Hope it is clear now... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Quest: WinNT4 Server downgrade on a Win2000 ServerThank you... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Quest: WinNT4 Server downgrade on a Win2000 ServerI bought Window NT 4 Server on ebay and when I got it in the mail it was the upgrade and not the full versoin. I try to email the seller for a refund but no answer so I tried to resell it on ebay and no bids. It is still srinked-wrap. I bought Windows 2000 Server Full version from Staples and I intalled that and it had alot error the first time logon and getting the desktop and I coundn't take it back. Anyway if I was to open and install Window NT 4 Server it will ask me for a disk for Win NT 3.5X Server (which I dont have and is rare these days). Can I put in the Windows 2000 Server cd to continue setup or will NT 4 setup look in the wrong place for the infomation. Also I know it looks on the hard drive but while I was installing XP Pro setup would find Win98/NT4Work/2000Pro on the harddrive. Any help or do I need to wait for WinXP Server? By the way, when is WinXP Server and .NET Server coming out? Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Creating borderless windows...Would it be easier to create a hidden parent window and just have the child borderless window display. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Creating borderless windows...Thank for reply... Your reply help up to here... I changed the style param for CreateWindow() to 0. I added SetWindowLong(...,GWL_STYLE, 0); and SetWindowLong(...,GWL_EXSTYLE, 0); All that has change is I can drag window, curved ends XP titlebar and all borders are gone are gone(or transparent). The only thing is left is the titlebar is still painted and when Debuging and VS.NET is maximized and program is below it Two thing I can do... 1) I DbClick VS.NET caption and some of my program show but VS.NET UI is not erase from non-client area. 2) I click my program taskbar button and only the client area of appears on top(non-client area seems transparent). This is what I wanted along. Also I still cant get rid of that taskbar button. Any more help... Thanks... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Creating borderless windows...I am trying to create a borderless window that will just be display text of statis and will close by itself if statis is positive. The window will only display buttons to handle error and will have another chance to close app. And no taskbar button. I have VS.NET but using VC++ 6.0 code(Win32API only). I have tried calling CreateWindow() with many different window styles but some work but not like I wanted and others build stops at the end of building and doesn't switch over to debug mode. Note: if the backgroud was white and I was to run it windows should only paint white over the current screen. Any help. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Best method for creating a Wizard w/ VC++ and MFC?Dan Pomerchik wrote: get like 2000 answers or more...;P Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Pro and Con: VS.net Pro vs. VS.net Pro AcademicI just wait a whole month for a VS.net Pro order and I when to pick it up today and found that it was the VS.net Pro Academic ver. The front of the box says it is VS.net Pro plus student tools. I don't need any student tools but I need to be able deploy programs built and I know that some versions of programming IDE wont deploy programs. I have not open the box. Is there any cons that I should it back? Any help... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Calling C++ functions from CTomasz Sowinski wrote: No. But they're considering it for inclusion in C++/2010 standard Can't wait... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Coolest keyboard I've seen...Cool movie...cool idea but I would hate having that thing stuck in my head. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Quest on Installing VS.NET on XP Pro...I went with the tweak @ http://www.winguides.com/ called Automatic Logon to a Windows Machine but i only added [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] String AutoAdminLogon Value 1 Thank you... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Hey, Nish !!!Thanks, but will be down to CVS.NETUser someday. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Hey, Nish !!!Rated 3.56 out of 5 w/ 9 users myself included when I checked. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Quest on Installing VS.NET on XP Pro...I installed VS.NET Pro Beta2 on my labtop with XP Pro with VS 6.0 Pro fully installed. Before I installed VS.NET I didn't get the logon screen and afterwards I get the screen with only one account and that is the one I was using as the default. I checked the user manger MMC and there is now a SQL Debug account that was added but I cant logon as. Is their a way skip the logon screen and does anyone know if this happens with the store version just released(Feb). Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Win2000 FS shortcuts...Just one more quest... Can I set a label somewhere Like I can for real drives. I single-wait-single clicking the new drive and I renamed it but I get a message box saying I can't do that. I also try changing it in the Folder Properies box but same message box. I have more than one path that I now want to assign and I need a quick way to tell them apart... Thank you... Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Win2000 FS shortcuts...That is great. I didn't know able Subst. Thank you sooooo much. Real World Coding: POP& BuyAPop(Money ADollar){...};
-
Win2000 FS shortcuts...Ray Hayes wrote: c:\> subst x: c:\winnt\system32 c:\> truename x: c:\winnt\system32 What is subst and truename? And thank you. Real World Coding: POP& BuyAPop(Money ADollar){...};