Software Development Network Logo
  • Visual C++
  • Smart Device
  • Visual FoxPro
  • SQL Server
  • Game Technologies
  • Windows Vista
  • Windows Forms
  • VS Express Editions
  • Visual J#
  • Architecture
  • Visual Basic
  • .NET Development
  • Visual Studio
  • Windows Live
  • Visual C#

Software Development Network >> Windows Forms

Windows Forms

New Question

Sorry simple newbie question - saving data
Sorting an unbound column
Gridview and getting current row/cell
performing pre-batch compilation
Major confusion on understanding how to use config file in C# 2.0
DataSource turns null after DataBind() ?!
good books for vb.net
Background image resources cause VS error
Installing Framework 2.0 with non-admin
Scrollbars and Custom Border Painting

Top Answerers

jdc_sc
Steve Tyson
Talkless
Nabulaer
Here_Is_johnny
G_Mahajan
jziemian
xcorporation
Nickle
Chuck Hanson
Cleanscape Software Development Automation Tools
Only Title

Answer Questions

  • ChuckM Speech SDK! No winform support?

    I built a very nice we app in minutes, and the tools make it very easy to build simple web sites. But I need speech in winforms!....  Does anyone out there know what I'm getting at   My target audience is win xp home, so asp.net  ...Show All

  • mlopez Method to set datagridview row background color

    Hi all, I had a datagridview. May I know how to set the particular row color of a datagridview to yellow Please help. Thanks Check that the following lines are executing or not row.DefaultCellStyle.BackColor = Color .FromKnownColor( KnownColor .ControlLight); row.ReadOnly = true ; Because it is working fine at my end, i think the problem lies in your conditions. ...Show All

  • LozD [C#]need help to write in database the datagridview rows text

    [C#] Here is my problem Cant understand how insert in my database the value of which i write in datagridview rows. Any help really appreciated. Hi, and thx for reply ;) Im still having trouble. I try in the follow way: myAdapter = new MySqlDataAdapter(); myAdapter.InsertCommand = new MySqlCommand(myQuery, myCon); myData = new DataSet(); myAdapter.Fill(myData, "myTable"); myGrid.DataSource = myData; myGr ...Show All

  • Joe Zott scrolling picture box

    Does anyone know how to create a picture box with scroll bars Like if I want to display only a portion of an image in the picture box, but I want the user to be able to scroll around to other areas of the image. Does anyone have any ideas, or know of any good articles that address this topic smtraber http://www.codeproject.com/cs/miscctrl/PictureBox.asp *grin* I think you know my answer by now - picture boxes are OK if you just wa ...Show All

  • str01014 drawing on a form from within a seperate function

    Are there any examples of using CreateGraphics() inside a function, seperate from an Windows Forms I have a function that loops - every time it does, I need to draw a red rectangle : Graphics* gr2; gr2 = cc->CreateGraphics(); SolidBrush..... gr2->FillRectangle(..... I get object reference not set to instance of object - I thought cc is an instance inside the Form declaration : public: static System::Windows::Forms::Control * cc;  ...Show All

  • benjamin pfeffer Excel Automation + Scripting

    I want to create an Excel automation project (not an Addin). The project will consist of a WinForm app and an Excel spreadsheet. The WinForm will have an embedded fsi.exe, the F# interactive console. Both the fsi.exe instance and the winform controls should have access to the Excel instance. Hope this makes more sense. Thanks, - Luis Hi Luis, I am not familar with fsi. I think you may need to contact the ...Show All

  • severino flash problem

    I'm using the flash activex control to load swf files. I want it to be dynamic, I'm adding the control at runtime,and it works ok, but I can't load the movie into the control. I tried the Movie property and the loadMovie method but bo ...Show All

  • saadsal Newbie to Windows Forms...

    I would consider myself a high level programmer with VB.NET and ASP.NET, but I am new to the world of Windows Forms. Is there a book that offers great example examples on getting started  I am having trouble with finding code examples that  ...Show All

  • SaLLuComp Expanding and collapsing region control

    Hi All, The Windows XP search window hides a lot of its controls in regions that expand and collapse - this is something I'd quite like to have in my applications, but I can't seem to find a control in the standard .Net 2.0 controls that fits the bill. Can anyone point me in the right direction as to what I should be looking for   There is none shipping with .NET 2.0. Either you roll your own or get ...Show All

  • George Jackson Including forms from other projects - resource problems?

    Ive created two forms which i keep in Includes\Misc\ as i use them in all the apps im developing. one is a splash screen, the other is an about dialog however it seems i have to create them separately every time i want to use them&nbs ...Show All

  • matvdl Dock My Windows Main Form

    Hi, I would like to know how can I dock my Main Windows Form in my app in the screen.  Just like I do with controls within a form. Any ideas Thanks a lot! There is no ".NET Native" way to do this.  Your  ...Show All

  • GiveMeABreakMs What's going on with Terrarium?

    What is the future of this project is it dead Windows Forms Forums have no response for 3 months.. Why it is called sample application, but source code isn't published It would be very nice to have a source code of this interesting game application Mitch, when do you think will the server source be ready for download Will it be maintained by the community, e.g. gotdotnet or sourceforge Thank you, Michael, Ge ...Show All

  • Hydra20010 RichTextBox Text Selection

    I have noticed that the behaviour of the caret when selecting text within a RichTextBox control is different from when selecting text within a TextBox control. For instance, if you attempt to select a region of text within the RichTextBox control, the selection will expand ahead of your cursor, and before the caret to a word boundary, even with the AutoWordSelection property set to false.  This is really annoying when you are trying to sel ...Show All

  • Debra Dove - MSFT Graphics question

    Ok my problem is with Graphics class //------------------------------------------------------------------------------------------------ private void Form1_Paint(object sender, PaintEventArgs e) { Graphics g = e.Graphics; g.DrawLine(new Pen(Color.Black), new Point(30, 30), new Point(30, 100)); g.Dispose(); } you see i declare Graphics g=e.Graphics where 'e' is the PaintEventArgs and then draw a line //--------------- ...Show All

  • sivanu string was appended "\0\0\0\0\0"

    Hi, there I use the RijndaelManaged to Encrypt a string "Hello World", then Decrypt it. The decrypted string was appended "\0\0\0\0\0",  like this "Hello World\0\0\0\0\0" What's wrong I put the decrypted string in a TextBox, it's ok, no "\0\0\0\0\0 ...Show All

161718192021222324252627282930313233

©2008 Software Development Network

powered by phorum