Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
windows-forms
- Page 1
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
… name."; } } }; Created mr_m.cpp #using <System.
Windows
.
Forms
.dll> #using <System.Drawing.dll> #include "…Include="System" /> <Reference Include="System.
Windows
.
Forms
" /> <Reference Include="System.Drawing"…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
…#include <sstream> #include <string> #include <
Windows
.h> #include <WinSock.h> Here are the…namespace System::ComponentModel; using namespace System::Collections; using namespace System::
Windows
::
Forms
; using namespace System::Data; using namespace System::Drawing; using …
Windows Forms in C++
Programming
Software Development
14 Years Ago
by cgcgames
…::
Windows
::
Forms
::Label^ catext; private: System::
Windows
::
Forms
::TextBox^ inputText; private: System::
Windows
::
Forms
::MenuStrip^ menuStrip1; private: System::
Windows
::
Forms
::ToolStripMenuItem^ viewToolStripMenuItem; private: System::
Windows
::
Forms
::ToolStripMenuItem^ cACalculatorToolStripMenuItem; private: System::
Windows
::
Forms
…
Re: Windows Forms in C++
Programming
Software Development
14 Years Ago
by ShadowScripter
… general idea behind switching between
forms
is to use the System::
Windows
::
Forms
::Form->Hide() and System::
Windows
::
Forms
::Form->Show() functions. When… constructing, create both
forms
, hide the advanced…
Windows Forms and remote thread
Programming
Software Development
15 Years Ago
by somename
… i am trying to implement thread injection from my
windows
forms
.NET project. Here is the code which works …i have found a code for thread injection in
windows
forms
.NET but that is not what i am looking…injection routine will be implemented with usage of pure
windows
native functions (for example not CreateRemoteThread but RtlCreateUserThread /…
Windows Forms Control Library Template
Programming
Software Development
11 Years Ago
by Papa_Don
…I'm trying to work through a chapter on designing
windows
controls. In the first step the directions read: "…and in the New Project dialog box, select the template
Windows
Forms
Control Library." I'm using VB 2010 Express. … doesn't seem to have a template called "
Windows
Forms
Control Library". Is there some place I can …
Re: Windows Forms Authentication project
Programming
Software Development
6 Years Ago
by overwraith
… seems kinda contrary to some of the technologies out there,
windows
forms
,
forms
based authentication, identity framework, etc. This is a web login… straight
windows
authentication which uses
windows
accounts, I have heard of identity framework for microsoft applications, and I have heard of
forms
based…
Windows Forms app that start a webservice
Programming
Software Development
12 Years Ago
by pitic
Hy, I trying to create a
windows
forms
app that also starts a webservice that hosts some webmethods. … is not interactive - i can make the app only window
forms
based but then i'd have to use tcp protocol… do not trust for file transfers. - web service uses http +
forms
allow me to popup the pin dialog. But how can…
Windows Forms Authentication project
Programming
Software Development
6 Years Ago
by overwraith
I started working on a
windows
forms
authentication project, which uses nhibernate, and has some management pages …for managing user settings, such as resetting user password. This
forms
based authentication uses session state in order to save the…
Windows Forms and Windows Azure
Programming
Software Development
14 Years Ago
by midimatt
… the process of attempting to create a storage system using
Windows
Azure, The problem I'm having is that I can… to find any information on how to access
windows
azure using a c#
windows
forms
application. All I can find is information on… my plan was to have a WCF service within a
windows
azure web role, and connect to that service with my…
Re: Windows Forms Calculator
Programming
Software Development
13 Years Ago
by BobS0327
Can you use the MaskedTextBox class? [URL="http://msdn.microsoft.com/en-us/library/system.
windows
.
forms
.maskedtextbox.aspx"]http://msdn.microsoft.com/en-us/library/system.
windows
.
forms
.maskedtextbox.aspx[/URL]
Re: Windows forms in C?
Programming
Software Development
14 Years Ago
by Ancient Dragon
No.
Windows
Forms
require c++, not C. If your embedded device is running some version of MS-
Windows
then you might be able to use pure win32 api functions. But if its running *nix then I don't know.
'Windows/Drawing' is not a member of 'System.Windows.Forms.TabPage'
Programming
Software Development
11 Years Ago
by aabbccbryanmark_1
….ToolStripMaintenance.Text = "&Maintenance" Me.ToolStripMaintenance.TextImageRelation = **System.
Windows
**.
Forms
.TextImageRelation.ImageAboveText heres a sample of my code with those…
Windows Forms Question
Programming
Software Development
18 Years Ago
by chuck577
I have a quick question regarding
windows
forms
. Say I have a main form and it has a …
Windows forms in C?
Programming
Software Development
14 Years Ago
by Interrupt
My hobby is embedded programming therefore I’m learning C , I was just wondering if C has library functions like
windows
forms
,buttons etc(like in C#)?
Re: Windows forms in C?
Programming
Software Development
14 Years Ago
by Ancient Dragon
… be no different than doing the same thing in c++.
Windows
Forms
is CLR/C++ language and requires the operating system to…
Windows Forms Calculator
Programming
Software Development
13 Years Ago
by croussou
… guys, I have developed this quite basic calculator based on
windows
forms
and I was wondering whether there is a way to…
Windows Forms Menu (XNA Style :: Re-Release)
Programming
Software Development
13 Years Ago
by lxXTaCoXxl
… System.Drawing; using System.Linq; using System.Text; using System.
Windows
.
Forms
; using System.Threading; namespace Menu { public partial class Form1 : Form…
Re: Windows Forms
Programming
Software Development
10 Years Ago
by deceptikon
> What actual real type could I use instead of var? The type is `Form1`, since that's the name of the class, and it derives from `System.
Windows
.
Forms
.Form`: Form1 instance = new Form1();
Using Windows XP Visual Styles with Controls on Windows Forms
Programming
Software Development
19 Years Ago
by emman
Using
Windows
XP Visual Styles with Controls on
Windows
Forms
“ms-help://MS.MSDNQTR.2003FEB.1033/dv_vstechart/html/vbtchUsingWindowsXPVisualStylesWithControlsOnWindowsForms.htm
Re: Windows Forms Application
Programming
Software Development
12 Years Ago
by Ancient Dragon
… Visual Studio are you using? M$ dropped support for c++
Windows
Forms
in VS 2012. textbox.Text = "something" will set… [this link ](http://msdn.microsoft.com/en-us/library/system.
windows
.
forms
.textbox_properties.aspx)for all properties/methods. So to make the…
Re: Making an Event for Windows Forms Application's Button
Programming
Software Development
15 Years Ago
by kustrle
…::
Windows
::
Forms
::Button^ button3; 48. private: System::
Windows
::
Forms
::PictureBox^ pictureBox1; 49. private: System::
Windows
::
Forms
::Label^ label1; 50. private: System::
Windows
::
Forms
::PictureBox^ pictureBox2; 51. private: System::
Windows
::
Forms
…
System.Windows.Forms.GroupBox..... Help
Programming
Software Development
16 Years Ago
by winky
…my code below does not work: [code] groupBoxes = new System.
Windows
.
Forms
.GroupBox[5] { groupBox1, groupBox2, groupBox3, groupBox4, groupBox5 }; …; using System.Linq; using System.Text; using System.
Windows
.
Forms
; using System.Net; using System.IO; using System…
Re: System.Windows.Forms.GroupBox..... Help
Programming
Software Development
16 Years Ago
by Antenka
… here: [url=http://msdn.microsoft.com/en-us/library/system.
windows
.
forms
.groupbox(VS.85).aspx]GroupBox Class[/url]. Also about other… components: [url=http://msdn.microsoft.com/en-us/library/system.
windows
.
forms
(VS.85).aspx]System.
Windows
.
Forms
Namespace[/url].
Re: Code Breaks at If subCtrl.GetType Is GetType(System.Windows.Forms.RadioBut
Programming
Software Development
7 Years Ago
by Joris Claassen
… If subCtrl.GetType Is GetType(System.
Windows
.
Forms
.ComboBox) Then 9. If subCtrl.GetType Is… GetType(System.
Windows
.
Forms
.RadioButton) Then can't ever be …If `subCtrl.GetType Is GetType(System.
Windows
.
Forms
.ComboBox)` is true then `subCtrl.GetType Is…
binding selected row in listivew to existing form in c# windows forms
Programming
Software Development
11 Years Ago
by vishal anand.s
…using System.Text; using System.Threading.Tasks; using System.
Windows
.
Forms
; using System.Data.Sql; using System.Data.SqlClient;… using System.Threading.Tasks; using System.
Windows
.
Forms
; using System.Data.SqlClient; using System.
Windows
.
Forms
; namespace DRRS_in_Csharp { public partial class …
Code Breaks at If subCtrl.GetType Is GetType(System.Windows.Forms.RadioBut
Programming
Software Development
7 Years Ago
by Enrique_2
…Controls If subCtrl.GetType Is GetType(System.
Windows
.
Forms
.TextBox) Then MsgBox(subCtrl.Text) End…Is GetType(System.
Windows
.
Forms
.ComboBox) Then If subCtrl.GetType Is GetType(System.
Windows
.
Forms
.RadioButton) Then…
Help with Windows Forms
Programming
Software Development
14 Years Ago
by MilesTailsProwe
…;System::String ^> ^args) { // Enabling
Windows
XP visual effects before any controls are created Application::…gt;.\Program.cpp(24) : error C2665: 'System::
Windows
::
Forms
::Application::Exit' : none of the 2 overloads …c:\
windows
\microsoft.net\framework\v2.0.50727\system.
windows
.
forms
.dll: could be 'void System::
Windows
::
Forms
::Application::…
System.Windows.Forms
Programming
Software Development
9 Years Ago
by Saboor880
…. While making a console application, when I write "System.
Windows
.
Forms
" to use message box, then compiler gives an error…: Class " System.
Windows
.
Forms
" is not defined. My compiler only supports two methods…
BackgroundWorker, user login and windows forms (server)
Programming
Software Development
14 Years Ago
by Sarevok19
Hi. I am trying to write server side
windows
forms
application that supports multiple clients. What I want is… will post just relevant part of code First in
windows
forms
class I define two event handlers for my background … created? I guess yes, because thats probably why updating
windows
forms
controls is working. If answer is yes, how authors …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC