- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
16 Posted Topics
I want to show my custom control(eg: `monthcalendar`) as a drop-down (popup) window. One option is to use `ToolStripDropDown` and `ToolStripControlHost` as the second example in [msdn sample](https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripdropdown(v=vs.110).aspx). Is it recommended to use ToolStripDropDown for controls other than the ToolStrip items ?
Implement an event like BtnOkClicked in Form2. In button_OK click of Form2 call that event and you should handle this event from Form1. From this event handler you can add the nodes to your treeview . [url]http://msdn.microsoft.com/en-us/library/aa645739%28v=vs.71%29.aspx[/url] [url]http://msdn.microsoft.com/en-us/library/aa984278%28VS.71%29.aspx[/url]
write your logic in Form1 itself.Declare variables in Form1.cs and assign values then do your Math operation
[QUOTE=nccsbim071;1079605]Sorry for the title, it actuall is "Compress file on the fly during FTP file download"[/QUOTE] Hi, You can use GZipStream Class to compress a file. Please refer [url]http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx[/url] Otherwise you can use "SharpZip.dll" for compressing [url]http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx[/url]
Hi, I am developing a web application in ASP.NET/ C#. How do I implement a live webcam chat in my application....? Please give some ideas.................. Thank You,
Hiiiiiiiii Can any one help me to find an idea for my final BTECH project. My project duration is 2 months and I decided to do it in C#.NET. I am preferring windows application......can any one help me............. Thanks in advance..........................
Hi, I need to decode DICOM image compressed with JPEG Lossless compression to native DICOM. Can any one help me with the algorithm?.Need an idea to decompress the compressed image. Thank You,
Hi, I am applying theme to my windows application.But while loading the forms it is too heavy and shaky. Any idea to resolve this. Thanks
You can create a datatable manually and then bind datagridview with that table.
You want to populate the datagridview rgt?. Please go through the properties of DataGridView.You can easily populate datagridview with the details of selected treenode.All the best!!
Hi, Is there any way to change the check mark color of a checkbox control?.Thanks in advance......
There is an event like Activated. You can try that event. private void Form1_Activated(object sender, EventArgs e) { //code }
Make the methods as Public Static.Then you can call the methods using the classname itself without creating obect. namespace RELGIS_DT_Load_Calculation { public sealed class Setting_Layers_Path { #region User Defined Variables IMxDocument pMxDoc; IMap pMap; #endregion public Setting_Layers_Path() { } public static IFeatureLayer get_DivsionFeatureLayer() { return null; } public static IFeatureLayer …
Hi all, Does anybody know how can I get a gradient color to be used in just the column headers in a Datagridview? Thanks in advance.
Hi all, Does anybody know how can I get a gradient color to be used in just the headers in a Tab control? Thanks in advance.
The End.
bhaskerlee