456 Posted Topics
Re: i have this issue (if this issue is how i understand it). my laptop only works when i have my charger in and turns off when i take the charger out, is this an issue with my battery ? | |
Re: Can you use Ruko in the UK or is it just for amercia ? | |
Re: if you mean you can't write the introduction to your project i suggest you leave it until the end or at least until you've got the structure of your documentation so that you have a better understanding of what your project will consist of. it worked well for me because … | |
Re: Good for you. In what context are you trying to use the random number generator, what errors are you getting and do you want help or are you just stating that it doesnt work ? | |
Re: [QUOTE=Aramant Coral;1604824]PS3 - Better in general, the controls are better, the console is just cooler. Nobody likes using a Xbox control.[/QUOTE] PS3 controlers are too small for my big man hands and you forgot to mention that Xbox live (which does cost) is better than Ps3 online (which is free) … | |
Re: [QUOTE=pseudorandom21;1647101]Me! Man that game is beautiful, I bet BF3 will only be slightly prettier. Come to think of it I need some more RAM too. Other than that I have a small selection of Steam games, and I mainly play Counter-Strike: Source Beta. I would play Americas Army 3 more … | |
Re: Ben Howard - Every Kingdom. The whole album is great and chilled out, particularly tracks 1, 3 and 6. | |
Re: [QUOTE=jwenting;1645638]Expect Apple to show up above Android in the next report right after the release of a new iPhone model.[/QUOTE] This will mainly be due to people wanting the brand to look "Kewl", it's not cheaper than android which is propably why android has boomed (due to the quick release … ![]() | |
Re: Select * from tableName where primary key = '" + textBox1.Text + "'; | |
Re: Library system, it's been done to death but it's a winner every time ! What are you using for your database, MS Access, SQL Server, Orical ? | |
Re: Sorry to bring up an old thread, i just got a pair of HeadCandy Comporter earbuds and they're pritty good, i love bass an they're doing the trick at the min and the cost me £7 from HMV, i think they're on sale ate the moment though | |
Re: [QUOTE=sastokes;1671197]Also once it goes through how to output all of that into one textbox that will ultimately go to a txt file. I have all the other textboxes done just need those. [QUOTE] do you mean you just need to put the login details into a text box once they … | |
Re: [QUOTE=imalizya;1670520]xml mostly used for database[/QUOTE] Loads of help . . . Xml is used to store semi-structured data, mostly used for databases as it allows you to transefer data across database formats but i.e. SQL Server to MS Access. this worked for me when i did my 3rd year project … | |
I've been a customer of BT for well over 10 years now and had an internet package with them since the days of dial-up. However i've had problems with my connection dropping out sometimes for days at a time and during importent periods such as MS exam prep and uni … | |
Re: The way people are going on about you'd think Steve Jobs was their mother and tables and mp3 players had never existed before the iPod and iPad. i'm not a fan of Apple only the iPod (nano because it's lasted 5 years and i got it cheap) but the company … | |
Re: i only glanced at [URL="http://www.andrew.cmu.edu/course/90-754/umlucdfaq.html"]this [/URL]but it looks quite solid for a starting point. Use case diagrams should how the system and not how the system will react to the user's input e.g. the some use cases for a cash machine will be enter card, enter pin, request cash, recieve … | |
Re: you could do a library system to log the status of books (currently on loan, over due, or available) which generates alarts when books are due to be returned and print reports to be sent out when a book is over due by so many days/ weeks. It's been done … | |
Re: "My Masters Project" don't forget to put me in your acknowledgements x | |
| |
Re: you dont make much sence but from what i can gather you want to get the results of a student by entering the student's enrolement number ? i thats the case are you using a connected database or arrays ? | |
Re: Read the Amount node value to a double and then do the foreach IF Amount > 0.00 | |
Re: Do you want to using C# to take data from an Xml file and then insert it into a DB using C# or parse it to Xml and then store it in the DB using Xml ? | |
Re: Are you asking if your best using if/ else statements or case statements or are you asking for code that fullfils the above requirement ? i think if/ else would be best but i think that may just be my preference really | |
Re: I thought hackers were orignaly enthusiasts who found ways into peoples systems, didnt corrupt or missuse the systems and more often than not reported the security risks to the owners of the systems ? That isnt the case now like but the name was given in gest and to attract … ![]() | |
Re: My mum doesn't use computers but she can still spot a scam, mainly because the emails are often about a subject that she has no interest in what so ever. People who fall for scams such as the one above and use the excuse "i'm new to computers" or "i … | |
Re: [URL="http://www.google.co.uk/#sclient=psy&hl=en&safe=active&source=hp&q=java+jframe+example&aq=1&aqi=g5&aql=f&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=4740d9e1ca345e97&biw=1920&bih=826"]Google it[/URL] | |
Re: Just gradguated and had no proplem thing of a project title, ask your tutor. things like Windows applications connected to a DB and allows data to be exported to XML or Excel or making your own compiler will get you good marks if you pay enough attention to the detail | |
Re: Could you use a DateTime compare and set the reminder if the result of the comparison is 7? Will you use this in a way which will run this check every time a user logs in so that if it has been 7 days when the user logs in then … | |
Re: So do you want to use a tool strip (which has a number of menus which contain a number of menu items like file and help in Windows) on a form to minimise the number of forms you will need to implement all the required functions ? | |
Re: could you poaaibly add all questions to an array and then randomly choosing them by setting the scope of random.Next(); and use the random number generated to access a question using its index within the array ? | |
Re: have a look at [URL="http://www.w3schools.com/sql/default.asp"]this[/URL] | |
Re: Take a look as [URL="http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx"]this[/URL] and [URL="http://www.csharp-station.com/HowTo/ReadWriteTextFile.aspx"]this[/URL] they might be of some help | |
Re: If your using VS just bind your dataGrid to your database and any changes to you make to your dataGrid will update your database. | |
Re: The spiral modle allows you to return to previous stages in the SDLC when new requirements or changes to previous sections are realised but generaly only allows for one final release to be made. It also doesnt involve the customer(or user) in its sections other than requirements gathering. the prototype … | |
Re: you need something like this (i might have made a few mistakes as im still new ish to c#, i did something similar in my uni project) [CODE] public void setLable() { List<string> customerids = new List<string>(); customerids = getCustonerID(); foreach (string id in customerids) { Lable1.TEXT = "ID = … | |
Re: To get the login form to show first go to Program.cs in your solution and change the Application.Run(new youformname); to be Application.Run(new Loginfor); to show the menu, in the method that checks the login details do [CODE] MainForm mainFrm = new MainFor(); this.Hide(); mainFrm.Show(); [/CODE] | |
Re: Evolutionary model you can go back an alter different stages of the development at any point which is good because requirements and interface designs will more than likely change. It lets you make something that is closer to what the user wants in the long run . . . usualy, … | |
Re: To insert into more than one table at once try doing something like: INSERT INTO (table1.coloumn1, table.column2) VALUE (value1, value2); might not be exactly what you want but you'll probably want something along those lines to insert into multiple tables in 1 statement. | |
Re: What errors do you get ? If you just want to verify that the username entered is the same as the Windows authentication username do something like: [CODE]string win_Name = WindowsIdentity.GetCurrent().Name.ToString();[/CODE] and then compare this with the username entered by the user has entered, or if you have a database … | |
Re: I made desktop app in VS 2010 for my final project in Uni an i made an app.config file with my connection string in which was like this: [CODE]<?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> </configSections> <connectionStrings> <add name="ConnectionString" connectionString="Data Source=MyPC\MyDB;Initial Catalog=MyDB;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> </configuration>[/CODE] Next i created a … | |
Re: I agree with skatamatic, regions are greate for when sharing works with co-workers, means that you can label a section of code collaps it, makes your code look cleaner and a little less over-whelming to others. | |
Hi, i'm tryin to use windows authentication to log into an application i have made. I have already worked out how to get the username but i can't figure out how to get the password too. Is this possible ? if so can anyone suggest any ways to do this … | |
Re: If the file you want to access is always going to be in the same directory locate the file, copy the complete directory and put the file name and extention on the end of the directory like: @"C:\\temp\\XmlFiles\\MyFile.xml" | |
Re: I don't know if this helps but it closes the current form containing the button that you click and opens the report when the button is clicked. [CODE]// declare this after the class constructor Report newMDIChild = new Report(); private void button1_Click(object sender, EventArgs e) { // Hides the current … | |
Re: I had a similar problem with a databound combo box and didnt figure it out but try comboBox.SelectedItem or comboBox.Text thats how i get the currently selected item or the text of a combobox | |
Hi, i'm having a problem trying to print out a list of strings. i can get them to print out using rectangles successfully but when the bottom of the page is reached it wont go onto the next page, instead it just stops printing. I've done this so far which … | |
Hi, i'm trying to implement a print function and i can print a single string out but i'm having trouble configuring the page setup properly, mainly moving to a new line when the margin of the page is reached and moving to a new lines for each string in a … | |
Re: Have a look through [URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.printdialog.aspx"]this[/URL] I've just done the same function and it helped alot. | |
Hi my problem is that i'm making a mobile app and i need to seperate the following string: ChrisHunter21 into: Chris Hunter 21 What is the easiest way to do this in J2ME ? i had a look at the Ostermiller one but didnt understand it. Thanks Chris |
The End.