blah blah blah is here! blah blah » Close

0
votes
0 answers

web page; how to include multiple identical documents

Low hours visual 2010 pilot. With Deitel’s book, I’ve been thru multiple examples of building web pages and using the datagrid. So, while I’m no Jones here, I think I’ve got that part down. Question is this. How do I create a page ...

0
votes
0 answers

visual studio; modify code placement

Web form design. When you 2click a component on a design page the event code is entered in the code behind file. It is usually placed at the bottom. Is there way to tell the automation to place the code somewhere else, say, treat this co ...

0
votes
1 answers

what is this ? in: public int? Bal { get; set; }

What is the ? in the properties declaration: public int? Bal { get; set; } Thank you.

0
votes
1 answers

LINQ to SQL; table name mangling

LINQ ... whooh.... When creating the LINQ to SQL classes, you drag the tables from database onto the Object Relational Designer. I have a hard enough time remembering names of all my objects and was surprised to see that this thing change ...

0
votes
1 answers

text diff class?

Is there a diff library available for text? I'd like to be able to display a diff like output for two strings within a C# application. Thanks

0
votes
1 answers

enhanced DataTips; where's my +

I have a container private List<MM_Table> MMTables = new List<MM_Table>(); It gets populated (I guarantee it ... how many times have I said that) I put a break point just after the call which populates it (marked by ...

0
votes
1 answers

complile time expansion macros

Does C# have something like this: String s = "text here " + __LINE__ + " more text here "; At compile time __LINE__ would expand to the file's line number.

0
votes
1 answers

object browser, sum of strings

I there a way to search in the object browser using multiple string tests. Would look something like this on a unix box cat browserIndexText | grep stringOne | grep stringTwo I'd use something like that to find all entries which contain ...

0
votes
1 answers

parse command line options; Perl and Getops

If any of you are familar with Perl and Getops, you have to wonder where it is in 3.5. I didn't find anything in lib to help me. I did find something here: http://sourceforge.net/projects/csharpoptparse/ Does anyone have some experience ...

0
votes
1 answers

child fills the parent

I have a mdi form with a child. How do I tell the child to "fill up" the parent. I can do this messing about with the properties, fixing sizes, there has got to be something in system.windows.forms that will do this. Help! Tha ...

0
votes
1 answers

visual studio, help, no filter options

So, I have no filtering action in the "Filtered by:" box of HELP. So, I find this link in a HELP search: Creating and Using Filters Describes ways to narrow the scope of documentation that Help displays. Locating Information ...

0
votes
1 answers

writing a string to System.IO.FileStream, byte[]

I am writing a string to a System.IO.FileStream type file. It requires a byte[]. So, as I always do, I'm just check'n with you guys. This seems like a lot of work just to write a string. Is this the way to do it? Build an array first, ...

0
votes
1 answers

decimals, string length to save safely

I trying to determine how long a string must be to accommodate the full range of decimal values. Min Max shows up as 79228162514264337593543950335 -79228162514264337593543950335 which is 30 characters. After messing about with the valu ...

0
votes
1 answers

file attributes; checksum?

I started to monkey around with the file classes and noticed, as if I were in a position to, that there was no checksum attribute. Do I have to generate that myself. And if I do, what's a good way to do it. I will be comparing files on ...

0
votes
1 answers

intellisense dies; fix?

visual studio ide rookie C# The .cs file is not complete. It contains syntax errors. I know this. When beginning my text input, for example "Console.", the auto complete options show briefly, then disappear. I suspect this i ...

Feedback