Forum: C# 21 Days Ago |
| Replies: 4 Views: 429 |
Forum: C# 24 Days Ago |
| Replies: 4 Views: 429 |
Forum: C# 33 Days Ago |
| Replies: 4 Views: 429 Preventing out of memory errors while threading Greetings all,
I'm actually proud to have a question I've never seen asked here. I've got a 1.5GB text file (YES, it's really 1.5GB) where each line needs a set of modifications. I've got the... |
Forum: ASP.NET May 24th, 2008 |
| Replies: 5 Views: 451 Re: Message box how to? That's not right. You can't use WinForms code to do that in ASP.NET . There isn't a DialogBox control.
It's a little more complicated than that. The way I normally make a modal dialog box is to use... |
Forum: ASP.NET May 24th, 2008 |
| Replies: 6 Views: 14,782 Re: how to update an access DB with vb.net? Hi,
Start your own thread with this question. That way, you'll get the information that you require, and you won't muddle up someone else's thread with a question that might not be directly... |
Forum: C# May 24th, 2008 |
| Replies: 2 Views: 406 Re: How many datasets in MS VS Project? Depends. If you're using the datasets in the designer view, you really don't have THAT fine-grained of a control over when the datasets are instantiated, and how long they stick around in memory.... |
Forum: C# May 24th, 2008 |
| Replies: 1 Views: 286 Re: Backgroundimages/ Skins ? You probably have to put the full path to the file. If the files are not in the same directory as the executable (which they're generally not if you just hit F5 and run from within Visual Studio),... |
Forum: C# May 22nd, 2008 |
| Replies: 11 Views: 1,755 |
Forum: C# May 9th, 2008 |
| Replies: 1 Views: 382 |
Forum: C# May 9th, 2008 |
| Replies: 5 Views: 512 |
Forum: C# May 8th, 2008 |
| Replies: 3 Views: 1,265 Re: Convert C# data types to c++ data types Char is 2 byte in .NET because that is how big a Unicode character is. The best thing to do is take the value in as a byte datatype and use the Convert.ToChar() method on that input value.
I just... |
Forum: C# May 8th, 2008 |
| Replies: 1 Views: 662 Re: C# - Access - connection Hi there,
You need to look at ADO.NET. Specifically, you'll be looking at OleDB in relation to that.
It's kind of hard to give you a top-down model and explanation of ADO.NET here, but... |
Forum: C# Apr 7th, 2008 |
| Replies: 5 Views: 496 Re: OOP in C# Not necessarily a C# book, but "The Object Oriented Thought Process" was a great one for me :... |
Forum: Techies' Lounge Mar 10th, 2008 |
| Replies: 12 Views: 1,937 Re: Low Cost online hardware stores Be careful with Pricewatch-- there's a bunch of bait and switch business going on there. They try to fight it, but you'll see some piece of hardware going CRAZY cheap, but then they'll throw... |
Forum: C# Feb 14th, 2008 |
| Replies: 5 Views: 494 Re: OLEDB Character Limit Have you googled for that particular provider, ie, any issues surrounding it?
I'm not familiar with that provider, but it could be a limitation of it. I've used Jet and SQL just fine through... |
Forum: C# Feb 14th, 2008 |
| Replies: 7 Views: 725 Re: compiler for c# Why don't you have permission to install updates? Is your machine locked down or something?
Best route would be to contact your system administrator. They should authorize you to install the... |
Forum: C# Feb 14th, 2008 |
| Replies: 7 Views: 533 Re: c# question Hey there,
This looks suspiciously like a homework post. That's why I posted a link rather than code.
Teach them to fish, don't just give them the fish. :) |
Forum: C# Feb 14th, 2008 |
| Replies: 3 Views: 1,463 Re: C# for Loop Help Here's what I mean:
//this
Console.Write("My line with a newline\n");
//is the same as
Console.WriteLine("My line with a newline");
What kind of errors are you getting when you append the \n ?... |
Forum: C# Feb 12th, 2008 |
| Replies: 5 Views: 494 Re: OLEDB Character Limit Also, can you provide your connectionstring? I've never had these types of problems using OLEDB.
What type of database are you using? |
Forum: C# Feb 12th, 2008 |
| Replies: 3 Views: 1,463 Re: C# for Loop Help What have you done so far? Can you please post the code you have thus far?
Generally, what you'd do is have a newline after each of those. Either insert a \n at the end of your line, or use... |
Forum: C# Feb 12th, 2008 |
| Replies: 7 Views: 533 Re: c# question http://msdn2.microsoft.com/en-us/library/system.console.writeline.aspx |
Forum: C# Feb 12th, 2008 |
| Replies: 1 Views: 759 Re: How to embed text editor in .aspx files This is a pretty tall order, actually. There's a lot involved in coding this type of text-editor. Generally it's called a WYSIWYG text area, and a number of companies offer them on a free or fee... |
Forum: Geeks' Lounge Jan 3rd, 2008 |
| Replies: 134 Views: 6,385 Re: Decline in morals? Jesus H. Christ... Does that represent a decline in morals with me saying that?
I do have a question, though... And I'm not trying to jump into this flame war, but instead provide some... |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 8 Views: 666 Re: Need Help Urgently !! Sounds like an awfully ambitious project for a beginner... Have the people requesting the application specified what requirements they need, exactly? That sounds like the best place to start... |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 4 Views: 563 |
Forum: C# Jan 2nd, 2008 |
| Replies: 1 Views: 516 |
Forum: Geeks' Lounge Jan 2nd, 2008 |
| Replies: 604 Views: 33,259 Re: 2008 US Presidential Poll Dunno why, but I'm digging Obama. I seem to be able to stomach him more than the others. On the R Side, the only person that appeals to me is Romney, and I don't even know why there, either... |
Forum: Geeks' Lounge Dec 31st, 2007 |
| Replies: 18 Views: 899 Re: Which wine do you prefer - Red or White? I dunno... I'm a big Pinot Grigio fan. Maybe I just haven't had a good red yet?
It's funny. I like my really hard liquor because it tastes like liquor. I really like "BEER" tasting beer, especially... |
Forum: C# Dec 30th, 2007 |
| Replies: 8 Views: 5,186 |
Forum: ASP.NET Dec 30th, 2007 |
| Replies: 4 Views: 607 Re: Conversion problem I think it still boils down to the fact that you can't cast a Control to that Filter type directly. You're going to have to write logic to do that conversion, or something. |
Forum: ASP.NET Dec 29th, 2007 |
| Replies: 4 Views: 2,198 |
Forum: ASP.NET Dec 29th, 2007 |
| Replies: 4 Views: 563 Re: uploading a website without its cs files You can do inline code instead of using code-behind. That way, all the code is included directly on the ASP page:
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/pages/codebehind.aspx
But,... |
Forum: C# Dec 27th, 2007 |
| Replies: 1 Views: 529 Re: class constructor help I'm not really sure I understand exactly what you're asking. Theres obviously some enums or other classes that we're not being provided here. If I just compiled this code as-is, there would be a... |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 3 Views: 650 Re: load an xml to HTML page WHAT IS WITH THE CAPS I GAVE YOU A PAGE WITH INSTRUCTIONS ON HOW TO DO IT
Did you even read the link I sent? There was a link to a .NET KB article on how to do what you're asking. |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 1 Views: 380 |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 2 Views: 405 |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 3 Views: 650 |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 2 Views: 1,525 |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 1 Views: 352 |
Forum: ASP.NET Dec 26th, 2007 |
| Replies: 5 Views: 1,101 Re: Response.redirect() conflict Hey there,
Start a new thread for this question-- since the original issue has been resolved, people might not look at this other question you have. :) |