I have a W2k Advanced Server, (Cluster Service). On that I have to crate a resource type "Network Name" using Widows/VB Script. Now the problem is I could not able to add the Virtual server name in the parameters section. As the Virtual Name is missing I could not bring the resource on-line. Any suggesstions, Thanks in advance --Kamesh
Kamesh
Posts
-
W2K Advanced server + Cluster Server -
CFileDialogIn CFileDialog, How to make the EditControl which displays selectd file name, Read Only?? My problem is its accpeting a file name if user types file name rather than selecing. Thanks in advance
-
Browse Dlg Box Help!!!!Hi try this solution Open Tree Control Properties->More Styles->And check boxes. Make sure this property is set, and u will get check boxes on u r tree control. To Mark check/uncheck child CheckBox , on can write handler for OnClickTree... All the Best --KK
-
Property PagesHi I have some property pages, and have to activate apply button of property sheet when any change in the proterty page controls. To this I've call set modify flag to TRUE, I have numerous edit, check boxs in my proerty pages, Is there any way to set the flag, without writing EN_CHANGE for each and every control?? Thanks in Advance, --KK
-
CDateTimeCtrl,CTime:confused: Hi, In my database date is in text format (like 20030704) and i've to display that date in CDatetimeCtrl, after getting year month and date i am assigning that to control as follows CTime tm(yr,mn,dd,0,0,0); CDateTimeCtrl.SetTime( &tm ); It is showing correct in case year is above 1970, and showing currentdate if year is 1970- 'What could be the reason and any suggesstions how to solve it?? With Thanks and Regards --Kamesh
-
Limit number of instances of AppI would like to run only one instance of my application at anytime. With Thanks & Regards --Kamesh
-
Limit number of instances of AppHow to limit number if instances of an application in VC++. Thanks in advance Kamesh
-
Embed word document inside a form:confused:How to embed a word document inside a form, what are the steps and what control i have to use?? Thanks inadvance --Kamesh
-
Property Sheet in FormViewThanks for the sugesstion , i have done as u suggesst, but system is failing in allocating memory for the property sheet pointer, and returning. What should i do?? With Thanks and Regards --Kamesh
-
Property Sheet in FormViewI want to incorporate a property sheet and pages in side a Form view. Any solution?? With Thanks and Regards --Kamesh
-
Problem in email sending(MFC)You can find some wrapper classes at www.naughter.com you can use those classes for sending e-mails Wish u good luck --Kamesh
-
How to merge resources in VC++Hi , How to merge resources developed in differnet project work spaces?? I tried with Open source work space ->select dialog, Edit->copy, Opened target workspace -> Edit paste. But i could copy only dialog, but not associated .h and .cpp files and member varables. Any suggessions Thanks in advance --Kamesh
-
Want to display current date in CDateTimeCtrlI want to display current date in CDateTimeCtrl in VC++ and fomat should be in MMDDYY. I was unable to get format functions in the intelesence Any suggesstions pl With Thanks & Regards --Kamesh
-
Invoke Help File when F1 is pressedThanks for your reply i will do as u suggesst.
-
Invoke Help File when F1 is pressedI would like to invoke help file of my application when F1 is pressed by user. System is trying to open Windows Help when i press F1 Any suggesstions. With Thanks & Regards --Kamesh
-
ADO,VC++,AutoNumber,AccessI need to create a table programatically in MS Access with a field having data type AutoNumber. I am using VC++ tool and ADO and Catalog Smartpointer for creation of tables. Send me suggessions how to do it. With Thanks & Regards Kamesh