Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

16 Posted Topics

Member Avatar for bhaskerlee

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 ?

Member Avatar for bhaskerlee
0
199
Member Avatar for vincezed

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]

Member Avatar for JirkaJirka
0
463
Member Avatar for Carrots
Member Avatar for Carrots
0
3K
Member Avatar for nccsbim071

[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]

Member Avatar for sknake
0
909
Member Avatar for bhaskerlee

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,

Member Avatar for Oxiegen
-1
81
Member Avatar for bhaskerlee

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..........................

Member Avatar for sknake
0
131
Member Avatar for bhaskerlee

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,

0
54
Member Avatar for nidhijain
Member Avatar for bhaskerlee

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

0
65
Member Avatar for karthi_selva
Member Avatar for LizR
0
142
Member Avatar for karthi_selva

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!!

Member Avatar for karthi_selva
0
144
Member Avatar for bhaskerlee

Hi, Is there any way to change the check mark color of a checkbox control?.Thanks in advance......

Member Avatar for LizR
0
90
Member Avatar for ambarisha.kn

There is an event like Activated. You can try that event. private void Form1_Activated(object sender, EventArgs e) { //code }

Member Avatar for xmen_xwk
0
621
Member Avatar for Ved_TheOne

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 …

Member Avatar for bhaskerlee
0
225
Member Avatar for bhaskerlee

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.

Member Avatar for LizR
0
80
Member Avatar for bhaskerlee

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.

Member Avatar for bhaskerlee
0
126

The End.