The Decimal for these effect's? 08/29/2010 - CO2 Private Server - 25 Replies Well,
In C3/effect/other/ there are 2 folders Frost_app and Frost_end, Can someone please tell me what there Decimal/hex is ex:
FrostStart = 0x000003857,
Froztend = 0x2030230032;
Could you explain how you got the answer to if possbile.
Thanks a million,
Wie textbox in textdatei !?! 04/30/2010 - General Coding - 1 Replies Hi comm,
ICh habe das problem das ihc mir ein passwort gen coden will der mir die daten dich ich da in eine textbox eingebe in eine txt packt und speihert hier mal ein code schnipsel und das prob is das er das nciht macht und ich mir nicht erklären kann wie ich das problem löse sufu hat nichts gebracht und google gibt mir nur scheißhoffe ihr könnt mir helfen.
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim fileno As...
[C++] VB 2008 TextBox Variable auslesen; [Help] 02/11/2010 - C/C++ - 6 Replies Hey,
wollte mal wissen wie ich TextBox->Text auslesen kann?
hier der CODE:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
int text1,text2,text3;
text1 = textBox1->Text;
text2 = textBox2->Text;
text3 = text1 * text2 / 3.121 * 2;
this->label1->Text = text3.ToString();