



HI all, Could any one please suggest me some interesting theis topics on webserives. I am brand new to webserives and thinking of doing thesis on the same. I would be very grateful to you for your help!...
What control does Visual Studio .NET use for all the properties. It's on thebottom right and is almost an editable listbox.thanks...
How can I disable a beep when I press Enter on TexBoxI'm trying this but it don't work:I do it in KeyDown eventIf e.KeyCode = Windows.Forms.Keys.Enter Then' Do something ...e.Handled = TrueEnd If----Also can anyone tell me a good idea about this:I want to do that when I press Ente...
I have been on newsgroup for w. I have seen anything that will help me. Basically, I have a form with a datagrid that can be sorted or unsorted (it is up to the user). Then, I display the data of the selected row in textboxes on dialog that executeby the user press a button. The following code...
Hi,I have GUI assembly which is loaded into a seprate Appdomain using AppDomain::Load method, after using it's function i unloaded the assembly by calling the AppDomain.UnLoad() method. But i can still use the UI components displayed earlier when i loaded the Assembly. How is this possible,...
hi sometimes when i execute some commands in the immed window, it says,identifier out of scope. what am i doing wrong.egn1.Security.SecurityAccessRights.Nonesecurity is a class in another namespace (n1)...
hi all,A simple question : Is there in C# (Visual Studio .Net 2003) anequivalent to the really usefull Delphi component TFrame. (It's like aform but you can drop it on another form like any component)If no, what is the best way to achieve this behavior.TIAJ F...
I have read some articles. And They all wrote the following codes:public override Stream ChainStream(Stream stream){oldStream = stream;newStream = new MemoryStream();return newStream;}But it didn't work in my project.In the stage of BeforeDeserialize, it works well, and oldStream recei...
I have the following problem.I want to make a program that causes a MOUSE CLICK every 2 sec at a flashproject that is open with Microsoft Internet Explorer.I have heard something about using the SendMessage method but I can't get itto work. I use C# .NET.Any help would pe appriciatedTHANKS!...
I have been searching for appropriate classes and properties for sending an email with multiple Mime parts each with different Content-Type and Content-Id.I used MimePart, MailMessage, etc. but I couldn't find how to make different Mime parts with different Content-Types and Content-Ids wit...
Is this a good solution for the reports of a desktop application using SQLServer ?Is for easy deployment of any simple application ?Please I need to decide for a report designer for windows forms applicationsusing VS.NET, I'm not satisfied with CristalReports.Is this SQL 2000 RS the right t...
Hello all,I'm stuck here (nothing new in this world).I have a program, that runs fine on my computer (where I actuallydeveloping C# Windows app), but appears to be buggy on anothercomputer.Same Windows versions, same .NET Framework...Is there something I am overlooking ?Below I have a funct...
