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

17 Posted Topics

Member Avatar for TangoTy

Hi , I have tried many antivirus softwares, i think [B]SPYBOT Search and Destroy[/B] is the best one , its a free download and with free upgrades just try it i has solved most of my problems ! - Koushal VV

Member Avatar for Mavro
0
354
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
530
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
90
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
90
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
245
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
237
Member Avatar for vickzbrit

I have faced this problem before.... just go to the menu right click on it , say add event handler, Add the ONUpdate event handler. U will have to enable Every menu, Sub Menu OnUpdate event handler. Then its quite simple use the pCMdUI->enable() method to enable / Disable menu …

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
168
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
113
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
109
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
138
Member Avatar for Stefano Mtangoo

I use [B]Spybot search and Destroy[/B] , this has free updates, Removes trojans and lots of viruses :cool: . Guyz give this a try

Member Avatar for caperjack
0
279
Member Avatar for killdude69

I have done the similar thing in MFC , we can specify the right click option while tool tip creation only . [CODE] OnContextMenu(CWnd* pWnd, CPoint point) { VERIFY(mMainMenu.CreatePopupMenu()); // Adding menu item mMainMenu.AppendMenu(MF_ENABLED,IDD_UPDATE,"UPDATE"); . . . mMainMenu.TrackPopupMenu(TPM_RIGHTBUTTON ,point.x,point.y,this); mMainMenu.DestroyMenu(); } [/CODE] What we can do is to get the …

Member Avatar for killdude69
0
872
Member Avatar for Niner710

yup... Struct is also an Data type [ User defined data type] u can define it where ever u want. the way u use the integer data type use Struct data type after defining it. Can u clearly specify u r doubt? in the above code snippet i dont understand …

Member Avatar for ArkM
0
136
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
170
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 Member #248612
0
172

The End.