Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

John Fisher

@John Fisher
About
Posts
1.1k
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • difference between C# and VB.Net except syntax Dinesh Says Thanx ....
    J John Fisher

    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.

    The Lounge csharp business

  • Choice of Font for VS Code Editor
    J John Fisher

    Verdana, 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.

    The Lounge visual-studio question

  • Heresy of the highest order
    J John Fisher

    I've never had to do a cross-platform job, but if I did, I'd check to see if MainSoft[^] was had the tools I needed. 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.

    The Lounge c++ database com linux question

  • Encryption and Decryption Problems
    J John Fisher

    thepolishguy 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.

    C# security help question

  • Encryption and Decryption Problems
    J John Fisher

    I 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.

    C# security help question

  • Encryption and Decryption Problems
    J John Fisher

    How 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

    C# security help question

  • Encryption and Decryption Problems
    J John Fisher

    Do 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.

    C# security help question

  • JoinMulticastGroup from multiple processes on same machine
    J John Fisher

    As 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

    C# question

  • Encryption and Decryption Problems
    J John Fisher

    In 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.

    C# security help question

  • Size of the object
    J John Fisher

    You 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.

    C# question performance

  • Virtual Printer Driver!
    J John Fisher

    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.

    C# graphics xml

  • Visual Studio "Live"
    J John Fisher

    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.

    The Lounge csharp visual-studio sales tools json

  • renaming of cities, airports, etc...
    J John Fisher

    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.

    The Lounge com help question

  • renaming of cities, airports, etc...
    J John Fisher

    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.

    The Lounge com help question

  • Aero gas
    J John Fisher

    I'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.)

    The Lounge com design question discussion

  • Help! DEP vs. Windows Explorer; DEP is winning
    J John Fisher

    I was referring to his statement that I think there are some tools out there to enumerate what explorer extensions you've got installed.

    The Lounge visual-studio performance help question

  • Help! DEP vs. Windows Explorer; DEP is winning
    J John Fisher

    If 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.

    The Lounge visual-studio performance help question

  • Les Miserables
    J John Fisher

    I'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.

    The Lounge question

  • Hard Drive Directory Analyzer
    J John Fisher

    Is 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.

    The Lounge linux question

  • MyDesk
    J John Fisher

    That 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.

    The Lounge com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups