537 Posted Topics
Re: are you trying to rename the button variable or rename the button text (AS shown to user). to rename button text change { this.Button1.Name = "Button2" } to { this.Button1.Text = "Button2" } now I have not checked this to see if it works so let me know how u … | |
Hi all, just wondering if you anybody could give me some pointers as to where I could find a Microsoft tipsheet/how-to tutorial in terms of UI [I]design [/I](I know how to code it). Many thanks | |
Hi all just a general question.....how many years have you been working in the IT industry? (degrees/education counts as experience)!I myself have been in IT for 5 years this year | |
Hi there. I have a datagrid that prints out data from an SQL d/b. I also have a 'Save' button which I am struggling to write an event handler for. the Datagrid data is editable, and when I press save I want the changes to update the D/b too. Any … | |
![]() | Re: Nobody can help until you tell us explicitly what it is you are stuck on ![]() |
Re: also ensure your firewall is set to allow connections on port 8080 | |
Hi all, just would like to ask some help as to how I would go about modifying this code I created to do the following: 1 - need user input (in password field) to be echoed back as *******. 2 - need the class to open a new class (lets … | |
Re: What did Sun do to Java? I (obviously mistakenly) believed that Sun co-developed Java. Am I wrong here? | |
Re: sure is a toughie. I had a degree and no experience until i finally got work.I am now a junior programmer, entry level. Gotta work on up!!I would say, for you GO get the degree, it will open up a lot of possibilities!! | |
hi all. I have constructed a UI that has two fields. user name password. I am trying to get the password field to echo back user input as ****. any suggestions chaps? have googled to no avail and am a little stuck. cheers | |
Re: you mention you don't want to start at entry level programming - thats fine but the questions prospective employers will ask you is what is your programming experience? | |
Hi all, I have a new job in software development and am trying to design a class specification. Now I am able to do this, but i just wondered if there is a class specification 'how - to' template I could read up on? any suggestions will be greatly appreciated. … | |
How can I view a single xml file I wrote using IE. Have browsed to directory where I saved the file but I gat an error from IE : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click … | |
Hi all, I recently started to work for a company who uses XML. I am new to XML, and was wondering if anyone could give me any pointers as to what I should look out for (potential problems) and a decent online tutorial? The company will be training me, but … | |
Re: hmmm thats not at all vague! you know we like to see [I]some[/I] effort before we help! ![]() | |
is it possible to run a source file that is not part of a solution/project? it appears that this is not possible in Sharpdevelop. Also, why is it I cannot compile and run a file that is not part of a solution ? many thanks | |
hi there, could someone please recommend a good book on PHP (i am new to php). I would like said book to cover how apache/mysql/php and drupal work together, and also some eamples of php in action. many thanks. | |
Hi there, I am brand new to php and i am having difficulty installing php/apache/drupal/mysql. if anyone could point me to a good tutorial on how to install these items i would be very grateful. thanks in advance | |
HI all I am new to C # and have picked up a copy of Sams teach yourself c # in 21 days. I hold a BSc in software design so I am not new to programming. However I am surprised at how similar c # is to java ( … | |
HI all am trying to construct this hybrid of java and mysql. the data comes from a mysql database and I want it to display in the gui. this I have achieved thus far. However I have buttons that sort by surname, first name, ID tag etc....I need event handlers … | |
Re: As acid burn said, java does not suffer from memory leaks the same as a procedural based language (like C0. The JVM 'disposes' memory leaks as it is shut down. | |
Just out of curiosity, which IDE is used by people (primaily). I myself use Blue J. This IDE was introduced to myself on my bachelors in Software design. Just wondered what you all use ............ | |
Re: I agree with that darkagn seems a little spurios. I always get suspicions when I see a post asking for code, especially if its a posters first post! | |
Re: I would hazard a guess that is partly mizconscie's code and part 'borrowed' ! | |
Re: Am I correct in believing that J2EE is similar to Java, but with an even larger API ? | |
Re: I used Java for Dummies all in one desk reference as my way into Java. Its a book I would definately recommend to others - it contains servlets, applets and JSP tutorials that are clear and easy to understand. Plus its cheap on amazon lol. regards | |
HI all, been messing around with this game for a while now. last thing I need to do is get the score(bals dodged) to display in the main menu.Now I have had some helpful advice regarding this issue but I have notbeen able to implement it myself. Nevertheless I am … | |
hi all. I was wondering if anybody out there knew how to implement a high score system for this game(saucer). SaucerMenu is a gui class where i want the high scores to appear (up to 5 highest). saucer is the class where the game resides. many thanks in advance. [CODE]/* … | |
HI all, this app is a simple game where the objective is to avoid incoming balls (adversaries) however at present I can only figure out how to get one ball on screen at a time. What I'd really like is, when a player hits 100 points, a second ball is … | |
Hi there, I am experimenting with game design and have met an obstacle. I am trying to paint the background of this simple game I have coded but cannot seem to find out how! any help would be much appreciated! | |
hi all, I am trying to design a game app that uses a swing gui as a main menu. so far I have been a little confused as to how I get my 'start new game' button to actually launch the game. I have googled event handlers and cannot seem … | |
Re: I could try and help you, I am quite new to C++ myself but have a good background in programming. any particular issues you have ? | |
Hi all, Just wondering if you could help me out here. bought a copy of c++ for dummies today and the first program in the book converts fahrenheit to celsius. Now I have some C and Java experience (I am a recent graduate of a software design degree) but have … ![]() |
The End.