Web page convert into image.
Hello,I am trying to convert web page into .jpg image in asp.net using c#. My code is here. public Bitmap Generate() { // Thread var m_thread = new Thread(_Generate);...
View ArticleEMBED / DOCK Excel in winform Panel
Ok, now I need to embed/dock an excel spreadsheet started using the Process.Start method on a winform panel. I used the following code (Found on the internet), It workd only partially, as in, it hits...
View ArticleUse mod musicfile from Resource instead of playing from location on pc and...
To start: I DON'T have much experience with programming, so take it I don't understand a lot easily. refer to...
View Articlemoving to previous rows failed
In a datagridview containing a certain number of rows, if the cursor in last row i want to prevent the cursor to move to next cell of the same row from first cell when it is empty.But i want to move...
View ArticleUsing a loop to display additional info. when clicking on an Item in a listbox?
I have a listbox called "lstProducts". When a specific product is "clicked", a description of that specific product is supposed to show up in the textbox "txtDescription" next to the listbox in the...
View ArticleHow could I get a error message to pop up when numbers are typed? C#
Hi,I would like to know weather anyone knows the code for getting a error message to pop up when a number is typed into a text box. I have set the text box so that only letters can be added and nothing...
View ArticleI need help please
Hello, I'm trying to do multiplication tables and now I got a problem. I made one Formu1 and on this I have 100 Formi1 Buttons now I am interested in one that we each Buttons especially print result...
View ArticleHow to set the monthcalendar control as an icon?
Hello,Does anyone know how I can set the windows form calendar control to display as a little icon until a user click on it and it expand to its regular size? As I recall, this is how it setup for ajax...
View ArticleUSB Devices Information
Hello Everyone, Issue : Getting the USB Devices and all its' information like provider, manufacturer, product, serial number and the port on which it is connected Developing platform : C#Issue...
View Articleusing C++ DLL in C# windows application:DLLImport: Getting error “Entry point...
I am new to using C++ libraries in C# and also to the C++ programming in general. I have a DLL built from a C++ code which I believe is a 'managed' code as the name of the DLL is "TestManaged.dll". I...
View Articlec# code for bill format printing
please anybody help me.i have searched about this but i didn't got clear idea.it must need in my final year project so give clear ideas and code forthe below same format...
View ArticleWeb browser control not rendering a page properly
Hello,I am trying to open a webpage in Web Browser control but it is not rendering properly. In Internet explorer the page is rendering properly. I am using Internet Explorer 8 and Visual Studio...
View ArticleCheck a Url in web browser control
Hi, I am new VB.NET win forms, Can any one help me to check a URL in web browser control.I have a url inside a web control ex : http://www.abcd.com/employee/default.aspx, I want the people to see only...
View ArticleHow to customize Windows Form application for Windows 8 touch keyboard?
HiI have an existing Windows application developed by C# with .NET framework 3.5. It was developed two years ago and did not have touch keyboard in mind when the application was built. Now my client...
View ArticleWindows 7 combox background color issue if DropDownStyle is DropDownList
A WinForms combo box with DropDownList style has a grey background colour in Windows 7. We need to change backgroud color of the combobox (textbox part of the combobox). Change in color works fine for...
View ArticleHow can I make the dock panel filled
I have made two dock panel.I want one panel fill the space if the other panel's size is being smaller.How can I solve this.Thanks in advance
View ArticleRichTextBox Find the text and Highlight all text
Hi I am using RIchTextBox and i am done with find option for it. When find is pressed it shows only first find result .. i want it to Highlight all the text which are with that find text in the...
View ArticleCard Game - Assign Cards to Player
So I have made a simple Windows Form that creates a deck of cards and has a button that shuffles cards and displays them in to 52 text boxes. I am trying to figure out how to assign these cards to a...
View ArticleLoading data from database into muticolumn combobox
Hi, I am having a problem on implementing multi-column combo box (using windows combo box). I need to populate four fields from database into ComboBox (but not concatenated). I have the code given...
View ArticleCombobox selection
I'm basically working on something that has 10 combo boxes with multiple drop down choices to pick from. Im pretty new to coding so bare with me as i try to explain my goal. Basically i put items in...
View Article