Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K

14 Posted Topics

Member Avatar for vegaseat
Member Avatar for ts1989

Assuming it's a string; most date-time arrangments have a space as the separator. Try using a split like this: string datatimeString = "06/02/2015 14:04:00"; var result = datatimeString.Split(' '); Console.WriteLine("Date: {0}, Time: {1}", result[0], result[1]); It's simple and gives you both date and time as separate string values: Console: "Date: …

Member Avatar for pritaeas
0
259
Member Avatar for NickOOOShea

They should supply it pre-compiled as executable file that you should be able to run on your computer. If not, they might send the source files to you and expect you to compile it on your own. Both are quite common in my work environment.

Member Avatar for setherith
0
112
Member Avatar for mrinal.s2008
Member Avatar for setherith

Hi guys, I'm considering purchasing a completely knackered G3 bubble iMac from eBay for a couple of pence. I really only want it for the case and screen for a little project I want to do. I want to replace the Mac core with an Intel board and load it …

0
69
Member Avatar for danilomayojr

I dont know specifically whats involved. But I have played about with an Arduino unit from [url]www.arduino.cc[/url]. Its a microcontroller that connects via USB and can communicate with serial interfaces using its own quasi C++ based langauge. I know it's not a direct answer, but it might help.

Member Avatar for AndreRet
0
164
Member Avatar for El3et

Is the computer still able to get on to operating system? If by flash screen you mean POST screen. Then go into BIOS and turn off POST screen so you can see what its actually doing before/during the cursor flashing. Just a guess, but are you using SAS drives?

Member Avatar for setherith
0
150
Member Avatar for ankur3000

Nice, I compiled something similiar to this in VB once. Looks promising, have you compiled it and run it? Did you get any errors?

Member Avatar for Auraomega
0
126
Member Avatar for Dani

Wireless printing on the iPad is just another reason why I should get one. But I have to justify it to myself, is my passion for iPad ownership simply gadget envy? I don't really get on with multi-touch on my iPhone as my sausages (fingers) are a little too big …

Member Avatar for James82
0
225
Member Avatar for jamesgreaves

I would also be keen to know how to address the enternet pins. I have a million ideas in mind for how to use this once I know.

Member Avatar for setherith
1
132
Member Avatar for rukonit

First we'd need to know, how do you define a series. Is a series simply where the first X amount of characters match another entry? Or will all series items have an appended numerical value. If the latter is the case then a simple numerical check and compare would sort …

Member Avatar for setherith
0
121
Member Avatar for slfisher

Military action is at the far end of the spectrum, I think identifying the culprit and disconnecting them as a warning is probably as far as anyone needs to go. It's certainly what happens here already in the UK. If you get caught pirating/hacking or using your connection in a …

Member Avatar for Agilemind
1
260
Member Avatar for lazylearner

Once the modal form is loaded, add a timer to the forms initialisation sub. Once the timer expires set the program to exit. Should be pretty straight forward, but if you get stuck - shout!

Member Avatar for setherith
0
128
Member Avatar for slfisher

I can't see this being any different. I'm sure that if the President or the Government wants to shut down the internet, they will just make it happen. They won't need any bill or law to do it either. But as the internet is modular, I'm not sure how that …

Member Avatar for slfisher
0
589

The End.