Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

16 Posted Topics

Member Avatar for peymankop

Hi...! We Have Form1 with a Button in it,when you click on this button a new form(Form2) shown with textfield and a button to submit,i want that when the user clikck the submit button int the Form2 the text that in form2 textfield shown as form1 title,how could i do …

Member Avatar for ddanbe
0
143
Member Avatar for peymankop

Hi...! I'm working on a notepad project,in save or saveas option just like the real notepad i want that the file automaticly save as .txt file if in the option below i choose "all files" it saves a file and if i choose "text documnet" save as *.txt file how …

Member Avatar for bguild
0
134
Member Avatar for peymankop

Hi...! I'm Workihng on Snake And Laddet Game... the player roll the dice and it's get a new position,an image will show the player position on the screen in the next turn image will move to a new position but the last picture is still in it's position how can …

Member Avatar for JOSheaIV
0
217
Member Avatar for peymankop

Hi...! I'm Working on a Notepad project and i'm in menu->view->font but i don't have any idea how to write a function for it! can anyone help me?! thanks...

Member Avatar for aVar++
0
92
Member Avatar for peymankop

Hi...! i wan to write a program that when i give it a number and a string it replace string with length=number to "1,2...,n" but its replace part doesn't work! this is the code: package fasle5; import java.util.Scanner; public class Tamrine8 { public static void main(String args[]){ System.out.println("Enter N:"); Scanner …

Member Avatar for JamesCherrill
0
208
Member Avatar for peymankop

Hi...! i'm working on a notepad project but i've got a problem in undo action this is my code: import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Frame; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JFileChooser; import javax.swing.JOptionPane; import java.io.*; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.*; import javax.swing.JLabel; import javax.swing.SwingConstants; import javax.swing.undo.*; public class Notepad …

Member Avatar for stultuske
0
392
Member Avatar for peymankop

Hi...! I'm Working on mind challenge game i nearly cmepleted it but i've got a problem... when a player choose a button it shows it's number but when it choose the second button it won't show the second button number because of this lines: foreach (var ctrl in this.Controls) { …

Member Avatar for tinstaafl
0
162
Member Avatar for peymankop

Hi...! As in the title i want to know that how i can check that all the buttons in my form are disable?!

Member Avatar for Ketsuekiame
0
228
Member Avatar for peymankop

Hi...! i'm working on dictionary project and i want to know how can i get the value of a dictionary<string,string> by it's key?! i want to show it on a text field! thanks...! this is the code that you add word and it's translate but i don't know how to …

Member Avatar for tinstaafl
0
350
Member Avatar for peymankop

Hi...! I was working on a basic chess game it shows the possible move for each of the piece that you've selected. I uploaded the file in [This](http://www.mediafire.com/?4lhwjbu2ahbfl14) link : When you click on a button form title is the postion of the button you've selected but i don't know …

Member Avatar for peymankop
0
463
Member Avatar for peymankop

Hi! I'm working on a notepad project and like original notepad i want the form title set by the name of the file that has been openned so how can i do that?! thanks...

Member Avatar for JamesCherrill
0
134
Member Avatar for peymankop

Hi! I want to know how i can get a button postion by (x,y) is ther any method for this?!

Member Avatar for ChrisHunter
0
108
Member Avatar for peymankop

Hi! i'v got problem in visual c#... i want that when i enter a position in my form in a text field then the button that is in the same position get activated... how can i do that? i'm beginner in Visual C# so is there any method for doing …

Member Avatar for ChrisHunter
0
243
Member Avatar for peymankop

package tamirnfasle2; import java.util.Scanner; public class Tamrine4 { private int number; Tamrine4(int n) { number=n; } public void Calculate() { float sum=0.0f; for(int i=1;i<=number;i++) { i=1/i; sum=sum+i; } System.out.println("Sum Reverse Number Between [1," + number + "] Is :" + sum); } public static void main(String [] args){ Scanner inputNumber …

Member Avatar for IIM
0
103
Member Avatar for peymankop

HI! i'v got a file like this: Lesson Name:Math Lesson File Name:1892.txt Student ID | Number ---------------------- 1892-----------20 i want to delete "20",only "20"! what i have to do? would you explain seekp,seekg,tellp,tellg... i looked everywhere for the but find nothing! please help... thanks so much

Member Avatar for peymankop
0
124
Member Avatar for peymankop

Hi! i'm a bit new in c++ so i'v got some question wish you to answer me...! first of all i want my program to show the specific group of line of my file so i use this code for it: using namespace std; int main() { ifstream myfile; myfile.open("test.txt"); …

Member Avatar for Lucaci Andrew
0
137

The End.