Hi, I've been working with C# and AS2, but today I don't have Windows since I'm using Linux.
Any recommended languages which are properly applicable in all operating systems? (I know some info, but more info would make it better)
If you are an experienced Linux-user, what is your favorite IDE and why?
I'm often interested in system/application programming, I'm not really into the world of game/animation/network programming....
User Profile
Collapse
-
Programming in Linux (Ubuntu)
-
Hello:
-Start creating a dynamic text box.
-Select your text box, and you'll see the properties panel of your text box.
-In the properties panel you'll find "Render Text as Html" button, select that button.
-Then Select the text(text in the textbox) you want to make it link.
-Keep the text selected and go to the properties panel: enter an url in the "URL Link" field in the Properties Panel. -
Hello:
Try this code:
...Code:using System; using System.Data; using System.Data.SqlClient; using System.Windows.Forms; namespace WindowsApplication { public partial class Form1 : Form { DataTable table; ListBox listbox1; Form form; DataTableReader reader; public Form1() {Leave a comment:
-
Hello:
I dont understand what do you want?
But maybe I can help you, check this link:
Check if a textbox contains a number..
Hope I helped you....Leave a comment:
-
-
Hello:
Try this code:
...Code:private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) { //Start from Here: Control ^ Ctrl = gcnew Control(); Ctrl->KeyDown += gcnew System::Windows::Forms::KeyEventHandler(this, &Form1::Ctrl_KeyDown); Controls->Add(Ctrl); } private: System::Void Ctrl_KeyDown(Object^ sender, System::Windows::Forms::KeyEventArgs^ e) {Leave a comment:
-
Leave a comment:
-
Hello:
Try this code:
...Code:using System; using System.Data; using System.Drawing; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { Form form; ListBox listbox; DataTable table; public Form1() { InitializeComponent();Leave a comment:
-
Hello:
Try this code:
Hope I helped you....Code:StatusBar.BackColor = Color.Blue //StatusStrip1.BackColor = Color.Blue
Leave a comment:
-
Hello:
Use this code:
...Code:using System; using System.Drawing; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) {Leave a comment:
-
Leave a comment:
-
-
What kind of theme you use (in windows)?
(WIndows classic, Xp theme........)...Leave a comment:
-
Hello:
Create a new win project. Make two forms. Dont change the forms name.
Write this code to Form1 code:
...Code:using System; using System.Drawing; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { //Creating a new Form2. Form2 f2 = new Form2(); //Creating a new button.Leave a comment:
-
-
Ok eragon, I will format the address text as link next time....Leave a comment:
-
-
Discover The 4D. The Impossible Hypercube.
Discover The 4D. The Impossible Hypercube:
http://www.metacafe.co m/watch/624539/discover_the_4d _the_impossible _hypercube/ -
Shows an alert message when the pc not used
Hello:
How I can make my application shows an alert message when I have not used the mouse or keyboard for a specified period of time.
Thanks for any help. -
Closing the MessageBox
Hello:
When my application starts: a messagebox shows.
I want the messagebox just shows for 5 sec then closes.
So I dont know how to close the messagebox.
Thanks for anyhelp.
No activity results to display
Show More
Leave a comment: