No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky0Votes
Windows Forms General FAQ
This material should not be considered as a complete coverage of the frequently asked questions, but it tries to capture the high-level features with some depth in the Windows Forms General ...29 Replies | 25606 Views | Created by MSDN FAQ - Tuesday, May 04, 2010 1:46 AM | Last reply by MSDN FAQ - Tuesday, May 04, 2010 2:59 AM -
Sticky0Votes
Winforms General Information Links
If you are reading this ... you are halfway there towards solving your issue. Here are some suggestions Try posting your question in the search box before posting it...it ...
-
Unanswered0Votes
Related to combo box
<ComboBox Header="Category" PlaceholderText="Category ... -
Discussion0Votes
console to asp.net app
this is my console app i want it in asp.net......please help Imports System Imports ...2 Replies | 23 Views | Created by debuggers sw - 4 hours 5 minutes ago | Last reply by debuggers sw - 1 hour 16 minutes ago -
Unanswered0Votes
windows 7 black screen after domain login
System Specification : Windows 7 Professional SP1 32 / 64 bit Issue Discription : After login to windows 7 machin using domain user id it is showing black screen over 30 ... -
Unanswered0Votes
Won't let built in publish work.
Internet Exception Error 12003 Details: The server returned extended information 226 Transfer complete. 200 Type set to I. Just started after updating to 8.1 I ...1 Replies | 48 Views | Created by Rickvette - 23 hours 7 minutes ago | Last reply by Sheng Jiang 蒋晟 - 20 hours 56 minutes ago -
Unanswered0Votes
How to avoid selection rectangle around a trackbar?
When I start my Winform app containing some trackbars, there's one that is selected as it displays a dotted rectangle around it. Is there a way to not display ...1 Replies | 57 Views | Created by dave_MA - Friday, October 25, 2013 1:40 PM | Last reply by Viorel_ - 22 hours 26 minutes ago -
Unanswered1Votes
Accesability Objects of System.Windows.Forms.MenuItem (from Component)
In general when I need to change and access the Acc Properties of an Object (and some little more) I usually create a derived class of the object and off the ...2 Replies | 93 Views | Created by HeeTom - Monday, October 21, 2013 11:27 PM | Last reply by HeeTom - Friday, October 25, 2013 3:20 PM -
Unanswered0Votes
Using Lists and System.Collections.Generic.List and Binary Files
0) foreach (string m in Properties.Settings.Default.CurrentMap.BaseName) m_MapsInBase.Items.Add(m); } The idea behind this is ...9 Replies | 76 Views | Created by Joesoft11a - Wednesday, October 23, 2013 12:37 PM | Last reply by Joesoft11a - Friday, October 25, 2013 1:14 PM -
Unanswered0Votes
Populate textbox after combo box selection / Display data in text boxes after combo box selection VB
Hi (using Microsoft Visual studio 2013 - Visual Basic Windows Forms, Microsoft Access 2013,) I've been chasing an answer for the this question for weeks now, hours of reading up, ...1 Replies | 57 Views | Created by James David Knight - Thursday, October 24, 2013 8:38 PM | Last reply by Molku - Friday, October 25, 2013 12:20 PM -
Unanswered0Votes
Listview control
hi, am using listview control in my window form application.am retrieving data from database (mysql), and displaying in listview . but it is displaying in next line.my database is ...1 Replies | 67 Views | Created by rajeswari nalla - Friday, October 25, 2013 11:32 AM | Last reply by Ravi kumar Kantipudi - Friday, October 25, 2013 11:45 AM -
Unanswered0Votes
Set DatagridView's index when grid is sorted
0 Then myindex = dt.Rows.IndexOf(rows.First) Else myIndex = 0 End If End ...1 Replies | 58 Views | Created by magozeta - Friday, October 25, 2013 8:41 AM | Last reply by Kevininstructor - Friday, October 25, 2013 11:07 AM -
Unanswered0Votes
Auto Extract Selected words from Webbrowser in .Net
I have a webbrowser in my windows form.I have input text file which is having the weblinks which has to extract. While running we are navigating first url to webbrowser.User selects ...2 Replies | 56 Views | Created by KarthikNpm - Thursday, October 24, 2013 7:28 AM | Last reply by KarthikNpm - Friday, October 25, 2013 10:52 AM -
Unanswered0Votes
Bar code Reader....
Hi All, How do i read a bar code from a scanner and print it in Label... Thanks,1 Replies | 71 Views | Created by Krish Kannaa - Thursday, October 24, 2013 12:48 PM | Last reply by Marvin Guo - MSFT - Friday, October 25, 2013 10:05 AM -
Answered2Votes
Slide Show , VB Form
Hi, Can I make a VB form in Visual Studio 2010 and use it a as slide show application? I mean VB form should contains 10 pictures and repeat pictures in loop to ...6 Replies | 133 Views | Created by N A Malik - Sunday, October 13, 2013 8:13 PM | Last reply by N A Malik - Friday, October 25, 2013 9:55 AM -
Answered0Votes
Windows Forms and MVVM
Is it possible to use Windows Forms with MVVM? Interested in binding events to View Model, INotifyDataErrorInfo, and Grouping/Filtering/Sorting on the Server. Is there any sample code ...1 Replies | 54 Views | Created by DaveIII - Friday, October 25, 2013 12:53 AM | Last reply by Marvin Guo - MSFT - Friday, October 25, 2013 9:19 AM -
Unanswered0Votes
Problem with SendKeys.SendWait("{ESC}") or SendKeys.SendWait("^c"); ?
Hi , I have developed an application that uses hotkeys. and the method like registerhotkeys, receivehotkey(), changehotkey(),etc are the functions used in the project in order to ...2 Replies | 69 Views | Created by Roopini - Tuesday, October 22, 2013 9:30 AM | Last reply by Roopini - Friday, October 25, 2013 8:17 AM -
Unanswered0Votes
Bing Voice Recognition Control
Hi, It is very hard to find related forum. Can someone please tell me where can I post Voice Recognition question. My question is: Microsoft ...2 Replies | 47 Views | Created by Nedash - Wednesday, October 23, 2013 5:31 PM | Last reply by Barry Wang - Friday, October 25, 2013 8:10 AM -
Unanswered0Votes
Trying to Get Backspace to remove one char at a time in DateTimePicker
= Keys.D0 && e.KeyCode <= Keys.D9) || (e.KeyCode != Keys.Back && e.KeyCode >= Keys.NumPad0 && e.KeyCode <= Keys.NumPad9))); selectionComplete = ...2 Replies | 72 Views | Created by Greg Kowieski - Wednesday, October 23, 2013 3:49 PM | Last reply by Barry Wang - Friday, October 25, 2013 7:49 AM -
Unanswered0Votes
Hiding taskbar button doesn't work
Hi! I read a lot of information about taskbar and its hiding and everywhere I've been finding the same code: long style= GetWindowLong(hWnd, GWL_STYLE); style &= ... -
Unanswered0Votes
How to create dynamic tab control in windows form ?
Hi, How to create dynamic tab in windows form and inside eac tab I want to show data in grid. Thanks,1 Replies | 59 Views | Created by Jparv - Thursday, October 24, 2013 2:54 PM | Last reply by Adavesh - Friday, October 25, 2013 5:31 AM -
Unanswered0Votes
By using of HtmlControl, how to get the same appearence for Dropdownlist between IE10 and IE8?
Hi, We are using HtmlControl to draw in Winform project, and we find the painter get different presentation between IE8 and IE10. For the Dropdown ... - Items 1 to 20 of 52056 Next ›