First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
char ----> int
Hi; I wrote a program that I want to put a number in char (I mean : char s = '8';) 7 than put the number I put that at char s to int ; But it does not work correctly ; I mean it doesn’t show 8 ; using System; class Program { static void Main(string[] args) { char s = '8... 17 Mar 2010 21:13
looking for the method like postmessage in win32.
On Jan 22, 12:06 am, Peter Duniho <no.peted.s...(a)no.nwlink.spam.com> wrote: Alberto Poblacion wrote: "momonga" <shira...(a)kk.iij4u.or.jp> wrote in message news:dfe3cdd5-c2ae-48df-acbf-8bfb42c1d604(a)21g2000yqj.googlegroups.com... i need something like the PostMessage in win32. to order the main-th... 15 Mar 2010 06:48
How to dispose a XDocument?
Hello, I am loading a few XDocuments to read, write, etc. After using the XDocument can't I dispose it? I think I should or not? I was looking for it and XDocument does not have a Dispose method. Thanks, Miguel ... 14 Mar 2010 21:00
h0w readkey works?
Hi ; I wrote a program that it has error if u have time plz help me; It must get 5 char from user (without pressing Enter key) Than shows each of the char in different line But it has this error : Error 1 Cannot implicitly convert type 'System.ConsoleKeyInfo' to 'char' using System; class Program { ... 14 Mar 2010 21:00
what is getch() in c sharp ? ? ?
hello ; getch() in c language gets the char from user with out enter key is there any method like getch() in c# console app; thanks . . . ... 14 Mar 2010 23:11
I solved this problem
I found a way to invoke methods dynamically without having the exception wrapping happening. You could try my solution, which I blogged about in my blog. http://timwi.blog.com/2010/03/12/dynamic-invoke/ From http://www.developmentnow.com/g/36_2008_2_0_0_1051461/MethodInfo-Invoke-and-TargetInvocationException.htm ... 13 Mar 2010 13:07
PictureBox on a Panel -- display scrollbars for large pics?
I have a PictureBox on a panel on a form. I have set the form's autoscroll = true and I have set the panel's autoscroll = true. I cycle through a list of pictures which display in the PictureBox, but when I show a picture which is larger than the current panel size I need to display scroll bars. But no scrollbar... 12 Mar 2010 18:27
PictureBox on a Panel -- display scrollbars for large pics?
I have a PictureBox on a panel on a form. I have set the form's autoscroll = true and I have set the panel's autoscroll = true. I cycle through a list of pictures which display in the PictureBox, but when I show a picture which is larger than the current panel size I need to display scroll bars. But no scrollbar... 12 Mar 2010 15:05
How to convert Delphi Record to C#?
There is an old program that I'm rewriting. The program stores the data into an array and dumps it to a file. I can't seem to properly load the file though. Here is the record I'm working with: type TMyJob = record ReceiveDate: string[10]; JobName: string[150]; Contractor: string[100]; As... 15 Mar 2010 14:39
Center a HtmlElement in WebBrowser
I used the WebBrowser control in my C# application. The document loaded in the WebBrowser is a long dynamically generated page. When the user select something on the form, I would like to scroll the document (animation is not required) to a corresponding HtmlElement in the document, and I want the element is locate... 12 Mar 2010 07:13
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74