473,543 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

2
12,635
thread by: Tony Johansson | last post Mar 26 '08 by: Tony Johansson
Hello! If I use the DrawString below with object of StringFormat as the last object it works good. If I instead remove object StringFormat below as the last object of DrawString I get some rows that are not printed correctly. It's look like when toner is too low for the printer.This is only for some rows. Can somebody explain why this...
0
981
thread by: Bill Yanaire | last post Mar 26 '08 by: Bill Yanaire
Once you graduate from this place you can take your diploma and apply at any McDonald's and get hired to work the register. "mba news" <MBA.NEWS200809@gmail.comwrote in message news:b5792f3b-32c2-4b26-af83-6823dfe67ea2@e10g2000prf.googlegroups.com...
3
2,062
thread by: Liz | last post Mar 26 '08 by: Ignacio Machin ( .NET/ C# MVP )
I was intending to use an XCOPY install for a VS2005 C# WinForms app but when I copied the files and ran the app on a clean machine it failed when it needed Crystal Reports. Can you not use XCOPY deployment if you have Crystal Reports dependencies? Is there an available Crystal redistribution package I can run before doing my XCOPY...
4
2,236
thread by: =?Utf-8?B?QUEyZTcyRQ==?= | last post Mar 26 '08 by: =?Utf-8?B?QUEyZTcyRQ==?=
I need some tips on enumerating the names and syntax of properties, methods, events, and public variables, enums, user-defined types in a COM, programatically in C# ... a little like Object Browser in VS2006 but without the IDE. Thanks for your help.
2
1,906
thread by: =?Utf-8?B?U2V0aEluTUk=?= | last post Mar 26 '08 by: =?Utf-8?B?U2V0aEluTUk=?=
I am a total newb at .net, and I have not been able to search out a best practice answer to what must be a common problem. My app must process binary data from a UDP socket, a MSMQ queue and a file. In C, the data is in nested structs, with mixed types, floats, ints, char arrays, int arrays, variable length arrays of structs etc. My...
0
2,424
thread by: =?Utf-8?B?S2FpIFdhbmc=?= | last post Mar 26 '08 by: =?Utf-8?B?S2FpIFdhbmc=?=
I am playing around with WCF instance and concurrency management. I set InstanceContextMode = Single and ConcurrencyMode = Multiple. I fired 5 concurrent calls from the client and expected to see concurrent calls in perfmon.exe as well as debug outputs in visual studio. But all the calls were serialized. I also tried InstanceContextMode =...
2
1,967
thread by: Shree | last post Mar 26 '08 by: Brian Gideon
I am having this confusion going on in my head for sometime now. The question is whether setting the object reference to null (nothing) help the GC in collection in anyway? Can anyone shed some light on this? Is there any way to validate this proposition? Or is it just a myth... -Thanks, Shree
0
1,061
thread by: CSharper | last post Mar 26 '08 by: CSharper
Could someone tell me how to compile a project to IL code? Let me explain the reason. I have a program which will read a resource file and creates some output. In this scenario, the program doesn't change, but every month, I need to do a new release and and only thing it changes is the resource file. I try to find a way to add a resource file...
0
1,898
thread by: Sorry, but what is kimerikas? Jane. | last post Mar 26 '08 by: Sorry, but what is kimerikas? Jane.
Sorry, but what is kimerikas? Jane.
14
12,773
thread by: =?Utf-8?B?R2lkaQ==?= | last post Mar 26 '08 by: =?Utf-8?B?R2lkaQ==?=
Hi, In my windows applicationm, i need to excute a batch file. this batch file throws some text and questions to the screen, i need to catch the standard Output, check if it's a question, in case it's a question, i want to popup a messageBox or something, and bring back to the batch file the result (Yes\No question). I know how to excute...
0
1,434
thread by: Bob Bryan | last post Mar 26 '08 by: Bob Bryan
This is just a note to anyone who is trying to debug multiple threads using Visual Studio .Net 2005 and running into the problem where a breakpoint is hit in the newly created thread, but stepping from that point on causes the IDE to freeze or causes the thread to end... I solved the problem by downloading service pack 1 for Visual Studio...
2
1,676
thread by: =?Utf-8?B?UGFycm90?= | last post Mar 26 '08 by: Michael D. Ober
I get the message "Not enough space for the file on this disk" whenever I try to upload a jpg file using the FileUpload member in my web based C# program. I increased the requestMaximum file size set to 8192K in the httpruntime parameter in my web.config file and the file I am trying to upload is 5000K. However, the program stops when the...
4
1,854
thread by: Christopher Pisz | last post Mar 26 '08 by: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
(cutnpaste from http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3027050&SiteID=1) No one seems to ever use these forums! I started migrating from C++ and want to use C# with an embedded database in my application. My search pointed to MS SQL Server 2005 compact edition. I go to download it and seems like there are two versions to...
0
365
thread by: Ryan Liu | last post Mar 26 '08 by: Ryan Liu
I found DataGridView in .NET 2.0 has a problem, or maybe I used it in a wrong way, just try to confirm with you guys: I have a checkbox column in it, and a save button on the form try to save changes made by this checkbox column. But the state of last checkbox is always not saved, unless I click somewhere else on the form. //all of...
1
287
thread by: Tony Johansson | last post Mar 25 '08 by: .\\\\axxx
Hello! Here is an easy question I just wonder if it's possible to say that a Form is a control like TextBox for example. //Tony
1
1,036
thread by: Ned White | last post Mar 25 '08 by: Juan T. Llibre
Hi, There is a LoginView control on my aspx page and the users will use this control to login and i will check the some cookies when the user logged on. But i can not find any events for LoginView control if user successfully logged on or not .. Is it poosibe to determine the successfully logged-on session for users ? Any idea ?
7
1,664
thread by: =?Utf-8?B?QXN0cm9EcmFiYg==?= | last post Mar 25 '08 by: =?Utf-8?B?QXN0cm9EcmFiYg==?=
Does anyone have any tips on creating an efficient set algorithm? I have the following set {a, b, c, d, e}. I need to combine them in all possible ways: a ab ac ad ae
6
3,122
thread by: =?Utf-8?B?QnNtZW5nZW4=?= | last post Mar 25 '08 by: =?Utf-8?B?QnNtZW5nZW4=?=
I am trying to make sure that the local connection is up. I have presently been using the NetworkChange.NetworkAvailabilityChanged Event for this. Is there a better way to do this? Also, I want to test to see if the Internet Connection is up. I need the Internet to be up for the Web Services I am calling. Is it better to test the...
0
946
thread by: CSharper | last post Mar 25 '08 by: CSharper
I have a callback method where I am going to update GUI with a status. In C#2.0 I can do the following if (this.InvokeRequired) { //Do invoke } else { //display message
1
2,075
thread by: =?Utf-8?B?Um9nZWxpbw==?= | last post Mar 25 '08 by: sloan
here's my problem: I have an obfuscated, compiled .exe , that is a windows service, and I need it to install using a setup project. since its already compiled, I can't just go to "custom actions" and add primary output from the service. my setup project doesnt see it. so how the heck do I do it? I was thinking of using a DOS .bat file that...
3
1,214
thread by: aagarwal8 | last post Mar 25 '08 by: Peter Duniho
Hi, I have a form (say FormB) on which i have opened a font dialog. There are situations when i need to close FormB, from another form (say FormA) in my application. i am calling FormB.Close(), but the form doesn't close. The moment i close the Font Dialog, FormB gets closed. (Also, I observe the same behavior when i open other forms using...
0
964
thread by: CSharper | last post Mar 25 '08 by: CSharper
This may be a dump question, so please bear with me. I have an xml file like the following <teacher> <name>jkjk</name> <phone>122</phone> </teacher> <student> .... </student>
0
999
thread by: CSharper | last post Mar 25 '08 by: CSharper
Is it possible to return two string values from a method which has yeild in it?
0
1,388
thread by: Ryan Liu | last post Mar 25 '08 by: Ryan Liu
I found DataGridView in .NET 2.0 has a problem, or maybe I used it in a wrong way, just try to confirm with you guys: I have a checkbox column in it, and a save button on the form try to save changes made by this checkbox column. But the state of last checkbox is always not saved, unless I click somewhere else on the form. //all of...
0
1,464
thread by: Ryan Liu | last post Mar 25 '08 by: Ryan Liu
I found DataGridView in .NET 2.0 has a bug, or maybe I used it in a wrong way, just try to confirm with you guys: I have a checkbox column in it, and a save button on the form try to save changes made by this checkbox column. But the state of last checkbox is always not saved, unless I click somewhere else on the form. //all of these...

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.