Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached

26 Posted Topics

Member Avatar for Egypt Pharaoh

I wanna to make a code that protect a file with password I ask how and if there open source codes for it

Member Avatar for skatamatic
0
57
Member Avatar for Egypt Pharaoh

I want to know how to make a program to convert from binary to decimal and from decimal to binary

Member Avatar for megabuild7
0
242
Member Avatar for Egypt Pharaoh

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]

Member Avatar for macneato
0
57
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh

I want the code of program that convert from "decimal to hexadecimal "and from "hexadecimal to decimal " in console applicathion

Member Avatar for NightCrawler03X
0
411
Member Avatar for Egypt Pharaoh

How to get color inverse like black(00 00 00) be white (FF FF FF) red(FF 00 00) be (00 FF FF)

Member Avatar for ddanbe
0
80
Member Avatar for Egypt Pharaoh

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

Member Avatar for kvass
0
113
Member Avatar for Egypt Pharaoh

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]

Member Avatar for gangsta1903
-1
131
Member Avatar for Egypt Pharaoh

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]

Member Avatar for sknake
0
83
Member Avatar for Egypt Pharaoh

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 …

Member Avatar for avirag
0
97
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh

I want to create application that create a textBox after 10 second from starting and create a label after 20 seconds from starting

Member Avatar for sknake
0
111
Member Avatar for Egypt Pharaoh

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

Member Avatar for Medalgod
0
120
Member Avatar for Egypt Pharaoh

how can I get a picture of the panel that in my application and save it

Member Avatar for sknake
0
152
Member Avatar for Egypt Pharaoh
Member Avatar for ddanbe
0
335
Member Avatar for Egypt Pharaoh

I want to creat a button that when I click on it it will generate a TextBox ,please tell me how

Member Avatar for sknake
0
100
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh
Member Avatar for kvprajapati
0
132
Member Avatar for Egypt Pharaoh

I can publish in c# but I can't made it like any programme set up like photoshop

Member Avatar for luvuyomaq
0
117
Member Avatar for Egypt Pharaoh
Member Avatar for Egypt Pharaoh

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 …

Member Avatar for ddanbe
0
163
Member Avatar for Egypt Pharaoh
Member Avatar for LizR
0
127
Member Avatar for Egypt Pharaoh

Can someone help me to tell me how to save the method I do to use it in another program

Member Avatar for LizR
0
92

The End.