473,800 Members | 2,367 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

2
3,308
thread by: =?Utf-8?B?TU1TSkVE?= | last post Mar 17 '08 by: =?Utf-8?B?TU1TSkVE?=
How to let user delete multi rows from the BindingSource I have in my program datagridview bound it to sql table Throw Bindingsource To fill it: MyTableTableAdaptor.fill(MyDataset.Mytable); MyTableBindingSource.datasource = MyDataset;
2
7,098
thread by: Artie | last post Mar 17 '08 by: Artie
Hi, Does anyone know a workaround to get log4net to flush with every log? I know that l4n version 1.2.10 as the .flush method, but we're stuck on an older version. Currently, if our process is killed (or there's a power cut etc) our buffered log events are lost.
0
2,871
thread by: John Smith | last post Mar 17 '08 by: John Smith
Hello people, I have a performance query regarding LINQ that I would like some opinions. Currently we have a business logic framework that is used in n-tier applications. We read data from a database using a data reader and use this information to populate a set of business objects. Our business data is identified by a GUID so we...
1
2,088
thread by: Tom P. | last post Mar 17 '08 by: Tom P.
I am doing some special painting in a listview control. I have gotten the drawing of the string to cut off and ellipse correctly in XP but in Vista the cutoff and ellipse never happen. I know it's possible, Windows File Manager does it - when a filename is too long it'll ellipse the missing part. My control just wraps it to the next line. I...
4
289
thread by: J-L | last post Mar 17 '08 by: J-L
Hi, When I use the propertygrid to display boolean value property, le choice is always "true or false", in english. Is it possible to modify it to strings for used culture ? For exemple, "vrai ou faux" in french ... Thanks,
1
1,728
thread by: hardieca | last post Mar 17 '08 by: =?Utf-8?B?TW9ydGVuIFdlbm5ldmlrIFtDIyBNVlBd?=
Hi, I'm building a forms app that parses thousands of text files. My boss insisted it have a GUI, to which I added an information console and a progress bar tracking the number of files parsed. Everything is working fine, except that when the application is run, it devotes itself entirely to the parsing, and the form with the console and...
0
273
thread by: Eric | last post Mar 17 '08 by: Eric
Hello, I was looking at the sample HTMLEditor provided by Microsoft at: http://windowsclient.net/articles/htmleditor.aspx I downloaded this example and found that I am missing Microsoft.MSHTML which the sample references. My development platform is Vista 64Bit. When I open the dialog for Add Reference, I see a warning triangle with
0
958
thread by: Stephen.Schoenberger | last post Mar 17 '08 by: Stephen.Schoenberger
Hello, I have a bunch of images in my resource folder of a project. I want to use those images throughout my project but not sure how to access (what is the path?) to those images? Any help or pointers on how to use the resource folder would be great! Thanks
6
1,895
thread by: ad | last post Mar 17 '08 by: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
How can I detect if my computer have installed SQLServer 2005 or SQLServer 2005 Express with program like c# or VB.NNET?
2
4,708
thread by: Hakan Fatih YILDIRIM | last post Mar 16 '08 by: Rad [Visual C# MVP]
have an mdf file with size of 11 gb. But i cannot attach mdf file to Sql server. beacuse my licence is limited on 4.096 mb. s tthere a way to attach db? is tthere any tool to convert mdf file to mdb? so i can delete some records on it and then try to attach again? Best Regards Hakan Fatih YILDIRIM
0
1,304
thread by: Rahul | last post Mar 16 '08 by: Rahul
Hello, Is it possible (by code) to set a timer and "force" the computer to wake up from hibernation/standby/sleep mode (either at specific time... or after specific interval) through C# code? Please let me know about any possible solutions/ideas you may have. Thanks,
1
988
thread by: Ned White | last post Mar 16 '08 by: Martin Honnen
Hi All, when i use "{0:#,#.##}" format string for decimal values it seems like that; 12,1457 --12,15 45,4119 --45,41 but for one decimal digit values it does not show zero after first decimal digit. 12,4000 --12,4 78,8000 --78,8
0
1,365
thread by: ranganadh | last post Mar 16 '08 by: ranganadh
Dear Group members, I am new to LINQ, pls help on the deeling with huge amount of data with the C# stand Alone application. I have two file, which contains more then 2 lacs lines in every file suppose file1 like ...
2
1,118
thread by: ad | last post Mar 16 '08 by: Michael Nemtsev [MVP]
Hi, I want to write a websetup project. How can I determinate if a website in a IIS suportS SSL?
2
6,997
thread by: WP | last post Mar 16 '08 by: RobinS
Hello, I making and Windows Forms program and I have a dialog with two buttons. I have set the DialogResult property for these buttons to DialogResult.OK and DialogResult.No, respectively (however, these buttons are not labelled "OK" and "No"). Settting this property is very convenient, I don't need to write any code determining what should...
0
975
thread by: Santhosh1992 | last post Mar 16 '08 by: Santhosh1992
This recipe is for those are in diet,children & for all aged groups .No need to cook.Healthy food with low calories.No fat.For details please visit http://recipeforthosewhoareindiet.blogspot.com/
1
2,050
thread by: Dom | last post Mar 15 '08 by: Peter Duniho
In some events for the TextBox, I get only the KeyCode, that is, a number. In VB, I used to be able to convert this to a char. How do I do that in CS?
0
972
thread by: Tom | last post Mar 15 '08 by: Tom
Please help me understand how to properly include resource items in a DLL. I have followed Petzold Form example code that uses folder and drive icon resource files (i.e. 35FLOPPY.ICO) where these have their "Build Action" property set to "Embedded Resource". This works great in a Form type project. Now I am trying without success to place the...
0
914
thread by: MSmith | last post Mar 15 '08 by: MSmith
Hi, my name is Michelle and I'm looking for new friends to talk to... Come check out my blog! http://missxxy.wordpress.com/ Talk to you soon! :)
3
2,167
thread by: Ahmad Jalil Qarshi | last post Mar 15 '08 by: Peter Duniho
Hi, I have a text file having size about 2 GB. The text file format is like: Numeric valueAlphaNumeric values Numeric valueAlphaNumeric values Numeric valueAlphaNumeric values For example consider following chunk of actual data:
1
1,954
thread by: Anil Gupte | last post Mar 15 '08 by: Martin Honnen
Hi: I just converted to C# 2005 Express edition and tred to open the (Web) project I had been working on in VS 2003. It gave me the following error and no explanations as to why. Web project component not installed. Unable to convert project: http://localhost/iMedia/iMusic.csproj Any Advice on how I can fix the problem or at least...
0
1,172
thread by: Analizer1 | last post Mar 15 '08 by: Analizer1
Below I can Draw a portion of a Bitmap to a control what i would like to do is Save the Portion of a Bitmap strip to a new bitmap 32x32 Can anybody help with this Thanks private void pictureBox2_Paint(object sender, PaintEventArgs e) {
1
3,059
thread by: =?Utf-8?B?VGFsYWxTYWxlZW0=?= | last post Mar 15 '08 by: Michael A. Covington
i have facility in my website which sends an e-mail to the cleint's inbox..... i am getting a problem when ever i sends an e-mail.. i tried with Hotmail and Yahoo, e-mail goes to the "Junk Mail" folder not the actual inbox.... how i can get e-mail sent the clients inbox not in their "Bulk" or "Junk Mail" box thanks my send e-mail page...
0
905
thread by: =?Utf-8?B?VGFsYWxTYWxlZW0=?= | last post Mar 15 '08 by: =?Utf-8?B?VGFsYWxTYWxlZW0=?=
How we can have functionality in our website that “Panel1.Visible=true;” if country is Oman… otherwise for all other users we wants “Panel1.Visible=false;” We have a table in the website which only should be available to Sultanate of oman (Omani) users only …. Any other country users should not able to see it.. I am using...
0
3,046
thread by: vinodkus | last post Mar 15 '08 by: vinodkus
dear sir/madam Please tell me how to refresh page using using code behind Thanks in advance

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.