i am new in web developement. Here is my code........ public void load(object sender, EventArgs e) { Response.Write("<frameset rows=20%,80% frameborder=no...
Greetings, I'm writing a WPF application and need to size a RichTextBox to the string it contains. In .NET 2.0, I would use MeasureString() to determine its...
Suppose after clicking a button named "btn1" the eventhandler "btn1_click" gets called.. Let inside btn1_click(), there is a function named fun() which is...
Thanx for the reply.. The popup window is appearng and disappearing rightly but the label text of the pop up window is not being displayed... How will I solve...
Hello C#, I am having a confusion ... Can we use GUID in place of public key? i mean.. what is the basic difference between the GUID and public key or string...
Anirban, Here is a solution for you. Create a form called DialogForm.cs and place the following code into it. using System.Collections.Generic; using...
Hi guys, To build on Jasmine's reply, I thought I would detail out where I am and where I want to go. What I have is an Access database that I used to allow...
You need to invoke fun from a background thread and the pop up dialog from the UI (main) thread. Simple! ... eventhandler "btn1_click" gets called.. Let inside...
you could make it using ajax to invoke the server side method, and in the client script you would write following this guidelines.. Add refrence to Ajax.dll,...
Hi, Iam Using Microsoft Visual Studio 2005, and I have create a form using C#. In my form I have disable the feature of MinimizeBox,MaximizeBox and ControlBox....
The problem here is the Thread.Sleep() call. This is pausing the UI thread and therefore stops the application from painting the label before it closes the...
Hello Atul, You can handle the KeyDown Event of Form. Here you will get KeyEventArgs as parameter. here you can set the flag if ALT+F4 is pressed by means of...
Try typing "c# worker thread" into google, there are plenty of links that come up. Matt ________________________________ From: CSharpNET@yahoogroups.com on...
I build two windows applications separate to each other, the both have there separate references and if I collect all the references will made conflect and...
Hi all, This is sreekanth. I'm also starting my career with .NET using C# Thankq very much for sending links... Thankq mubashir.... sreekanth. ... [Non-text...
Hi guys, I found this nice tool that shows which versions of the .NET framework are installed. This is very handy for us when we need information on the...
Hi! Anybody has any idea how to Disable/Remove .resx files from project without going to each file? I could find the way to add in project but couldn’t find...
You should not remove *.resx files from your projects. Because the *.resx files contain some XML code that describe about your forms and all of components in...
i when tranfer my project application to another Pc and rerun it the place of whole buttons and panels exchange and some of them disappeared so how can I solve...
What do you mean? Deleting them individually? You can actually go to the folder where you saved your project and use the search options using wild cards. Then...
i gues its just the difference in the resolution of the screen between the 2 pcs , or just different dispaly settings , adjust the same resolution and u will...
Hi, I have a large form, that contains alot of tabs/grids/drop downboxes, in which case alot of data tables. Initially I had a call to a webservice to execute...
Use Proxy Object. ... ____________________________________________________________________________________Ready for the edge of your seat? Check out tonight's...
Hi Radha I think, if u have done Java then u will not face any problem to learn C#,ASP.Net. For this u can go through the Wrox or Microsoft Press Books. or u...
I have successfully imported xml file to use as a database for a simple chart. Below is one record; I have six more for the table. <?xml version="1.0"...
Alsalam Alikom I make an application that uses crystal reports but when i deploy it and setup it on another PC an error message rised "invalid key code" some...
In this case, you want to use global variables. In previous version of Visual Studio which is VB6, you just declare it in a module file and any forms can...
Thanks for you reply. is it possible to disable it rather then delete it. because when i am storing my project into source control or grabbing code from source...