Effects fireworks in windows forms
hi i am wanting to put a background type fireworks instead of bubbles that exist in the background video:http://www.youtube.com/watch?v=KdDZlYl9R6Iin the minute: 01:50 you can see the effectdo this...
View ArticlePivotGridView
If i choose value in top dropdown's and click submit button. it displays result in top pivot grid as well as in bottom pivot grid. and also if i choose value in down dropdown's it make affect in topper...
View ArticleHow to redirect from one form to another, closing the previous form?
How to redirect from one form to another, closing the previous form? I used : private void btnGenBill_Click(object sender, EventArgs e) { PrintOut po = new PrintOut();...
View ArticleSplitting/Inserting lines on a GraphicsPath
I would like your help on a math/GDI+ problem. I want to insert a line within an existing line. I'm using C# on Windows Forms. The first line is what I have. The second line is what I want. The...
View ArticleHow to create a custom TextBox type control that can be masked and has a...
In my Winforms application, I need a custom textbox like control that can be masked and has a multi-line property. How could I create one?Rob E.
View ArticleIs it possible to install win 8.1 (32 bit) in Intel(r)Core(TM)2 CPU 6300 @...
Is it possible to install win 8.1 (32 bit) in Intel(r)Core(TM)2 CPU 6300 @ 1.86 GHz 1.87 GHz /4 GB Ram 1333 MHz desktop.Thanks.
View ArticleLoading Long text File into array?
Ok Arrays are confusing me. The code below works perfectly UNTIL the file gets long. That is the part that I dont understand..why would it work with only 10 or so lines of text in the file, but not if...
View Articlehow to have a webbrowser with a transparent background?
Hi every body. I'm developing a windows form app-c#-VS2008 and I have a Webbrowser control in it. I wanted to set an image as the webbrowser's background image by this:webBrowser1.Document.Body.Style =...
View ArticleScroll/Zoom Windows.Forms.Panel controls
Is there some "thumbnail" or other "easy" way to provide the ability to have a populated panel of UserControl derived objects and scrollbar "move" them and "middle mouse zoom" them on the Client area...
View ArticleThe requested name is valid and was found in the database
Hi !When i try to use socket calss to connect to a website on localhost i get this errorAn unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dllAdditional...
View ArticleHow to save the image continuely in c# with an index?
i want to save multiple images with the sequences with the same name alsomeans image0image1image2.........in continue mannerso can i ?
View ArticleFinding a Point on a Line
I would like your help on a math/GDI+ problem. I want to find a point on a line, given the starting point on a line and a distance in pixels. I'm using C# on Windows Forms. Given a line from x0,y0...
View ArticleValue Close() cannot be called while doing CreateHandle()
Hi,I am trying to close and MDI child from the _Load event but getting this error..Value Close() cannot be called while doing CreateHandle()how can i fix this?
View Articlemedia player
how do i make media player to be my default player i also have real player and everything plays in that
View ArticleHow do I reactivate microsoft after my computer crashes?
How do I reactivate microsoft after my computer crashes? I have the activation code and but it's from 2010 so it's not easy to find..
View ArticleHow to print and print preview my table only with a selected row and value...
up vote0down votefavorite When print preview button is clicked, it displays all the data that is going to be print. I only want to select the row that I want, and let it print. And I want each field to...
View ArticleWinforms application hangs after opening Internet Explorer
Dear All,I have a strange issue with a Winforms application, I hope somebody have already seen a similar issue and know a solution or the possible reason of it.The application is a Winform application...
View ArticleHow to get mouse cursor type
I want to know to get windows mouse cursor type(shape) using vb.net. I have not ask within the form. I want to get even the form is minimized. Can you help me
View ArticleDataset and Datagridview questions
Just a few things i'm confused about. I'm using C#2010 to produce Windows Forms (C# 2010 Express Edition, and Local SQL datasets)I have a form (customerForm)with a datagridview on it, displaying...
View ArticleCodeDom compile error 'Forms' is not a member of 'Windows' in Windows 8.1
I am using CodeDom to create InMemory exe. This works great for Windows 8 and below. The compiled code works in Windows 8.1 if I remove the Forms Declaration, but i dont want to do that. Any ideas?...
View Article