Forum: C# Sep 6th, 2008 |
| Replies: 6 Views: 304 Re: need help!.. urgent! Without giving the answer, you will need to print lineCount number of lines. If you loop and print say lineCount number of '*' starting with lineCount being 10 and you count down to 0 you would get... |
Forum: C# Nov 8th, 2006 |
| Replies: 6 Views: 16,377 Re: MDI Child Form Placement This will open multiple forms of the same class, keeping track of where the last one was closed and opening the new ones there plus an offset.
class mychildforms
{
public in x,y;
public... |
Forum: C# Nov 8th, 2006 |
| Replies: 6 Views: 26,012 Re: Calling a javascript function from C# Think of it this way, c# codebehind runs on the server not on the client. I can do things with the html document, sniff the request for variables and such but you cant execute client side scripts via... |
Forum: C# Nov 8th, 2006 |
| Replies: 2 Views: 2,620 |
Forum: C# Nov 8th, 2006 |
| Replies: 1 Views: 1,937 |
Forum: C# Nov 8th, 2006 |
| Replies: 3 Views: 14,584 |
Forum: C# Nov 8th, 2006 |
| Replies: 1 Views: 3,983 |
Forum: IT Professionals' Lounge Oct 4th, 2004 |
| Replies: 11 Views: 4,375 Re: Newbie Wants Answers........ I got a job through my co-op with my college as a trainer at a well known financial firm. It was the proverbial foot in the door.
I applied for jobs in my senior year, everywhere. I got a call from... |
Forum: Computer Science and Software Design Oct 4th, 2004 |
| Replies: 12 Views: 6,208 Re: Getting started in programming First and foremost, a formal education is required for most jobs. A two year degree with certifications ( like Chubb or what ever ) would be the minimum to start off with. I am mostly self taught but... |
Forum: Computer Science and Software Design Oct 4th, 2004 |
| Replies: 1 Views: 4,605 Re: Auto timedate update If you are using windows 2K/NT/XP use the net time command in a batch file. You have to put several parameters in and a little knowledge of NTP (Network Time Protocol) is helpful.
An example goes... |
Forum: Pascal and Delphi Oct 2nd, 2004 |
| Replies: 8 Views: 4,273 |
Forum: C++ Jul 3rd, 2004 |
| Replies: 12 Views: 20,237 Re: Round Robin Algorithm Simulation Round Robin is well documented on the Internet. Why? Because it is one of the fundamental algorithms used in OS development, network switching, load balancing, etc.
Getting the Code will not help... |
Forum: C Jul 3rd, 2004 |
| Replies: 2 Views: 11,068 Re: SLOT MACHINE PROGRAM... Help plsss! Well first off 60+30+30+30+10 does not equal 100 so its kind of hard to say that SMILES HEARTS AND ARCHERS happen 30% of the time.
Group them into the 30% and then pick one out of the 3.
This... |
Forum: Networking Hardware Configuration Jan 4th, 2004 |
| Replies: 49 Views: 68,468 Re: Optimum Online Web Hosting. They do block. I have changed my ports and use a dns service to get around this.
Lets say you changed the port of your web server to 11111.
Set your linksys router to port forward 11111 to that... |
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2004 |
| Replies: 2 Views: 3,731 Re: Setting up File Sharing on Windows XP MS has heard everyone saying that the OS is unsecure so they 'secured' it out of the box.
I think this post may help :
http://www.daniweb.com/techtalkforums/showthread.php?p=6404#post6404
There... |
Forum: IT Professionals' Lounge Jan 4th, 2004 |
| Replies: 17 Views: 9,910 |
Forum: C++ Oct 12th, 2003 |
| Replies: 4 Views: 4,342 |
Forum: Networking Hardware Configuration Oct 6th, 2003 |
| Replies: 3 Views: 4,564 Re: File Sharing and such I am going to assume that you can see the machine when you browse the network from Windows explorer and all machines are XP/Windows 2000. If you cant see them, then there may be other issues.
So the... |