Hello. I have red Code project articles on implementing Undo and have come to the conlusion that the best and easiest way for doing it is Undo and Redo the "Easy" Way and have found it very interesting. The question is. Can i do it in C# and if yes, does naybody have some premade code. Only Absolute Power and Absolutely No power matters. The rest is slavery.
HAHAHA_NEXT
Posts
-
Create Undo functionnality. -
KILL the PAPER!Jesse Squire wrote: You could probably even write a Word macro to launch the scan software and automate the embedding. Damn, whatever i use i need to code it. X| Start of beeing annoying and keeps me from my other projects. WTF does other ppl with scanner do? Take pictures of thier butt :laugh: . Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
KILL the PAPER!I have an OCR, but this is not what i need (And i dont think an OCR can recognize my writing while i cannot :)). What i need is it to take the page an to paste it automatically into lets say a word document. The i can gop to the word document and add whatever annotations I want. Also my scanner have at rectangle feature, but this is not what i want. Suppose i have a page and in the middle of the page i have draw a diargam. I take a red pencil (so it looks different) and surround my diagram on the paper. I then take the page, put it in my scanner, click OK and the resulting selected region would be put direcly into my word document. I can then go to my word document and add any text (basically used for the search criteria). Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
KILL the PAPER!I have plenty of papers everywhere and i hate it. Thus i decided to bye a scanner and to scan all my documents. But here is a little problem ... - It puts each scanned in a separate Jpeg file. What is the use of it if you have a 50 page document where you want to comment each page ???. Can i put it automatically inside word ?. - The file contains teh whole crappy page. I can not even delemet a region to scan (Like i have made a little schema or a long. I want just to get the logo, thus why can't i simply drag a region with a pincel around it and make the supid software save only everything inside this region. Ths for advices. Anton. Frustrated Scanner User. Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
Symantec LiveUpdate working for anyone?These two are the best combo ever. 5 for you. Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
IIS vs. Apache, againYou are not alone. IIS is &&*%^$^#%^&%. :-D Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
I, err, think soExcept that in fuzzy logic there is incertainty only when you need id. In this case you would get incertainty everywhere (Which from the murphy law come excatly when you do not need it). Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
Average Longhorn System?This is so true. :-D Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
hee hee heeBush is choosen BY DEFAULT by people who know nothing about politics. Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
Google ForumMr.Prakash wrote: Or may be this forum has not come under their scanner, If they ban codeproject.com I will be the first one to mail the vice-president of the company. In this case i would have an excuse for working 3 times less :-D Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
3 more daysIt is only several hours before the end of the day and probabl;y several minutes before a 15 minutes break :-D. Just see the positive side. Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
Slow registry searching.I have created a registry search program, but it speed is crawling. It takes about 100 seconds to pass throught CLSID, Interface and Typelib keys. I wonder if i could speed up the search (by loading the whole keys into memory for example). I use VB6 with standart registry manipulation APIs: (RegOpenKey,RegEnumKey,RegEnumValue). Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
Back Up You registry ProgrammaticallyActually after i red about it, it is much less useful. SaveKey/Restore Key save the Key Contents, but not the key itself neither its security and other attributes. :((. Only Absolute Power and Absolutely No power matters. The rest is slavery.
-
C# #define macro equivalent.The problem with this method is that my code size actually Increases very rapidely. I wonder how come there is no cheap tricks. Maybe I can Use attributes for that ? But i will probably have to create a preprocessor directive myself :(( X|
-
Back Up You registry ProgrammaticallyThs. This is very useful. Anton.
-
Back Up You registry ProgrammaticallyBacking Up My registry using these Api functions is :eek: X| X| . I need something really simple.
-
Microsoft buys Bioware?Do not forget Morrowind :)
-
C# #define macro equivalent.I wonder if there is an equivalent of C# to the #define prepropcessor directive of C++. The one of C# is not very useful since you can not define macros. Can i use something else, which would perform the same functions. This will really clean my code.
-
AI programming using C#.NetWhat leppie says is true. The best programming language to make AI is C, but you will need to invest lots of time to make a program with it. C# is a good language, but it is quite slow. Also, i would recommend you to search on the net. There is plenty example, thus it is possibel you would not even need to write a single line of code.
-
Back Up You registry Programmaticallyhi. I wonder if there is any way to backup my registry using straight C++ 6 code or vb6 code. (I am using win 2000). Ths.