Can save images to a structured text file C# ?
Suppose structuredpublic struct stStaff{public WhatType? Picture; // Pictures 3x4 (what kind for pictures ?)public string FullName; // FullNamepublic DateTime BirthDay; // Birthday}Can save images to a...
View Articlerefresh the page for every 5mins with out using timer control in windows forms
Hi, Can any one help me to refresh the page for every 5 mins with out using timer control in windows forms Waiting for reply....
View ArticlePen Dash style has no effect on width 1 pixel ?
I want to draw a line using pen width 1 pixel and dot style. The result is it draw common single line, it only works when I change width to 2F.Here is the code :Rectangle = new Rectangle(0,0,100,100);...
View ArticleAdd images to Listview control in C#.net with 3.5 frame work.
Hi, I am using C#.net with 3.5 frame work. I have a form having a listview and imagelist controls. i want to add images from a folder to listview. How can i do this with these controls. Regards,Sujith.
View ArticleAdd row from dataGridView1 to dataGridView2 with CellDoubleClick event?
Hi! I need to add a row from a dataGridView1 to a second dataGridView (dataGridView2) with the celldoubleclick event. The problem is that these dataGrids are on different forms each, so I have to open...
View ArticleMulti-Threaded Windows forms display on top
Hello fellows, I've run into a problem which I'm not able to solve yet. It's a very complicated scenario where i'm in, but ill try to explain it to you. I've made an application which main goal is to...
View ArticleWindow Service query
Hi Members,I create two window services named as "Parent Service" & "Child Service". "Parent Service" control the child service, it starts and stop the child service.My query is, in case i shutdown...
View ArticleCombobox auto select
Hi folks,On my form I have a combobox with dropdownlist set to dropdown. It has AutoCompleteMode set to 'Suggest' and AutoCompleteSource set to ListItems. Basically if I press 'P', all the items that...
View ArticleDrag and drop across native and managed window
Is there a way where I can initiate a drag operation from Win32 window and drop it to a managed window (say Win forms)?
View ArticleEmbedded IE control sometimes giving me a 404
Hi all;This has been working fine for months and now I am getting a 404 sometimes. And even weirder, it flashes up the page I give it for a second, then goes to a 404. ANd a back in the control will...
View ArticleExtending glass frame with FormBorderSTYLE = None
I have the following code:public struct Margins { int Left; int Right; int Top; int Bottom; public Margins( int l, int r, int t, int b ) { Left = r; Right = r; Bottom = b; Top = t; } } [DllImport(...
View Articleadministrator problem Windows8
I mistakenly changed my Windows 8 status from Administrator to standard. Now I need to get it back - there are no other users on my computer. Any help would be appreciated
View ArticleUpgrade SSRS2005 to SharePoint BI SSRS 2008, report viewer issues WinForms
Hi,I have a windows app that currently renders SSRS 2005 reports via the report viewer 8.0.0.0. The app is currently in Visual Studio 2010.I am upgrading my reports from SSRS 2005 to SSRS 2008...
View Articlerequested operation cant be performed on file with user-mapped section open
hiya, I get the above error in my winforms app.The complete error is:<error>The file 'uipMyApp.Launcher.exe' cannot be copied to the run directory. The requested operation cannot be performed on...
View ArticleCreating smooth movement of transparant control ?
I created transparant control that inherited from System.Windows.Forms.Panel.After follow clues in internet including in microsoft MSDN, it can produce transparant control,but seem it is not up todate...
View ArticleCSharp MouseMove can't give Real Time Mouse Location in Window Form
Dear All,I am looking for to get the comparisonal result of mouse move events for single and double click events.Here is my draft and some working code for your reviewnamespace CSharp { public partial...
View ArticleEmbed excel workbook in windows forms
Hi,I am new bie in VB.NET my requirement is I have a workbook contains the pivot tables to get mapping records from sqlserver and displayed in excel worksheet.My requirement is to embed this...
View ArticleC# paste from clipboard on mouse click
Hello.Im getting value from textbox on button click like this:Clipboard.SetDataObject(richTextBox1.Text);What i want to do is to simulate ctrl+v action with single mouse click. (usually we place cursor...
View ArticleC# Copy some part of the Code from one class file to other class file using...
Hie. I have a Class file in My c# Application. Now I need to copy The Contents of one class file to Other class file. How Can i Copy Data from One class File to Other? Is it Possible using Clipboard?
View ArticleUncheck all checked items in CheckedListbox
How do i uncheck all checked items in CheckedListbox ?
View Article