VS 2012 - Object
Is there a way to make a object(text box;..) with a button (new object for the user on MY project)?
View Articlevb.net dont get window title if nothing has type by a user
dont get window title if nothing has type by a user what is the code? please help
View ArticleUsing POST data for form action parameter
I want to use the POST method from my form to open a file from a location on the website. <form name = "AudioQuery" action = "<?php echo trim($_POST['QueryResults']); ?>" method = "POST">...
View ArticleChanging Icon of a JLabel
Good day friends, What I am trying to do is change the Icon of a label,depending on the value of a variable. What I did is this : ImageIcon icon = new ImageIcon("C:\\Dice_2.jpg"); if(roll==2)...
View ArticleProblem with XML DOM, writing in XML document
Hi! I have a problem with writing to an XML file. When i run my program, the c# give me an exception: "The node to be inserted is from a different document context.". I looked a bit on the exception...
View ArticleHow to create default constructor for pointer
Main class void initCar(Queue&, Queue&); Queue *q1, *q2; // Global variable int main() { initCar(*q1, *q2); } void initCar(Queue &q1, Queue &q2) { Car c1 = Car("SJS1006Z","Toyota",...
View ArticleConverting Joystick voltage to movement.
Hello, I'm working on a project that controls an Xbox controller from a micro-controller. I am wondering if any of you guys (game programmers) would know if there is some standard function...
View ArticleConverting Joystick voltage to movement.
Hello, I'm working on a project that controls an Xbox controller from a micro-controller. I am wondering if any of you guys (game programmers) would know if there is some standard function...
View ArticleLive Video Encryption
Hi all, First of all please read the full article and then try to suggest me... I want to make a java project on streaming video encryption. Where i will use two PCs 1 act like a media server and other...
View ArticleHelp plotting Mandelbrot set
I have the following code for plotting the set, but it's not working. It would be great if someone could look over my code and see where I am going wrong. Any tips for optimizing the code will be...
View Articleconnecting my website cart with paypal.com
i just started reading how to connect ur cart to paypal. i get the main idea but when i hit paypal buy button. data doesnt tranfer. so on paypal site it alway say to have 0 items in ur cart. <?php...
View Articledata not stored in db
Dear all, is there any wrong with my codes? the data is not stored in the db, but when i click submit, it come out the message form successfully registered. Please help. thank you. <?php include...
View Articlemultiple classes use the graphics parameter?
hi all here is my challenge. Write a program to draw a stick figure. Combine hair,face and body to make the figure. Create 'hair', 'face' and 'body' classes to draw each of these parts. Each class will...
View Articlewhat does it mean that write out all data (even the inherited)?
Hello guys! I am working on inheritance exercise in java. But i do not understand one question. What does it mean that write out all data even the inherited ? Basically, I need to create a class...
View ArticlegetBirthDate method
please help me with my hw. how can i create birthdate method?? java.util.Date:birthDate
View ArticleProblem with creating and checking files
Hello. I am making a Minecraft launcher and I have run into a problem. It can start MC fine. But that would only work for one user so I then tried to get it to read a text file to get the username. If...
View ArticleProblem : Cannot instance class I made.
Dear Dream.In.Code community, I am trying to learn C# and I'm doing it by myself, with a book in one hand and the other one on the keyboard. So I decided to make a new class, that is a console...
View ArticleProgram printing more than once. Scanner problem.
Hello, i'm trying to create a program the takes user input and places it in an arraylist then prints the text backwards but if I enter more than 1 word the program prints the prompt to enter text more...
View ArticleProper PHP syntax and practices
I have been finding myself resorting back to PHP lately for back-end web development. I have been reading several books and playing around with different scripts etc.. One thing I have noticed since...
View ArticleXna 3.1 menu system
Ok i posted this before and it got shot down without discussion so i will re try by explaining it a little better, I am not looking for code, its not homework, i am new to xna and have made a pong...
View Article