Click here to Skip to main content
15,899,641 members
Home / Discussions / C#
   

C#

 
GeneralRe: Microsoft Interop Word Winforms issue on CITRIX Pin
spankyleo12330-Nov-11 23:12
spankyleo12330-Nov-11 23:12 
GeneralRe: Microsoft Interop Word Winforms issue on CITRIX Pin
Richard MacCutchan30-Nov-11 23:47
mveRichard MacCutchan30-Nov-11 23:47 
QuestionImport a .reg file to a remote machine's registry Pin
AndieDu29-Nov-11 19:00
AndieDu29-Nov-11 19:00 
SuggestionRe: Import a .reg file to a remote machine's registry Pin
Reiss29-Nov-11 22:20
professionalReiss29-Nov-11 22:20 
GeneralRe: Import a .reg file to a remote machine's registry Pin
AndieDu30-Nov-11 12:16
AndieDu30-Nov-11 12:16 
QuestionMulti-Connection Problem Pin
kornkimhour29-Nov-11 15:50
kornkimhour29-Nov-11 15:50 
AnswerRe: Multi-Connection Problem Pin
PIEBALDconsult29-Nov-11 17:50
mvePIEBALDconsult29-Nov-11 17:50 
Questionip iterator code challenge Pin
acecase29-Nov-11 9:41
acecase29-Nov-11 9:41 
I started on a project that I expected this to be a small part of, and I now realize that it is a huge undertaking.

I thought it may be a fun exercise for those of you who are better than I, and it would be helpful to a lot of us to have.

The idea is a class that can be used to iterate nmap style ip range input (eg. 192.168.45,47-50.0/24 or 172.16.*.10-25) and return a list of ip addresses in the given ranges.

I started writing it as a TargetGroup class with the intention of being able to do something like...

TargetGroup group = new TargetGroup("192.168.45,47-50.0/24");
string[] ips = group.IPAddresses();

...And have an array, or list or whatever, containing all ip addresses.

This has proven to be a pretty big deal to build reliably and efficiently.

Also, after searching around a lot, I see that nothing like this exists. With such a great utility, and no availability, this would be a great contribution to the community.

I can't spend any more time on it, and don't know that I could ever get it where it needs to be. However, if noone else jumps on it, I will revisit it as a project when I can concentrate souly on this class. For now I am going to finish the original project using a static target list with much simpler target definitions.

If anyone chooses to tackle it, good luck. I'm sure I'm not the only person who would greatly appreciate it. I will not be responsible for any hair pulled out or sleep lost trying.
2 U.S. coins equal 30 cents and one is NOT a nickle. Hmm..

AnswerRe: ip iterator code challenge Pin
Ian Shlasko29-Nov-11 10:04
Ian Shlasko29-Nov-11 10:04 
GeneralRe: ip iterator code challenge Pin
acecase29-Nov-11 14:16
acecase29-Nov-11 14:16 
GeneralRe: ip iterator code challenge Pin
Ian Shlasko29-Nov-11 15:04
Ian Shlasko29-Nov-11 15:04 
GeneralRe: ip iterator code challenge Pin
acecase29-Nov-11 15:49
acecase29-Nov-11 15:49 
GeneralRe: ip iterator code challenge Pin
Ian Shlasko29-Nov-11 16:12
Ian Shlasko29-Nov-11 16:12 
GeneralRe: ip iterator code challenge Pin
acecase29-Nov-11 16:46
acecase29-Nov-11 16:46 
GeneralRe: ip iterator code challenge Pin
Ian Shlasko29-Nov-11 17:00
Ian Shlasko29-Nov-11 17:00 
GeneralRe: ip iterator code challenge Pin
acecase29-Nov-11 17:02
acecase29-Nov-11 17:02 
GeneralRe: ip iterator code challenge Pin
acecase30-Nov-11 6:59
acecase30-Nov-11 6:59 
GeneralRe: ip iterator code challenge Pin
Ian Shlasko30-Nov-11 7:09
Ian Shlasko30-Nov-11 7:09 
AnswerRe: ip iterator code challenge Pin
BillWoodruff29-Nov-11 12:50
professionalBillWoodruff29-Nov-11 12:50 
GeneralRe: ip iterator code challenge Pin
acecase29-Nov-11 14:25
acecase29-Nov-11 14:25 
GeneralRe: ip iterator code challenge Pin
acecase29-Nov-11 14:29
acecase29-Nov-11 14:29 
QuestionDate.Subtract is calculating incorrectly Pin
indian14329-Nov-11 8:24
indian14329-Nov-11 8:24 
AnswerRe: Date.Subtract is calculating incorrectly Pin
OriginalGriff29-Nov-11 8:44
mveOriginalGriff29-Nov-11 8:44 
GeneralRe: Date.Subtract is calculating incorrectly Pin
Luc Pattyn29-Nov-11 14:35
sitebuilderLuc Pattyn29-Nov-11 14:35 
AnswerRe: Date.Subtract is calculating incorrectly Pin
Ian Shlasko29-Nov-11 10:11
Ian Shlasko29-Nov-11 10:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.