- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
26 Posted Topics
I wanna to make a code that protect a file with password I ask how and if there open source codes for it
I want to know how to make a program to convert from binary to decimal and from decimal to binary
How can I add a jquery code block like this [CODE]<td><tt> Name: '.$_POST['name'].' </tt></td> </tr> <tr> <td><tt> Surname: '.$_POST['surname'].' </tt></td> </tr> <tr> <td><tt> E-Mail: <a href="mailto:'.$_POST['email'].'">'.$_POST['email'].'</a> </tt></td> </tr> <tr> <td><tt> Message: <br><br> '.$_POST['message'].' </tt></td> </tr> </table> </body> </html>';[/CODE]
I want the code of program that convert from "decimal to hexadecimal "and from "hexadecimal to decimal " in console applicathion
How to get color inverse like black(00 00 00) be white (FF FF FF) red(FF 00 00) be (00 FF FF)
why when increase floating number with floating number catch error as [CODE] for(double i=0; i<10;i+=0.1) System.out.println(i); [/CODE] the out put is 0.0 0.1 0.2 0.300004 ....ect but the logicaly output is 0.1 0.2 0.3 ....ect
Is swich can take string parameter yes or no like [CODE] string s="Mo"; swich(s) { case "sa ": break ; case "jv": break; default : break: } [/CODE]
I make a button that create a new form and pass to it an array but there is an error there is the code [CODE] int [] x=new int[9]; x={0,1,2,3,4,5,6,7,8}; form1 x =new form1(x); [/CODE] and the other form constructor code is [CODE] public form1(int[]x) { InitializeComponent(); } [/CODE]
I made this code to generate a textbox when I click on the button the problem is that I want to read text from those textboxes as make a arraylist that receive the texts from those text boxes [CODE] private int count=0; private void New_Click(object sender, EventArgs e) { TextBox …
I want to create application that create a textBox after 10 second from starting and create a label after 20 seconds from starting
how can I print a report of the page if it has a many text boxes that I want to print it in one decoment
how can I get a picture of the panel that in my application and save it
I want to creat a button that when I click on it it will generate a TextBox ,please tell me how
How Can I make a Botton in windows control library
I can publish in c# but I can't made it like any programme set up like photoshop
I have a problem in these code as the error message show that the m1 and 2 is unassigned local variables [CODE]using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Enter th number "); int x= int.Parse(Console.ReadLine()); RomNo(x); Console.ReadLine(); } static void …
Please I want to make Pascal's triangle in console application
Can someone help me to tell me how to save the method I do to use it in another program
The End.