If maybe, you can demonstrate how you do it? Because, I don't still understand you. Can you help me!!! Please!!! Thank you very much!
nps_ltv
Posts
-
How to prevent copying a file -
How to prevent copying a fileIn an Visual C++ 6.0 application, I need to prevent copying the specified file to other directory, but I don't know how to do. Please help me!!! Thank you very much! P.S. If maybe, you can demonstrate an small application about this. Thank you!
-
How to get Serial Number of MotherboardOk, thank you for your support. If maybe, you can find Serial Number of HDD for me, please. Thank you very much!!!
-
How to get Serial Number of MotherboardIn an Visual C++ 6.0 application, I want to get Serial Number of Motherboard, but I don't know how to do. I'm in dark!!! Please help me!!! Thank you very much!!!
-
How to get CPU IDI have an application written by Visual C++ 6.0. In this application, I want to get the CPU ID, but I don't know how to do? Please help me!!! I'm in dark! Thank you very much!
-
How to run an other application from an VS's applicationIn Visual C++ 6.0, I want to run an application, such as Notepad.exe,... How must I do? Please help me!!! I'm in dark! Thank you very much!
-
How to view a Flash file in C#I don't want to use Flash ActiveX to view flash files. I only want to code in C# to view flash files. Do you understand me? Please help me! Thanks alot! NPS.
-
Error in Use Dataset.tables[].clear() . Help MeAccording to me, 2 DataTable objects are related, so you can not remove all rows of table2. Because table1's data is referencing to data of table2. NPS.
-
How to view a Flash file in C#I have a flash file with .swf extension. Now, I want to view that flash file in an application that written by C#. I'm in dark. Please help me! Thanks alot! NPS.
-
How to get RGB values from image fileI have an instance of Image class. I want to get values of Red, Green, Blue components from the instance. I'm in dark. Please help me! Thanks! NPS.
-
LookupEdit of DevExpressYes. NPS.
-
LookupEdit of DevExpressHi, I'm using a LookUpEdit in my XtraGrid, which I connect to a datasource at runtime. When I select a value from the LookUpEdit, everythings fine, the selected value is shown in the cell, but when this cell loses its focus, the cell becomes empty. When I use a ComboBox which I manually fill at runtime, I do not have this problem. Any Ideas on solving this problem? Please help me! Thanks. NPS.
-
Creating toolbox in C#I don't know how to put a navigation bar control into the toolbox control, which is the same toolbox in Visual Studio.Net IDE. I'm in dark. Please help me, thanks a lot! NPS.
-
Input tag in HTMLI thanks a lot! Can you send it to me? Because I'm in dark. I need your helping. Thanks. NPS.
-
Input tag in HTMLI have an input tag in HTML page, I want the user enter a number not alphabel letter. I'm in dark, Please help me, thanks NPS
-
onafterupdate Event of JavaScriptonafterupdate event and onbeforeupdate event, what are they used for?
-
TextBox. How to Validate for Number??You see the following code : private void button1_Click(object sender, System.EventArgs e) { int number = 0; try { number = System.Convert.ToInt32(textBox1.Text); } catch(Exception ex) { System.Windows.Forms.MessageBox.Show("Input is not a number !"); textBox1.Focus(); return; } DoSomething(number); } private void DoSomething(int iNumber) { // Your code is here ... } with textBox1, textBox2 are two instances of TextBox class and button1 is a instance of Button class. NPS.
-
Get char from keycodeI have the KeyPress event, I want to get char (alphabe) through key code. I'm in dark. Please help me, thanks.
-
KeyPress event of HTML pageI have a HTML page with a Input tag, I want to capture KeyPress event to get code of the pressed key ( ex : alphabe key, numberic key, ...). I'm in dark. Please help me, thanks.