ongxizhe -2 Junior Poster in Training

I'm kind of confused now. Do you mind to write the complete code?

ongxizhe -2 Junior Poster in Training

What if I was to link Form1 and Form2 together without losing data(s) but when Form2 was already exist? What codes are to type in Form1 and Form2 to get them in connection?

Example:
By clicking button1 in Form1 will transfer you from Form1 to Form2 and along with the text in textBox1 in Form1 to be displayed in Label1 in Form2.

Please write the codes for both Form1 and Form2 along with the description and explanation.
Thank you.

ongxizhe -2 Junior Poster in Training

I'm making a Windows Application in C#.
How to navigate from one form to another and not losing data(s) from the previous form?


For an example,
I created Form1.
In Form1, there's textBox1 and button1.
By clicking button1 links you to Form2,
and after Form2 is shown,
text from textBox1 in Form1 will be printed on label1 in Form2.


If anyone have any idea how to write the codes for the following request, please kindly reply. Help will be appreciated. Thank you. :)

ongxizhe -2 Junior Poster in Training

My pleasure to help! Welcome :D

ongxizhe -2 Junior Poster in Training

I've no idea bout that. Cause I don't learn J2ME and JAVA. I only learn C++ and C#. Sorry.

ongxizhe -2 Junior Poster in Training

Welcome! :]

ongxizhe -2 Junior Poster in Training

Anyone knows how to create games in WinAPI?
If do, please kindly post a reply.
Help will be really appreciated.
Thank you. :)

ongxizhe -2 Junior Poster in Training

Well, you can learn yourself and teach your children. Learn from some tutorials. Such as

http://www.deitel.com/ResourceCenters/Programming/C/CandDirectXGameProgrammingTutorialsandArti/tabid/508/Default.aspx
http://nehe.gamedev.net/
http://javaboutique.internet.com/tutorials/Java_Game_Programming/

Or if you want more options, you can go and search for them in Google.

ongxizhe -2 Junior Poster in Training
ongxizhe -2 Junior Poster in Training
ongxizhe -2 Junior Poster in Training

Okay. Thanks!

iamthwee commented: c++.net is gay -2
ongxizhe -2 Junior Poster in Training

Okay. What about "bad" ones?

ongxizhe -2 Junior Poster in Training

I have two questions to ask.
Firstly, I would lke to know is C++ GUI the same as C++.NET or there isn't such thing as C++.NET?
Secondly, although you won't suggest me to learn C++.NET and you would ask me to learn C#, but I'm will still be asking for C++.NET/C++ GUI tutorials. And I need some GOOD ones. What I mean by good are easy to understand, written in simple English, no errors/mistakes in the tutorials.
If you know where to get, please kindly post a reply.
Your help will be appreciated.
Thank you! :)

ongxizhe -2 Junior Poster in Training

Help will be appreciated.

ongxizhe -2 Junior Poster in Training

I need to link the "Button1" from "Form1" to "Form2"

Form1:

#pragma once

