Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~5K People Reached
Member Avatar for TangoTy

Hi there, my Acer Aspire 6920 running on Vista has definately been the victim of a virus & for the life of me, without reinstalling & wiping my hard drive, can I figure a way around it. It keeps crashing & pausing. When I restart it occasionally goes to Acer …

Member Avatar for Mavro
0
331
Member Avatar for koushal.vv

Hi, i just need to know is there any method in MFC / C++ which will do the validation for the entered date. ie if the date 12/11/2008 is given as input it should return saying the date is valid.i hope there exsists some standard function. it should also check …

Member Avatar for John A
0
491
Member Avatar for koushal.vv

Hi All, i am using MSFlexGrid in my project , i have added the click event for the Grid. Basic operation of grid is when ever any one clicks on any of the cell i will create a combo box below the grid or display the current time or etc.... …

0
85
Member Avatar for koushal.vv

Hi All, I have added context menu for my tree view control, i have enabled the context menu only for right click , Can any one tell me how to generate the context menu by key board. Open any browser, when the keyboard key for context menu is pressed , …

0
83
Member Avatar for koushal.vv

Hi All, i have a problem in converting CString to Int/Double, function i am using is _wtoi , _wtof..... Here if the CSting value has say "12345" this works perfectly. But if any other value is say ( Over flow ) " 11111111111111111111111111111" which exceeds the max size of int …

Member Avatar for koushal.vv
0
224
Member Avatar for koushal.vv

Hi , I am working with MFC SDI application, when i open any project [ SDI ] default icon gets loaded [ ie MFC icon ] , i am not able to change it , even i tried modifying the icon file, only the ABOUTDialog box icon changes, at all …

Member Avatar for mitrmkar
0
192
Member Avatar for vickzbrit

How do I disable and Enable Menu Items and Sub Items. [code]if(Selected == "drum" || Selected == "guitar" || Selected == "mic" || Selected == "computer" || Selected == "car" || Selected == "hockey" || Selected == "laptop" || Selected == "watch" ) { pCmdUI->Enable(Sort == 1); }[/code] The above …

Member Avatar for vickzbrit
0
1K
Member Avatar for koushal.vv

Hi , can any one tell me how to generate an unique number ? this can be done in C# with great ease. But i wonder how to generate tat in c++:ooh:

Member Avatar for ArkM
0
132
Member Avatar for koushal.vv
Member Avatar for koushal.vv

Hi, i am using CMsFlexGrid in my project. the problem i m facing is the alignment of data ie when i store integer, double its getting aligned to right when i store strings its getting left aligned pls help. Display look very horrible :( .how to change it i dont …

0
99
Member Avatar for koushal.vv

Hi , i am working with CTreeCtrl, Here i need to add and remove IMAGE on the tree item at runtime. ie add an image only on the particular tree item . How can i do this. i have tried something like this . [CODE] HTREEITEM itemSelected = mtreeCtrl.GetSelectedItem(); mtreeCtrl.SetImageList(&mImageList, …

Member Avatar for koushal.vv
0
96
Member Avatar for koushal.vv

Hi i have developed an MFC sdi application ( C++ ), when i deploy this application in another machine the Grid component is not showing up in the UI. The Grid which is used is MSFLEXGRID version 6.0. But i found that when i install VS2005 on the machine which …

Member Avatar for ithelp
0
125
Member Avatar for Stefano Mtangoo

I have no Doubt that Zone Alarm is the Best and simple Firewall. I have used not Long time but it is promising! I have stuck with Avast for Long now and haven't Let me down, So I will stick with it! The Problem is, I used to have ASquared …

Member Avatar for caperjack
0
255
Member Avatar for killdude69

I am trying to create a context menu that pops up when you right click a RichEdit. I know how to create the context menu, but I don't know how to check for when the user right-clicks RichEdit. This is what I have: [CODE=cpp] case WM_CREATE: { // Create RichEdit …

Member Avatar for killdude69
0
832
Member Avatar for Niner710

I am a little confused with class scope. Lets say that you have a class. [code] //file.h struct B { int BB; char CC; }; class A { public: struct B *getStructure(); private: int number; }; [/code] I dont understand what is the difference between putting struct B inside the …

Member Avatar for ArkM
0
118
Member Avatar for koushal.vv

Hi Friends, Can any tell me a free tool which detects memory leak in C++ code. to be more specific [ UNMANAGED C++ code ]. i am using some C Structs in my MFC SDI application, When i run in debug mode , the output window shows that memory has …

Member Avatar for Salem
0
150
Member Avatar for koushal.vv

How to add keyboard shortcuts to Menu in an SDI application? Some of the things that i have tried is : say Context menu has a sub menu called Menu1 , i have mentioned it as &Menu1 which makes Ctrl + M as keyboard short cut for it [ but …

Member Avatar for jencas
0
156