True, C# is the same, but there are languages on the .NET platform that allow for multiple inheritance. Eiffel is one of them, if I remember correctly.
John Fisher
Posts
-
difference between C# and VB.Net except syntax Dinesh Says Thanx .... -
Choice of Font for VS Code EditorVerdana, 10pt. (No, it's not fixed width.) I have been using it for several months now. It is much more readable than a fixed-width font (particularly as it relates to speed). Unless I'm using code that really requires things to line up (which doesn't seem to happen), I never think twice about replacing a fixed-width font with a font designed for easy, fast reading. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Heresy of the highest order -
Encryption and Decryption Problemsthepolishguy wrote:
So, would you suggest I read the file first and append the content to it the result of that read, then encrypt the whole thing?
Yep.
thepolishguy wrote:
How are user logon records stored typically?
I'm not sure there is a "typical" way. You might consider using a custom event log in Windows. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Encryption and Decryption ProblemsI just modified the previous post to comment on this behavior. Check it out. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Encryption and Decryption ProblemsHow is it that you get a multi-line file from code that only writes one line? [edit]Oops, just looked back and saw the APPEND option when you open the file. That's the problem. You need to write the entire file each time if you plan on encrypting and decrypting it. It appears that you accidentally read some of it because you are using the same key and initialization vector each time.[/edit] John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -- modified at 14:20 Monday 16th January, 2006 -
Encryption and Decryption ProblemsDo you write those lines in a separate step from the code listed, or does the "log" variable have multiple lines in it? John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
JoinMulticastGroup from multiple processes on same machineAs far as I can tell from my understanding of UDP and how it is delivered to a process, this should not be possible. However, I'm checking just in case someone can tell me I'm wrong (I'd like to be!). Is it possible to have several processes on the same computer listen a single UDP multicast port? (let's say 224.0.0.0:60000) The ExclusiveAddressUse shows promise, but doesn't seem to really handle this situation. The end goal is for 2+ process to listen to the same multicast group and receive all the messages. (I don't want one process to get one message, then the next process get the next, etc.) [edit] I'm also wanting to stick with IPv4 if possible. [/edit] Thanks for any advice. (If this doesn't work, I'll have to write a service that lets multiple processes on one computer use some form of IPC to talk to it. That service would then use the one available UDP connection to the multicast group.) John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -- modified at 12:36 Monday 16th January, 2006 -
Encryption and Decryption ProblemsIn general, debugging a problem for you requires us to view the code you are using. We may not always be able to help, but seeing your code greatly increases the possibility. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Size of the objectYou can use sizeof or Marshal.SizeOf. However, that doesn't take into account the memory used by the garbage collector to track the object. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Virtual Printer Driver!I'm fairly sure that it is impossible to write a driver in C# at this point. Check the C++ forum instead. :) John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Visual Studio "Live"Poor reporting in that article, but at least they linked to the actual blog post[^] Basically, he's asking what online ("live") features could be added to Visual Studio to make it better. That is a far cry from the assumption (probably made by everyone who read the news article without looking at the blog) that "Live" means a web-browser version of VS. (And yes, that would be completely awful.) John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
renaming of cities, airports, etc...Ravi Bhavnani wrote:
I think I've hit upon something!
:-D John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
renaming of cities, airports, etc...Are you going to create the vocal equivalent of email's 64-bit encoding, then? Otherwise, conversations could take quite a bit longer than normal! John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Aero gasI'm not sure what the sidebar will really end up like, but one of the first times I saw the sidebar was in a demo showing how easy it was for you to add a little application to the sidebar -- doing whatever you want. (Probably can't get the integrated Undo, though.)
-
Help! DEP vs. Windows Explorer; DEP is winningI was referring to his statement that I think there are some tools out there to enumerate what explorer extensions you've got installed.
-
Help! DEP vs. Windows Explorer; DEP is winningIf I remember right, the Microsoft Anti-Spyware beta does this. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Les MiserablesI've always found the custom of "How are you? ... I'm fine." to be slightly dishonest. So, I stopped asking "How are you?" unless I really want to know (which is most of the time, anyway). When I don't have time to really learn how someone is doing, I'll say, "Good morning" (or some other suitable comment). If you wish to express a little more desire for their well-being, you can add a little to that with, "I hope X is going well." (or something else). Go ahead, be creative. Don't use that greeting if it gets results you don't want. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Hard Drive Directory AnalyzerIs this the one you were looking for? http://www.werkema.com/software/spacemonger.html[^] John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
MyDeskThat is nowhere near messy compared to some desks I've seen! John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek.