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

Software Development Network >> Windows Forms

Windows Forms

New Question

Set Property via string (possible bug)
Terrarium 1.2 : My creatures throw error after deserialization
How do I change the forground color of selected text?
Why does a windowsControlLibrary does not show in toolbox when inside a solution Folder?
Smart Client. What exactly are we talking about?
Printing DataGridView
Delete multiple directory in file system
Thread operation not valid
Accessing Controls Located in a GroupBox
DataGridView - how to prevent deselect in full-row single-select mode ?

Top Answerers

Mohsen Kokabi
myso77
tamccann
JRCJames
c y h
doug_hettinger
atulverma82
ariana28
shart
giacomoread
Programaci贸n Visual
Only Title

Answer Questions

  • Gregory English Copy string to clipboard with inserted line breaks

    Hi, Have a collection of numbers in a listbox. I want to copy these numbersto the clipboard and pasted inside a notepad text file. I loop through the items in the listbox adding them to a string variable separated with "\n".  The pro ...Show All

  • Benjamin Day Using WMI from .NET

    Hello guys I need to capture from my program everytime when the user prints anything (not from my program, but from word, or whatever). I saw that WMI has a class (WIN32_printjob) that says that. But I don't know how to query WMI to retrieve&nb ...Show All

  • Gedde No FindString method in ListView! What to do?

    Hi All, I had a dapper little ListBox which showed an index of files in alphabetic order. Above it, I had a textbox and when the user started typing in a file name, I could use the ListBox.FindString function and select the first matching file. Now, I also wanted to do some drag and drop and found that ListBox didn't have the DragItem event (and others) but that ListView does. Switching to ListView thus improved certain things. However, ...Show All

  • Igor.Kantor TreeView Node Editing

    Hello: I am using C# (2005) to implement a treeView and a few nodes. After the form is up, I would like to be able to programatically access one of the nodes (ex. Nodes[1]) and edit the text and tag. I am not looking for right-click and re-name type functionality, but am looking for a way to access the treeView and Remove the node and Add a new one in its place. How can this be done Does the treeView or form have to be "opened" for ...Show All

  • julianchicago2 Application.Exit()

    There is my code sample: [STAThread] static void Main()  {   Application.Run(new AppMain()); } public AppMain() {   //   // Required for Windows Form Designer support   //   InitializeComponent();   MyDataLoad MyData = new MyDataLoad();   if(MyData.SerialNumber != "")& ...Show All

  • JohnAmes ClickOnce Possibly make Spyware just a little bit easier

    I had done some work trying out ClickOnce deploy. What worries me is that what if trojan and viruses writers start deploying their software using ClickOnce. All the server security settings will not be relevant then. See the article at : http://www.cerberus-network.com/Home/tabid/63/ctl/Details/mid/397/ItemID/11/Default.aspx Just want some comments on what can be done to reduce the risk. I'm a little confused ...Show All

  • benktesh how to add a new row in datagrid in windows forms if the first column is custom DataGridCombBoxColumnStyle

    dear sir i visited your site and also read the FAQ on datagrid.sir i have following problems with data grid plz help me to solve these problem. 1. I have added custom column style to add a combobox to my datagrid.The first column of my&nbs ...Show All

  • Charlese Problem installing from publish location after using application blocks

    I have been using click-once deployment without issue until I installed 2006 Enterprise Library and tried to use the data applications blocks. Here is my error log when I try and install the app now. PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-420 ...Show All

  • Bennie9425 WebBrowser to view documents like word docs

    I have being using the WebBrowser control to show documents like office files and pdfs, i am now changing my EXE to an ActiveX to use in my new web application only now i get an exception saying "Adding a WebBrowser control in Internet Explorer is not supported" at System.windows.forms.webbrowser.CheckIfCreatedInIE Due to the encryption and way my program must work it must be ActiveX so does anyone know how to get around this or rai ...Show All

  • JimBooth What logical order are Controls stored in the Controls collection?

    Hi all, how are the Controls on a Windows form stored What I mean is, are the Controls in the Form.Controls collection (Controls[0], Controls[1], Controls[2] etc) stored in the positions that they are appear (x, y) on screen So a control that is positioned in the top left comes before a control that is positioned at the bottom right in the Controls collection (I probs have these completly wrong :)) The reason I am asking is because I have a loa ...Show All

  • Pazu load csv file

    hi guys! I have a question about CSV file. I have a problem loading data to my Datagrid. How can I specify which column to get data from and which column of the grid to load data to BTW, I'm using Memory Stream and UTF-8 encoding in loading my csv file. Please help!Thanks! Thanks for your reply! Tried your suggestion. I used the Microsoft Text Driver of Odbc and it seems that it automatically gets the first row ...Show All

  • cominfo MultiLine Listbox (VS 2005)

    Hello, I am attempting to make a listbox that allows each item to span multiple lines. I have made it owner drawn and am capturing DrawItem and MeasureItem. It all works great, except, when I resize the control, MeasureItem is not triggered. Is there anyway to force it to recalculate the size of each item when the listbox is resized Also, does anyone know of an easyway to be able to display richtext in a listbox ...Show All

  • MichaelZhou Saving Local Files from my Program

    Hi all, I have a full-trust application that I have successfully deployed with ClickOnce. Deployment and updates work perfectly, so that's not what this post is about. My problem is ClickOnce-related, though, so I thought I'd post here rather than in the Windows Forms group. The application saves thumbnails of images from the web in a local folder, and references them by filename in a WebBrowser component (in <img> tags). Currently I'm ...Show All

  • Tom Bowersox Datagridview

    hi mark, pls I want you to show me step by step on how I can create custom controls on datagridview. Example: making a datepicker to sit on top of any selected cell in a particular column. regards chiomike20000 Hello, The help topic How to: Host Controls in Windows Forms DataGridView Cells provides code for hosting a DateTimePicker in a cell. This is not a step-by-step topic, but the code is about as simple as it can ge ...Show All

  • M. Pfennig MDI + external exe

    Hi can anybody give me the code so that i can load external exe's as MDI childs into my application. Also cn anybody give me code so that i can load exe's from .dlls as MDI childs into my application Thx Are you able to make a sample project Thx You will have to set the Merge and MergeOrder Properties of both the Parent and the child. I cant seem to load a vb6 exe int ...Show All

596061626364656667686970717273747576

©2008 Software Development Network

powered by phorum