456 Posted Topics

Member Avatar for kurtzky123

have you tried converting it to a string when it is fetched from the DB and just treating it as a string until your putting it back in the DB or is that not possible in this case ?

Member Avatar for ChrisHunter
0
130
Member Avatar for s_mostafa_h

There are a few threads that are about exporting to Xml using c#, take a look at those and try and apply them to suite your needs (its the same principle, put the data from the datagGrid into variables and export them in a structured tree format). if you run …

Member Avatar for s_mostafa_h
0
2K
Member Avatar for rushikesh jadha

Speed - wireless has to be converted into a transmittable state before its sent and can be easily interrupted/ weakened/ stopped all together by buildings, a drop in wireless connect etc. Where as wired connection is predominantly faster than wireless connections as the data has physical means of being sent …

Member Avatar for ChrisHunter
0
150
Member Avatar for Andy90

i think it might be because it's in an infinite loop. form1 is accessing form2 while form2 is trying to access form2 so they are just in an infinite loop. i think you can make a middle-man type class that references both forms to do the functionality (it's always best …

Member Avatar for ChrisHunter
0
153
Member Avatar for cdudefire
Member Avatar for M.Waqas Aslam

I did something very similar were i exported the properties of an object to Xml and then imported them back to a property grid instead. I would suggest that you had some structure to you Xml document (e.g. make ServerName the parent node with UserName being a child node and …

Member Avatar for M.Waqas Aslam
0
608
Member Avatar for juce

how do you mean print it ? output it to a console window ? If you'r asking something like this you clearly haven't searched it in Google. string string3 = string1 + string2; Console.WriteLine("" + string3); OR Console.WriteLine("" + string1 + string2);

Member Avatar for thines01
0
295
Member Avatar for zachattack05

The example you've given is fine and won't cause any problems because you've used return which will jump out of the method from that return keyword. If you didn't have the return or break key word and just had some code like set a bool variable to true then it …

Member Avatar for zachattack05
0
1K
Member Avatar for zachattack05

is the a value/ selected value changed method for the controls you're using ? i used a property grid control to display retrieved data and used SelectedGridItemChanged() to detect a change in the displayed item, then i just set the text of a label when a change occured, i assume …

Member Avatar for zachattack05
0
524
Member Avatar for happygeek
Member Avatar for dij_0983
4
562
Member Avatar for drico7041

No, some places do graduate schemes, take people (who aren't masters) on for less pay but pay for training so your home grown. Also if your at university/ collage you can get sponsored by a company and do work experience in a company in the hope that you will be …

Member Avatar for WaltP
-1
267
Member Avatar for deepak690
Member Avatar for thines01
0
174
Member Avatar for Onlineshade

Go to your settings and there should be an option for wireless connection/ setting which should take you to a menu with bluetooth, mobile and wifi options. go to the wifi options, turn on your wifi connectivity, scan for wifi connections, enter the correct key and connect (turn on your …

Member Avatar for ChrisHunter
0
135
Member Avatar for ChrisHunter

I'll keep this one short, My girlfriend is on her second laptop were as i'm still on my first. She has an ASUS (i'm not sure of the model) and she's always leaving it on the floor next to the bed and falling asleep with it on her knee so …

Member Avatar for ChrisHunter
0
242
Member Avatar for jackbauer24

if he's looking into making programs with interfaces or forms take a look at the Head First series of books. C# is a good language to use, it's fairly straight forward to learn and the chapters in Head First C# start off with a simple organiser application and gradually builds …

Member Avatar for jbennet
0
553
Member Avatar for uva1102

If your're storing the user details in arrays you can add an int field to the array called somethin like AuthLevel and use 1, 2 or 3 as the different roles. One logging in you would do a check to see if the user exists and depending on the value …

Member Avatar for uva1102
0
163
Member Avatar for king03

Maybe you need to take a year out to figure out what you want to do, a couple of friends got bored with collage, took a year out and came back refreshed and excelled or are excelling at collage or university. As for the implacability you've not got a good …

Member Avatar for stultuske
0
201
Member Avatar for Mike Askew

I would suggest doing it the way thines01 has suggested. Take a look at [URL="http://www.daniweb.com/software-development/csharp/threads/406137"]this[/URL]. there's plenty of examples floating about just do a quick search and you'll find them.

Member Avatar for Mike Askew
0
160
Member Avatar for nexocentric

If i understand correctly you're talking about processes that don't need user input. Have a look into sequence diagrams, they are created to show the different steps of an individual (e.g. request bank statement) [URL="http://jdjua.com/uml.htm"]this[/URL] link might be of use to you. Hope this helps.

Member Avatar for nexocentric
0
247
Member Avatar for Ancient Dragon

is it a free download ? i'm playing skyrim at the moment, i'm pretty addicted, my girlfriend is regretting buying it me now !;)

Member Avatar for dij_0983
0
106
Member Avatar for PrimePackster

do you mean you tried to up vote the same post more than one ? or multiple posts in the same thread ?

Member Avatar for PrimePackster
0
252
Member Avatar for n3red

I was like this through university, i constantly fell asleep during lectures but could stay wide awake and focused from 10 or 11pm until 4am at times. i think it may have been due to there being noone to distract me as everyone would be in bed.

Member Avatar for hericles
0
109
Member Avatar for auwi987

yes just do datagridview1.clear() then do what you did to populate it the first time round. i think that works . . .

Member Avatar for auwi987
0
121
Member Avatar for coolbeanbob

Alot of places in the UK seem to be mostly looking for C#, Java, C++ and php developers and SQL too.

Member Avatar for jwenting
0
171
Member Avatar for Dorayaki

are both the forms going to run on the same machine and are the messages going to be passed over a network connection ? (for example are you going to send a message from form1 to the using the IP address of the machine on which form2 is currently running …

Member Avatar for Dorayaki
0
184
Member Avatar for Santrex
Re: DDOS

type it into a search engin, have a look at [URL="http://www.bing.com/search?q=How+to+Stop+DDoS+Attacks&FORM=QSRE3"]this[/URL]

Member Avatar for Karlwakim
0
54
Member Avatar for newgeekintown

if you think for a second it does . . . he means as long or short as it has to be for the size and complexity of project.

Member Avatar for ChrisHunter
0
224
Member Avatar for jmurph333

I don't think you have to redraw the picture just set the starting position of picture box and update the start position by adding or subtracting every time one of the directional keys are pressed. Do a search from a C# version of space invaders, I've done that in Java …

Member Avatar for ChrisHunter
0
103
Member Avatar for axwell

You're being a little too vague can you put it into context a bit more for us. What is it the you are making the settings menu for ? what do you mean by "Checked Image" ? do you mean a check box to select and de-select a setting ? …

Member Avatar for ChrisHunter
-1
125
Member Avatar for bettybarnes

To get the correct requirements you can do structured group or one to one interviews with the clients, questionaires usings questions that only allow a limited response (you often only get 10% return rate for questionaires and due to their limiting factors may not return full details of what is …

Member Avatar for harinath_2007
0
190
Member Avatar for saneeha.nust

It's possible, i suggest Xml because it can be used to store semi structured data that can be used across multiple DBMS'. I used this approach for a recent project but can't manage to find the websites i used but it's nothing a bit of searching on Google won't find.

Member Avatar for ChrisHunter
0
52
Member Avatar for ChrisHunter

i made a group on here but i don't know how the create a thread on it or how to delete the group . . . anyone know how to do either ?

Member Avatar for Dani
0
73
Member Avatar for ##k.k##

In future just boost your orignal thread instead making a duplicate with a crap name. This will get the windows identity of the machine it is executed on but make sure you add the using System.Security.Principal library. [CODE] public void getName() { // Retrieves and stores WindosIdentity in textBox1 textBox1.Text …

Member Avatar for ##k.k##
0
164
Member Avatar for Tim Elsky

Drinking games or just general party games ? pictonary, it quite funny watching the team mates argue over shocking drawigs. or I have never (you have to think of something you have never done and who ever has done said thing has to drink) you learn alot about people playing …

Member Avatar for Krefie
0
166
Member Avatar for Tim Elsky

Tell him to suck it up, stop being a selfish and compramise, it's not really a religious day just the celebration of the new year . . . maybe something like organising a quiz or getting hold of fireworks and a good party game ?

Member Avatar for ChrisHunter
0
124
Member Avatar for happygeek

[QUOTE=jwenting;1703201]Sadly the kid is quite correct in his assessment about the current state of user "communities" in online gaming. Cooperation, even within teams that need to cooperate in order to win, is usually non-existent.[/QUOTE] Wow sounds like you needed to vent. i feel you pain though i'm playing battleField 3 …

Member Avatar for jammerjoe
0
1K
Member Avatar for Nemo_NIIT

if you do something like the following example the COUNT() function will count the amount of rows within the database that match the WERE clause and return that number. Then you check the number is 0 or not and grant or deny access accordingly. [CODE]"SELECT [COLOR="Red"]COUNT(*) [/COLOR]my MyTable WHERE Username …

Member Avatar for esmaeel2001
0
447
Member Avatar for swagatjena

you need to make sure your combobox is accessable (make it public) and do something like [CODE] int id = Convert.ToInt32(combBox.text); string sqlStatement = "SELECT columnName1, columnName2, columnName3 FROM TableName WHERE IDColumn = ' + id + '"; [/CODE] Hope this helps

Member Avatar for ChrisHunter
0
66
Member Avatar for gameguy91
Member Avatar for bossie09

Theres no point in having data if there is no one to use that data in the same way (as already stated) that there is no point in having human resources if there is no data to be processed . . .

Member Avatar for Netcode
-2
215
Member Avatar for kavi4u

Make a config file with your connection string in, create a class called something like DBConnections, in that class create a method that established a connection to the database by referencing the connection string in the config file. When you need to connect to the database for say an SQL …

Member Avatar for thines01
0
189
Member Avatar for Tim Elsky

It's alright the English goverment seem to come out with daft statistics all the time which are a bit of a waste of money and time and sound like something you'd do in high school

Member Avatar for Agilemind
0
178
Member Avatar for pseudorandom21

Have you tried doing SELECT DISTINCT ? i've had this proplem in the past and i think i used SELECT DISTINCT.

Member Avatar for pseudorandom21
0
223
Member Avatar for rexdon

[QUOTE=rexdon;1698757]by default i want to ask the user to enter text in textbox in pattern: _x_____. User should be able to allow both [B]numeric [/B]and [B]alphabet[/B]. but this allows user to enter only numeric values..but i need to enter alphabet also.[/QUOTE] This suggests that you don't want the user to …

Member Avatar for Munnazz
0
336
Member Avatar for anum zaeii

[QUOTE=vadriaan;1705864]The best way to learn it is by doing it. Start by writing a "Hello World" program. Then start refining it by adding bells and whistles. You will need to read a lot.[/QUOTE] Agreed, make sure you by the correct book so you don't loose interest and make sure you …

Member Avatar for ChrisHunter
0
75
Member Avatar for Spiderpig085

[QUOTE=Spiderpig085;1703859]Overall there is about 100 lines in it that solved the problem I was having.[/QUOTE] Thats quite a bit of code to fix one problem for a college project (speaking from experience) but as long as you make no attempt to pass another person's code off as your own and …

Member Avatar for sufyan2011
0
139
Member Avatar for TurkAlush

How is the user going enter their age ? are they just going to enter age (e.g. 18) or are the to enter their date of birth (e.g. 14/07/1989) to be checked against the current date ?

Member Avatar for TurkAlush
0
92
Member Avatar for alaa sam

is it just a new form within the same application that you want to open or is it a form within a seperate application ? if it's just a form within the same app try just doing [CODE] //creates an instance of the form you want to open MyForm form1 …

Member Avatar for ChrisHunter
0
89
Member Avatar for ppatryk

[QUOTE=zachattack05;1704164]I would recommend delimiting the data in some fashion or otherwise structuring your file so that there is a "table of contents" so to speak.[/QUOTE] Zachattach05 has a good point look into using Xml to store data, you can structure your data using tags/ nodes and child tags/ nodes to …

Member Avatar for zachattack05
0
159
Member Avatar for lucifer30

I'm guessing just make sure your router is a wireless router and make sure you have a wireless network card and then connect to the router wirelessly. I'm not really a networking person

Member Avatar for lucifer30
0
257

The End.