Get "Acronis Home 11", which is the best among Acronis products. I used it on multiplatform OSes HD and had no problems to recover afterwards to original HD. Really amazing product :cool:.
Albert Jann
Posts
-
Drive image/restore recommendation. [modified] -
How many books people readDude, we are in 21 century - flooded with information; who cares about amount of reading??? The real question is how much we think or how much you write. A. Jann.
-
Strange phenomena, I think I reinvented “the wheel”After buying my latest Acura I put attention to very strange phenomena: A good woman can make me happy for 2 weeks, :laugh: Very good woman will do that for 1 month, :laugh: Telephone call from my children can make me happy for 3 hours, :laugh: Bonus payment will make me angry for 3 days, :laugh: Telephone call from my Mom, Bro, Sis and so on may make me angry for 1 week. :laugh: BUT... good car can make me happy for 2 years and more. Very strange, No? My inevitable conclusion is “BUY VERY GOOD CAR EVERY 2 YEARS”. :confused: Please don’t take me too seriously; the comparisons are just for laughter. Nice day and drive safely, PROTECT YOUR BEST FRIEND ... :laugh:
-
Bombastic Declaration of IntentionsDuring last 15 years I saw too many "Bombastic Declaration of intentions" from major companies like MS but, afterwards, quite inferior products and quite far from the original promises. What's wrong with us? Why are we so easy going with this kind of attitude? Why are we so forgiving toward companies like that while they "playing" on our account and becoming Billionaires? Maybe eventually Charles Darwin was right :confused:.
-
MS GUI redesign maniaI don't understand why MS redesign/re-architecture their products GUI all the time (this includes new MSDN and MS office 2007 too - very inconvenient GUIs in my opinion). We are becoming use to some design/architecture but in the subsequent version MS right away change it to some MS sick minded programmers mind/style. Hey, this attitude should be stopped - what about just improving :suss:?
-
Send virtual Ctrl-Alt-DelI found, ha ha ha, I'm happy ;P After some days of struggling I used in WlxSasNotify, dwSasType =WLX_SAS_TYPE_CTRL_ALT_DEL (indicates that user has typed the standard CTRL+ALT+DEL SAS) and solve the ptoblem. Anyway, thank you folk thinking on my problem. meridian22ca@yahoo.com
-
Send virtual Ctrl-Alt-Del:-D Hi all gurus :-D, I'm modifying existing code of "GinaDll" for touchscreen computers, lacking hardware keyboard. On logon window one would enter username and password with virtual keyboard, which would be part of the logon window. Before getting logon window I should boot with Ctrl-Alt-Del, but, as you understand I have no "real" keyboard. So, I encountered problem of emulating Ctrl-Alt-Del key sequnce :confused:. I searched extensively the net for this problem with no success :((. :rose::rose::rose: Any valuable suggestion will appreciated :rose::rose::rose:. meridian22ca@yahoo.com
-
Global variable's scope through a solutionI've got VC++ .NET solution with more than 3 projects. I'd like to add another (proved as working) project, which mainly producing strings (stimulated by an external hardware equipment connected to com1). Let's call the added hardware project as "Har" and to existing DLG project to whom I'd like to transfer the strings as "MDlg". My problem is to "transfer" generated strings from Har to MDlg in the solution scope. In the project scope I have no problem to do that by: 1) Declare in one cpp file a string variable and declare it in other cpp files as extern, works - no problem. 2) Define base class with static string variable and inherit other relevant cpp files from this base class, works - no problem. Problem is that above 2 technics aren't working in the solution scope and generating link errors :confused:. How can I solve the problem (please don't suggest me to incorporate Har into MDlg, not in my lifetime :-O)