Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
windows-form
- Page 1
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
2 Days Ago
by Dani
… and 2021. By 2023, I had been diagnosed with a
form
of terminal cancer among other things. It’s been really…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
…> using namespace System; using namespace System::
Windows
::Forms; public ref class Mr_M : public
Form
{ public: Mr_M() { this->Text = "Mr…" /> </ItemGroup> You'll have a 350x350
Windows
Form
application: Mr M v1.0 Computer name: NASA-PC
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
… Microsoft Visual Studio 2010 (Visual C++
Windows
Form
Project). Regarding the test yes it doe…> #include <string> #include <
Windows
.h> #include <WinSock.h> Here …; using namespace System::Collections; using namespace System::
Windows
::Forms; using namespace System::Data; using namespace …
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
1 Month Ago
by elary
It is a nice project.Is there any notification function?
windows form help
Programming
Software Development
13 Years Ago
by Johan__
… System.Linq; using System.Text; using System.
Windows
.Forms; namespace Booking { public partial class MainForm :
Form
{ private double revenue = 0.0; private…; } } } [/CODE] Hello im a really noob when it com to
windows
form
so i need same help to understand this. How do…
Windows Form - saving a database of structs
Programming
Software Development
16 Years Ago
by originaldaemon
…created a new
windows
form
application and made a
form
using the editor…> public ref class Form1 : public System::
Windows
::Forms::
Form
{ public: Form1(void) { InitializeComponent(); // …gt; System::ComponentModel::Container ^components; #pragma region
Windows
Form
Designer generated code /// <summary> …
Windows Form Application problem in C++
Programming
Software Development
12 Years Ago
by toth.attila.7921
…;/summary> public ref class CMtoM : public System::
Windows
::Forms::
Form
{ public: CMtoM(void) { InitializeComponent(); // //TODO:…summary> System::ComponentModel::Container ^components; #pragma region
Windows
Form
Designer generated code /// <summary> /// Required…
Re: Windows form Application
Programming
Software Development
16 Years Ago
by rEhSi_123
…;/summary> public ref class Form1 : public System::
Windows
::Forms::
Form
{ public: Form1(void) { InitializeComponent(); // //TODO: Add the constructor … </summary> System::ComponentModel::Container ^components; #pragma region
Windows
Form
Designer generated code /// <summary> /// Required method for…
Windows Form SetFocus <NEWBIE>
Programming
Software Development
13 Years Ago
by localp
…
windows
form
application (using
windows
vista, MS visual studio 2008). This
form
only has a button and a textbox. I need this
form
…the user can click something that is behind the
form
, then the
form
will lose focus. So is there any way … using the topmost property), but yet i need the
form
to be focussed. Another approach where we could code…
Windows form Application
Programming
Software Development
16 Years Ago
by rEhSi_123
Hey! I am a newbie in
windows
form
application in c++, so please guide me! As a practice …I have created a new project in
windows
form
using visual C++. I have added a button and listbox… or any material which could help me understand and learn
windows
form
would be great. Also I have googled for "…
windows form application shutdown mode
Programming
Software Development
12 Years Ago
by Z33shan
… know, how can i change the shutdown mode of my
Windows
Form
Application, @ MS Visual studio 2010. i.e, my application …i close my last
form
.. & not when the main
form
is closed.. i remember, in .NET 2003
windows
form
application, i used to…exits, soon as this.Close() is called for the main
form
... so how can i change the app shutdown mode..? …
Windows Form to Web Service
Programming
Software Development
11 Years Ago
by Jade_1
… little stuck. I've created a
Windows
Form
program that intakes data from a text…now want to change it from a
windows
form
to a web service. Can anyone …System.Threading; using System.
Windows
.Forms; namespace Patient_Simulator { public partial class frm_patient_simulator :
Form
{ private string filePath …
windows form flicker
Programming
Software Development
10 Years Ago
by rahulzephyr
Hi,,,In my C#
windows
form
, blinking and flickering occurs when i'm running the application.The
form
blinking occurs more times in Win 7 than Win XP.The
form
blinks when im opening the application and also when another
form
opens by button click. Can anyone tell me how to avoid that blinking of
windows
form
????
Re: Windows form Application
Programming
Software Development
16 Years Ago
by rEhSi_123
…=Narue;852360]>Also I have googled for "
windows
form
application in c++" and very little has comeup!…="http://msdn.microsoft.com/en-us/library/system.
windows
.forms.openfiledialog.aspx"]OpenFileDialog[/URL] class. Once …quot;http://msdn.microsoft.com/en-us/library/system.
windows
.forms.openfiledialog.aspx"]this[/URL] but it …
Windows Form Application Calculator Problem
Programming
Software Development
13 Years Ago
by Raim
So I'm making a simple calculator program on the
Windows
Form
Application of C++. Nevertheless, I'm stuck on the … to implement this codes for the functions inside the
Windows
Form
, and I have no idea how to correctly implement… the #include math.h library inside the
Windows
Form
, hence unable to use the square root function. Help…
Re: Windows form Application
Programming
Software Development
16 Years Ago
by Narue
>Also I have googled for "
windows
form
application in c++" and very little has comeup! Really. … [URL="http://msdn.microsoft.com/en-us/library/system.
windows
.forms.openfiledialog.aspx"]OpenFileDialog[/URL] class. Once you have…
Windows Service Project And Windows Form Project Make Setup File
Programming
Software Development
13 Years Ago
by rajdey1
… One project is a
windows
service type another is
windows
Form
Application The
windows
form
application project can interact with the
windows
Service Project .But Now…
windows form choppy movement
Programming
Software Development
12 Years Ago
by jonnyboy12
Hello. I am working on a
windows
form
right now. My
form
is very full and i am …using many textures. I have double buffered my
form
and made exteded classes for anything with a…buffering. Before i had double buffered everything my
form
was very jerky when i moved it offscreen.… of is drawing and offscreen image of my
form
, but i do not know how to do…
windows form validation
Programming
Software Development
14 Years Ago
by AngelicOne
i have textboxes that needs to have a value before passing it to database. How to do this? I'm new to
windows
form
validation.. I know of something [CODE]if(textBox1.Text=="") { //do something }[/CODE] is this the right valdiation for
windows
form
?
Re: Windows Form Application Calculator Problem
Programming
Software Development
13 Years Ago
by sfuo
I have never made a
Windows
Form
Application before but I just made one out of the …
windows form size problem for diffrent computers
Programming
Software Development
13 Years Ago
by morfious90
how to fix
windows
form
size for different -2 resolution's screen ?? i have made
windows
form
in 1380*700 resolution its fix for this screen when m running it in any other screen like mine 1280 *800 some of features are going beyond the screen ... i tried t with auto size ... anchor but cant resolve the prob any one can help please ???
Windows Form - Searching system listview(search for a word from a text file)
Programming
Software Development
13 Years Ago
by diGGity
…ve have a
Windows
form
application, that provieds….Linq; using System.Text; using System.
Windows
.Forms; using System.IO; using System.…Collections; namespace Lekarna { public partial class Izpis_zravil :
Form
{ int vrstice; public Izpis_zravil() { InitializeComponent(); Vel…
Windows form and windows.h?
Programming
Software Development
14 Years Ago
by yoni0505
Hi there, I want to make a program with visual C++ 2010 using
windows
form
. My problem is that I want to include "
windows
.h" and I can't find out how to do that. I want to include "
windows
.h" to use functions such as SetPixel() and some others... If it's possible, where to I include "
windows
.h"?
Windows Form ComboBox Question
Programming
Software Development
15 Years Ago
by Nerathas
… place. Now i want the exact same program in a
Windows
Form
version.[/I] - I have added 4 options for my combo… box, and they are now listed when i run the
form
- The problem if i select 1 option of the combo…
Windows Form Application lag!
Programming
Software Development
13 Years Ago
by emreozpalamutcu
… a new program in visual studio 2010 using C++ and
windows
form
applications. However I done the bit of the design I… page and when I debug the program and resize the
form
those I icons are going weird and lagging and everything…
Re: Windows Form Application lag!
Programming
Software Development
13 Years Ago
by emreozpalamutcu
I didn't write any code, basically I doing the design first and on
windows
form
application I have this panel at top and I gave it a tile background and when I debug and resize the
form
and the panels background lags.
windows form looping?
Programming
Software Development
14 Years Ago
by yoni0505
I want to add some while() loop to a
windows
form
app, the problem is that when I try its freezing the window because of the loop. There is any way or method to add a loop that won't freeze the window?
windows form background
Programming
Software Development
14 Years Ago
by arezz09
anybody know how to upload or set piture into
windows
form
using code..i want create a button like browse that can chnge background and every i relaunch application,bckground is still there..please anybody..
windows form termination
Programming
Software Development
12 Years Ago
by wilsonz91
Hi, I wrote a simple
windows
form
in VC12 which works fine. However, I am unable to terminate it properly. Upon clicking either the 'X' (close button) or a button I put in with the code, Application::Exit(); The GUI disappear/closes but the process is actually still running when I check under task manager. Please advice, thank you.
Re: Windows Form Size Control
Programming
Software Development
14 Years Ago
by Ap0ca1ypse
…what i mean. Imagine a standard
windows
form
Width = 200, Hieght = …. How do i use
form
controls to shift the forms…the middle to make the
form
smaller rather than from the…| | |_Button__| | |____________________________________| Now change size of
form
but change the size in the middle, again a very …
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