Fred

779
Reputation
75 views

Registered User

Name Fred
Member for 1 year
Seen Sep 15 at 23:06
Website
Location Hanford, CA
Age 38
I'm a programmer with a computer science background. I got very good at C and C++ in college with one coding internship using Visual C++, MFC, and Direct Sound. I got familiar with J++ by doing my algorithms class in it, I've done some Sun Java as well. Most of my coding has been in VB to automate MS Access however. I'm currently teaching myself C# by creating a utility I hope to sell online.
Oct
15
awarded  Popular Question
Sep
18
awarded  Popular Question
Sep
15
comment How do I open a directory with CreateFile in C# to examine deleted entries?
The old backup was actually deleted several years ago. Thanks for the idea though.
Sep
1
comment How do I open a directory with CreateFile in C# to examine deleted entries?
The hard part is that the lost files are on a FAT32 external hard drive.
Sep
1
comment How do I open a directory with CreateFile in C# to examine deleted entries?
I'm actually more familiar with C++ than C# so I'll probably just use Visual C++. I'm working with C# to learn the language.
Aug
30
answered Image Property Tag Constant
Aug
30
accepted What is the value of OPEN_EXISTING in the Windows API?
Aug
30
comment How can I undelete a file using C#?
psasik: I'd love to find a cheap or free utility that would do this. Though I refuse to pay for crippleware especially when I don't know if it's going to work. The single letter directory and file names and changed file extensions makes it a lot harder than it should be.
Aug
30
comment How can I undelete a file using C#?
MusiGenesis: No, when a batch file deletes it that way, it does what Matthew mentions, replacing the first character of the file name in the directory entry with 00h.
Aug
30
comment How can I undelete a file using C#?
It is on a FAT32 drive, and I've gone in with a hex editor and verified that there are a number of deleted directories and files still present. With several hundred one letter name (deleted) directory entries available I figure I'm going to have to iterate through restoring each one and then checking each deleted directory and file entry in each one and check the first 4 bytes of each file to see if it's a valid .jpg.
Aug
29
asked How can I undelete a file using C#?
Aug
29
revised Windows and renaming folders, the ‘con’ issue
edited tags
Aug
28
revised How do I open a directory with CreateFile in C# to examine deleted entries?
added 586 characters in body; added 23 characters in body
Aug
28
revised How do I open a directory with CreateFile in C# to examine deleted entries?
edited tags
Aug
28
answered What is the value of OPEN_EXISTING in the Windows API?
Aug
28
asked What is the value of OPEN_EXISTING in the Windows API?
Aug
28
comment How do I open a directory with CreateFile in C# to examine deleted entries?
I made about 7 or 8 different tests and commented out parts when I wasn't using them so I wouldn't have to start over if I later learned I was partially correct earlier on.
Aug
28
comment How do I open a directory with CreateFile in C# to examine deleted entries?
They're calls using Microsoft's kernel32.dll, using the raw Windows API functionality.
Aug
27
asked How do I open a directory with CreateFile in C# to examine deleted entries?
Aug
22
comment What non-programming books should programmers read?
Wow, I guess tolerance really doesn't include Christianity. If a Christian had made remarks like this about any other religion (including atheistic), we'd be slammed so hard it'd make our head spin.
Aug
4
awarded  Yearling
Jul
8
revised After importing an older C# file into a new WPF appliction, “using System.Windows;” gives an error message.
added the bit about using a new project
Jul
8
revised After importing an older C# file into a new WPF appliction, “using System.Windows;” gives an error message.
combined explanations
Jul
8
revised After importing an older C# file into a new WPF appliction, “using System.Windows;” gives an error message.
removed unnecessary data; left only what was needed to find the solution. Now that I have the solution(s)
Jul
8
revised What’s the best way to allow a user to browse for a file in C#?
added beginner tag
Jul
8
accepted How do I include an html tag in a C# summary so that it is processed as text (not parsed as XML)?
Jul
6
comment After importing an older C# file into a new WPF appliction, “using System.Windows;” gives an error message.
I think I'd rather update his library to use WPF functionality instead, but that's definately useful information. Thanks!
Jul
6
answered After importing an older C# file into a new WPF appliction, “using System.Windows;” gives an error message.
Jul
6
asked After importing an older C# file into a new WPF appliction, “using System.Windows;” gives an error message.
Jul
6
comment Experience of Microsoft BizSpark / Empower
I noticed Bob Walsh of 47hats.com and had him sponsor me.
Jul
5
awarded  Nice Answer
Jul
5
revised What are the various components of Visual Studio Team System each designed for?
added Test Edition info
Jul
5
comment What are the various components of Visual Studio Team System each designed for?
Thanks Robert Harvey!
Jul
5
awarded  Commentator
Jul
5
answered What are the various components of Visual Studio Team System each designed for?
Jul
5
comment What are the various components of Visual Studio Team System each designed for?
Here's just the downloads with 'Team System' and not a service pack or trial: Visual Studio Team System 2008 Architecture Edition (x86) - DVD (English) Visual Studio Team System 2008 Database Edition (x86) - DVD (English) Visual Studio Team System 2008 Development Edition (x86) - DVD (English) Visual Studio Team System 2008 Team Foundation Server Standard Edition (x86) - DVD (English) Visual Studio Team System 2008 Team Foundation Server Workgroup Edition (x86) - DVD (English) Visual Studio Team System 2008 Team Suite (x86) - DVD (English)
Jul
5
asked What are the various components of Visual Studio Team System each designed for?
Jul
5
answered Experience of Microsoft BizSpark / Empower
Jul
4
awarded  Self-Learner
Jul
4
answered How do I include an html tag in a C# summary so that it is processed as text (not parsed as XML)?
Jul
4
asked How do I include an html tag in a C# summary so that it is processed as text (not parsed as XML)?
Jun
8
awarded  Nice Question