C# - list view control - double click
Hi All,From what i read about the listview control, its like a container & we can populate it with an array of strings not necessarily a list of files.after we have retrieved the list of files...
View ArticleCustom Database
Do i could make the database like this? **Note: One table named "Database" with on the left is "Student Name" and on the top is "Month Payment", the CheckBox is the CheckBox in c# winforms. What I...
View ArticleHow to find out what type an object is? - C#
1. I have a function that has one formal parameter (an object) (e.g. ' void abcd (object ob) ' 2. When I call the function abcd, the object could be anything (e.g. a button, a pictureBox, a panel,...
View ArticlePanel border color
Hi,Is there anwyay to change the border of a Panel to something other than black?ThanksJason
View ArticleNumericUpDown Control - retaining Invalid Value
Hi All I am on working on a UserControl inherited from NumericUpDown. The sole reason for writing such a control is because i wanted to display an error message (using ErrorProvider) when user enter a...
View ArticleZooming image in picture box
Hi friends,I need to implement zooming of image in picture box control.I have picture box with image. Now user can select portion of image in picture box using rectangle selection. I have to display...
View Articleerror
hai i am developing a windows form application but when i am executing the code iam getting a error likeError1 Cannot use more than one type in a for, using, fixed, or declaration statement.please...
View ArticleProblem setting textbox text property while file is reading
This doesn't appear to be updating the text of my label. The files I'm reading are taking up to 20 minutes to go through this process because they are many GB in size. I want to be able to show the...
View ArticleHow to export GridView data to excel in asp.net in C# :
How to export GridView data to excel in asp.net in C# http://qutubhaider.blogspot.in/2013/08/how-to-export-gridview-data-to-excel-in.html
View Articleerror
hi, i have done a windows application for sending mail when i am executing the application it is executing perfectly but when iam clicking on the send button in the run time it is showing in a message...
View ArticleComboBox Autocomplete: works wrong
I have an application when user can type the text. There is a combobox on a toolbar that allows user to change the selected font of the text to another. The autocomplete doesn't work when user selects...
View ArticleGetting Error while using web browser with HTML Element Set Attribute in...
hello,I am using Web browser control to replace Rich Text Editor for getting HTML output. Everything works fine in framework 2.0but when i am trying to change to framework 4.0 then gives error At...
View ArticleSharing single application for all users
Hi,How and where should an application be installed so everybody who logs on to the system uses the same file and data rather than data that is being installed on each user's profile... Basically I...
View ArticleProxy gateway url filtering based on the user's login
Hello I am also planning to create a firewall by my own. And I succeded in configuring a proxy on local machine using c#, but i dont know to configure a proxy on local LAN. and I have to communicate...
View Articlebitlocer
i lost my bassword and recovery key is not working and i have to difrent operating sistem instaled on my lp win 7 and xp i had to reinstal win 7 to enter and i can not start xp becus the partetion...
View ArticleWindows Form Transition Slide Effect
Hi , Im Making an Windows Application using C# . Can you Help me about the codes of Transition effect of Windows 8 Metro Style. ? Thanks
View ArticleHow To Transfer Information On Datagridview To Another Datagridview
I just need some help here on how to transfer the information that I click on Datagridview 1 to Datagridview 2 when I press the Button 1 all the information will send to Datagridview 2
View ArticleProblem with order TabControl
Hello, I've a problem with TabControl. I'mhiddenby defaultTabpages, only after click on some button.Example: In collection TC, i've defined few tapages: 0.AddUser 1.RemoveUser 2.ViewUser 3.Some, and...
View ArticleUsing Full Screen on Windows Form App
Hi,A Windows form app is being created in a Visual Studio 2010 C# template. How do I change the default Windows form to my bitmap; where my bitmap covers the entire surface of the form.Please help,Louis
View ArticleHow do I Maximize my form on startup? C#
I have this code to check the size last used on my form (in Settings). If the form's size is the screen's size (working area), I want to maximize it. Code SnippetSize = Settings.Default.Size;if (Size...
View Article