| Thread | Last Post | Replies |
|
| how can get windows usercontrols from RunTime ganerater Form | 30 Nov 2005 23:51 GMT | 1 |
Nicholas Paldino in my application a have an Windows form on that i place an Panel Control. in Form load event i ganerate an Form in Panel Control on Runtime then get an design
|
| Comparing numbers and determing the biggest. | 30 Nov 2005 23:25 GMT | 3 |
Hey guys! 1st time poster here. Got a quick question. I'm just beginning my journey into csharp and am developing a win32 app that will retrieve a given useres account pull raw data from a db and display that info. One of the things i need t odo is look at 7 entries
|
| Logging messages in a class based on who is using it...? | 30 Nov 2005 22:47 GMT | 4 |
I'm not sure of the terminology here but... I have a standalone assembly (Foo) and I log errors using a simple call in my "catch" blocks: e.g. class Foo
|
| communicating with remote server via http | 30 Nov 2005 22:00 GMT | 4 |
I've been tasked with writing a small app to that needs to talk to a remote server via raw http. Data is to be sent and received using name-value pairs. I have been given the syntax for various http requests.
|
| Office Web Component Events | 30 Nov 2005 21:48 GMT | 1 |
I am creating a C# windowsform app and I wish to use the OWC10 com component. I have followed the below instructions to enable events on the component:
|
| .NET 2.0 Secure Sockets | 30 Nov 2005 21:39 GMT | 1 |
I'm just wondering what is available for Secure Sockets in the .NET 2.0 Framework. Is there any good resources out there that might be able to give me some good information? Also, are there any good sample programs somewhere that people can take a look at?
|
| UTF8 Question | 30 Nov 2005 21:03 GMT | 2 |
Why does (in the code below) the message should appear as "keep-alive - keep-alive - test" but it only appears as "keep-alive - keep-alive". That is why the last comparation (Equals) isn't getting true. Is it from the "Convert.ToByte('\0')" that does the comparation false?
|
| making an http server | 30 Nov 2005 19:21 GMT | 2 |
i am making an http server it has following functions main() {
|
| easy textbox question | 30 Nov 2005 18:55 GMT | 1 |
If there's a textbox and the text entered is longer than what's visible (the textbox length), how do you make it so that the beginning chunk of text is visible (instead of the last part of it)? Thanks again!!!
|
| BindingSource...? | 30 Nov 2005 17:51 GMT | 2 |
To determine from assembly whatever bindingsource has the form that uses this assembly and to obtain a listing of such
|
| Why does Guid.GetHashcode() returns 0 when instantiated with Guid.Empty ? | 30 Nov 2005 17:15 GMT | 2 |
Why does Guid.GetHashcode() returns 0 when instantiated with Guid.Empty ?
|
| Asynchronous Serial port | 30 Nov 2005 17:02 GMT | 2 |
I am trying to write asynchronous serial port. meaning, read and write operations are made via async cllbacks. so far so good. I open my port in continues state:
|
| Securing assembly question | 30 Nov 2005 16:50 GMT | 3 |
My main application is calling a couple of dll assembly that we made. I want to secure those dll assembly so they can't be used by a third party. I did a couple of test with [assembly: AssemblyKeyFile(@"..\..\myKey.snk")] on both side, caller and
|
| IResettable - a suggestion for the next version of WinForms | 30 Nov 2005 16:41 GMT | 1 |
Almost every project I work on, I end up with some variant of an IResettable interface - so that controls can be reset to a default value. Controls have a ResetText method, but that's not much use for checkboxes, and you can't set a default for things to be reset back to,
|
| HttpWebResponse how does it end | 30 Nov 2005 16:21 GMT | 2 |
In pages that there is no content length, how does HttpWebResponse knows where the page ends? And what kind of objects/methods does it retrieve? Does it only retrieve the initial page without any images, i.e., does it only makes one "GET / HTTP/1.1\r\n\r\n"?
|