namespace Botz0004 {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
/// <summary>
/// Summary for Form1
///
/// WARNING: If you change the name of this class, you will need to change the
/// 'Resource File Name' property for the managed resource compiler tool
/// associated with all .resx files this class depends on. Otherwise,
/// the designers will not be able to interact properly with localized
/// resources associated with this form.
/// </summary>
public ref class Form1 : public System::Windows::Forms::Form
{
public:
Form1(void)
{
InitializeComponent();
//
//TODO: Add the constructor code here
//
}
protected:
/// <summary>
/// Clean up any resources being used.
/// </summary>
~Form1()
{
if (components)
{
delete components;
}
}
private: System::Windows::Forms::Label^ label1;
private: System::Windows::Forms::MaskedTextBox^ maskedTextBox1;
private: System::Windows::Forms::Button^ button1;
protected:
private:
/// <summary>
/// Required designer variable.
/// </summary>
System::ComponentModel::Container ^components;
#pragma region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
void InitializeComponent(void)
{

ongxizhe -2 Junior Poster in Training

How to link Buttons in C++.NET?
Example:
If I want to link "Button1" which is in "Form1" to "Form2", like if you click "Button1" in "Form1", the program will goto "Form2". What source code should I input?

ongxizhe -2 Junior Poster in Training

Well, I'll try. Thanks!

ongxizhe -2 Junior Poster in Training

Can someone post the specific video tutorials URLs for

- C++
- C#
- J#

from http://msdn.com/ ?
Cause I'm having some problems finding them.

Or

Anyone knows other site which have video tutorials, or even text tutorials, please kindly post the URL links.

Your help will be appreciated. Thanks.

ongxizhe -2 Junior Poster in Training

Can someone post the specific video tutorials URLs for

- C++
- C#
- J#

from http://msdn.com/ ?
Cause I'm having some problems finding them.
Thanks!

ongxizhe -2 Junior Poster in Training

Thanks for everyone's help. I really appreciate you all's help but I already fixed this problem.
I installed PowerQuest PartitionMagic 8.0 and I resized the partition and free up 4GB of space. So, I was able to fit the Microsoft Visual Studio Professional, Adobe Photoshop CS3 and Adobe Flash CS3.
Thanks for all's help anyway!

ongxizhe -2 Junior Poster in Training

Can someone post the specific video tutorials URLs for

- C++
- C#
- J#

from http://msdn.com/ ?
Cause I'm having some problems finding them.
Thanks

ongxizhe -2 Junior Poster in Training

Thanks. I'll try that out first.

ongxizhe -2 Junior Poster in Training

Thanks all!

ongxizhe -2 Junior Poster in Training

Thanks!

ongxizhe -2 Junior Poster in Training

Okay. Thanks!

ongxizhe -2 Junior Poster in Training

Do you have compiler for Java? I mean a good one (easy to use, easy to install, freeware).

ongxizhe -2 Junior Poster in Training

Thanks ya!

ongxizhe -2 Junior Poster in Training

Thanks. But do you have others other than Microsoft's?

ongxizhe -2 Junior Poster in Training

Anyway, anymore suggestions?

ongxizhe -2 Junior Poster in Training

Thanks anyway, I already got Notepad 2.

ongxizhe -2 Junior Poster in Training

Okay. Thanks. Anymore? I need more than 1 tutorial. Will be safer. I mean if got problems with this one I may find answers on another tutorial.

ongxizhe -2 Junior Poster in Training

"How did you wind up with the figure of 160GB of material that you need to backup?"

What exactly are you trying to to say/ask? Please be specific. Thanks for your help anyway.

ongxizhe -2 Junior Poster in Training

Is there any website that post GOOD tutorials for C#?

ongxizhe -2 Junior Poster in Training

Well, thanks everyone.

ongxizhe -2 Junior Poster in Training

Well, I have Norton Ghost 10.0, but I don't exactly know how to use it.

ongxizhe -2 Junior Poster in Training

Well, if I wanna change to learn Java, what should I know first? And which tutorial's the best?

ongxizhe -2 Junior Poster in Training

Where to get Notepad 2?

ongxizhe -2 Junior Poster in Training

Well, it's true that every programming languages are useful. But many people always say that C/C++ is more common and more like "multi-functioned", something like it gives access to most parts of the computer. My friend who is studying in NUS (National University of Singapore) also suggested to me to learn Java first and he also said that there'll be some problems if I'm starting with C++ but he said that if I want to learn C++ first wouldn't be imposible, what I mean is he said that I must really put effort on it if starting with C++. Do you all have any other opinion for this?

ongxizhe -2 Junior Poster in Training

Well, m backups are on another Local Disk. If wanna backup on DVDs, I'll need like more than 50 pieces. Anymore suggestion?

ongxizhe -2 Junior Poster in Training

Well, it's a expensive and not a safe way to do back-up. I've got 160GB++ to backup, how many CDs/DVDs you think it'll need?

ongxizhe -2 Junior Poster in Training

Well, lots of people say that C/C++ is more useful. That's why I am learning.

ongxizhe -2 Junior Poster in Training

Well, thanks. Any suggestion about some must-know or must-do or must-learn before starting python?

ongxizhe -2 Junior Poster in Training

Well, thanks.

ongxizhe -2 Junior Poster in Training

Well, they all contains important documents. So, can't format. And if you ask me to backup, format and restore, I would say I have no other disk to store backups. Any other ideas or any other way?

ongxizhe -2 Junior Poster in Training

And if have any suggestion such as any must-do or must-learn for beginner please don't hesitate to tell. Thanks. :)

ongxizhe -2 Junior Poster in Training

Nah.. It's okay. I knew it now. Thanks anyway. You know, I'm still a novice though I've been playing computer games since young. I just started in Web Developing and Software Developing. I still need lots of help. Thanks anyway. :)

ongxizhe -2 Junior Poster in Training

And what did you mean by "It's nice not to have to compile it"? Did you mean something like after typing codes and straight away save as type executable file format? Or other type of "compilation"?

ongxizhe -2 Junior Poster in Training

Hey all.
I'm trying to install Microsoft Visual Studio 2005 Professional.
My computer has a small partition for the default disk (where the system files are). It only left something like not more than 200MB and I've cleaned up, compressed, and tried to uninstall things. But I got other extended hard disk which has enough space for installation.

The installation guide says you need 3++GB on the default disk. Is there anyway to install it on other hard disk but able t run on my default hard disk/partition, my default OS? Well, without using softwares like VMware is it able to run it?


More information of my PC:

Microsoft Windows XP
Professional
Version 2002
Service Pack 2

Intel(R)
Pentium(R) 4 CPU 2.60GHz
2.60 GHz, 1.00 GB of RAM

Default hard disk: Local Disk (H)
Total: 5.94GB
Free: Not more than 200MB

Old Partition (Can't run OS): HP_PAVILION (C)
Total 68.5GB
Free: About 8GB

New Extended Disk: Local Disk (D)
Total: 186GB (200GB)
Free: About 30GB

P/S: The (C) and (H) are partition from the same disk while (D) is a unique unpartitioned disk.

All file systems are in format of NTFS.


Hope you guys can help.
Your help will be appreciated.
Thanks.


Xizhe

ongxizhe -2 Junior Poster in Training

I mean more specifically.

ongxizhe -2 Junior Poster in Training

Do you mind to introduce python?