- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
14 Posted Topics
Just what I was looking for. Cheers!
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: …
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.
Indeed. More info required...
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 …
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.
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?
Nice, I compiled something similiar to this in VB once. Looks promising, have you compiled it and run it? Did you get any errors?
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 …
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.
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 …
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 …
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!
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 …
The End.
setherith