Forum: Coder's Corner Lounge
Apr 17th, 2008, 9:57 AM
|
|
Replies: 24
Views: 678
Re: And... so what exactly do you do?
I personally have never found it a problem. I just say I work with computers. They usually swiftly move onto another subject or if they're a geek too we end up talking shop way too long :)
When I...
|
Forum: Coder's Corner Lounge
Mar 12th, 2008, 4:24 AM
|
|
Replies: 4
Views: 228
|
Forum: Coder's Corner Lounge
Mar 5th, 2008, 11:17 AM
|
|
Replies: 14
Views: 403
Re: IDE for Programming
Get EMACs learn LISP and create your own IDE on the fly as you go along to program any language, then give your mouse to charity.
|
Forum: C#
Feb 13th, 2008, 2:49 AM
|
|
Replies: 8
Views: 374
Re: Cool C# Tutorial
Steve Martin in the movie House Sitter - " Oh My God !"
I guess Enum.GetNames comes later on.
|
Forum: C#
Feb 11th, 2008, 10:44 AM
|
|
Replies: 8
Views: 374
Re: Cool C# Tutorial
Hmm looks good, lots of adverts and the contact link is broken though. But the content seems genuine and not plagiarized, although the tutorials I looked at had no author credentials.
|
Forum: Visual Basic .NET
Jan 31st, 2008, 4:11 AM
|
|
Replies: 7
Views: 351
Re: VS 2005 / 2008 Express on Wine
Also consider sharpdevelop which is a free .NET IDE with arguably more features than the Express Editions Microsoft provide. And I beleive it runs in mono ok.
|
Forum: C#
Jan 31st, 2008, 3:02 AM
|
|
Replies: 16
Views: 441
Re: c#
Start here:
http://msdn2.microsoft.com/en-us/library/a72418yk(VS.80).aspx
|
Forum: Coder's Corner Lounge
Jan 31st, 2008, 2:34 AM
|
|
Replies: 6
Views: 286
Re: Being a programmer
Yes it is primarily a .NET shop. Mostly ASP.NET Intranet Applications. But we do occasional windows forms stuff and some PHP/MySql. It's taken me 7 years to get into a programming job that met my...
|
Forum: C#
Jan 30th, 2008, 6:57 AM
|
|
Replies: 16
Views: 441
Re: c#
You have posted in a C# forum, does your homework specify that C# is to be used ?
if yes:
Step 1.
Do you have the .NET framework 2.0 installed on a PC ?
Start -> Run.
Type: cmd
press enter
type cd...
|
Forum: C#
Jan 30th, 2008, 4:39 AM
|
|
Replies: 16
Views: 441
Re: c#
Just do a command programme, also known as a Console programme.
|
Forum: Coder's Corner Lounge
Jan 30th, 2008, 4:33 AM
|
|
Replies: 49
Views: 1,551
Re: when did you start programming?
Well we are the basic generation, it was designed to inspire us and comoditise us so we'd end up flooding the market with cheap free software so that everyone would want to buy computers. and in my...
|
Forum: C#
Jan 30th, 2008, 4:24 AM
|
|
Replies: 16
Views: 441
Re: c#
Nope it's not allowed, you have to write and post some first. Then I will post any necessary additional or correcting code.
You might get lucky. Sometimes a forum member can't resist showing off...
|
Forum: C#
Jan 30th, 2008, 4:15 AM
|
|
Replies: 16
Views: 441
Re: c#
Two string arrays for the departure and arrival cities.
A string for the stop by city
then two nested loop:
write line "one way trip:"
Outer loop (for each departure city)....
Oooh oooh single...
|
Forum: Coder's Corner Lounge
Jan 30th, 2008, 2:42 AM
|
|
Replies: 6
Views: 286
Re: Being a programmer
Wow what a coincidence, I've already written about being a web developer recently:
http://www.helium.com/tm/776206/arrive-office-early-around
|
Forum: Coder's Corner Lounge
Jan 29th, 2008, 9:50 AM
|
|
Replies: 49
Views: 1,551
Re: when did you start programming?
Started with BASIC aged 10 thru to about 15. I then found out about girls and mountains and forgot all about programming until about age 25 when I got involved again with VBA in MS Access97 and TSQL...
|
Forum: Visual Basic .NET
Jan 18th, 2008, 6:10 AM
|
|
Replies: 8
Views: 335
Re: Deploy VB Application
There are third party installer tools you can get and use to make set-up programs too. Like Inno (http://www.jrsoftware.org/isinfo.php) which is perhaps the most well known.
|
Forum: Visual Basic .NET
Jan 18th, 2008, 6:07 AM
|
|
Replies: 8
Views: 335
Re: Deploy VB Application
It doesn't say and I don't know without trying it for myself which I might do one evening soon. If there isn't a way to do it using 'Click once' you could do it in your code. Keep a setting in the...
|
Forum: Visual Basic .NET
Jan 18th, 2008, 4:16 AM
|
|
Replies: 8
Views: 335
Re: Deploy VB Application
Ok it seems the Express editions of Visual Studio don't include setup projects. Only the click once deployment technology which you can see how to use...
|
Forum: Visual Basic .NET
Jan 17th, 2008, 2:48 PM
|
|
Replies: 8
Views: 335
Re: Deploy VB Application
Are you using 2005 Express Edition or 2008 ?
You must right click on the actual Solution node at the top of the project tree, not just any where in solution explorer.
|
Forum: Visual Basic .NET
Jan 17th, 2008, 6:38 AM
|
|
Replies: 8
Views: 335
Re: Deploy VB Application
Right click the solution in solution explorer, choose add -> New Project... choose a setup project. Build the set-up project it will output a setup.exe and an msi file.
Google for tutorials on setup...
|
Forum: Coder's Corner Lounge
Jan 17th, 2008, 2:57 AM
|
|
Replies: 18
Views: 471
Re: Dreams + Programming = Drogramming?
I often get bogged down with a problem one day, only to sleep on it, come in the following morning, and solve it simply in five minutes. I am often thinking about the problem just before falling...
|
Forum: Community Introductions
Jan 15th, 2008, 6:43 AM
|
|
Replies: 8
Views: 238
Re: Need some help with webprogramming
You could do this using PHP or ASP.NET or Ruby on Rails.
You would need to look at domain hosting packages that support one of these technologies and includes a database.
If you want to have it...
|
Forum: C#
Jan 4th, 2008, 8:17 AM
|
|
Replies: 13
Views: 401
Re: System.Net.Sockets Namespace Missing??
This is where uber tools like Visual Studio hide a little too much for beginners. When you start a new project some of the framework libraries are automatically linked (depending what type of project...
|
Forum: C#
Dec 14th, 2007, 2:52 AM
|
|
Replies: 3
Views: 213
Re: DataGrid
Just create a combobox column and be done with it.
|
Forum: JavaScript and Client-Side Browser Scripting
Dec 10th, 2007, 3:07 AM
|
|
Replies: 2
Views: 249
Re: Returning Index
Just loop the array of integers in reverse.
var integerArray = [1,-2,0,4,-5,0,7,-8,0,10];
var positiveInts = [];
for(var i = integerArray.length - 1, i >= 0, --i)
{
if(integerArray [i] >= 0)
...
|
Forum: Visual Basic .NET
Dec 7th, 2007, 5:04 AM
|
|
Replies: 8
Views: 383
Re: .Net printing
.NET makes it very easy. I realise this is C# in a VB forum but obviously the principal is the same and VB Syntax just makes my teeth jangle a bit like fingernails on a blackboard, sorry.
using...
|
Forum: ASP.NET
Nov 15th, 2007, 7:06 AM
|
|
Replies: 2
Views: 285
Re: Simple question about Assembly
Place it in the Resources folder of your project in Solution Explorer, right click it and choose properties, set the Build Action property to Embedded Resource.
|
Forum: Coder's Corner Lounge
Nov 7th, 2007, 7:29 AM
|
|
Replies: 12
Views: 416
Re: Request a tutorial?
Right now I need a tutorial in Fluid Dynamics. Particularly how to calculate the loss of flow in Pascals/m for a given pipe diameter, material or grade (how to acertain it's inner roughness) and...
|
Forum: Coder's Corner Lounge
Nov 7th, 2007, 7:08 AM
|
|
Replies: 7
Views: 353
Re: Entertaining read
Lol. That's From a very different era indeed! Optimization aside. If I refused to implement something and then implemented the opposite of what my boss requested. I don't think 'Greener pastures'...
|
Forum: C++
Nov 1st, 2007, 9:55 AM
|
|
Replies: 21
Views: 798
Re: c++ code to read from batch file
What knowledge are you trying to glean ??
Do you mean you want to disassemble the batch commands to see how they actually work?
IMHO that's *hardest* way to learn.
|
Forum: C++
Nov 1st, 2007, 7:04 AM
|
|
Replies: 21
Views: 798
Re: c++ code to read from batch file
Ok you want to convert platform dependant shell commands in a batch file (which could be a linux shell script or windows DOS .bat file blah blah... these are all batch files) into C++ Source code in...
|
Forum: C#
Oct 30th, 2007, 4:21 AM
|
|
Replies: 9
Views: 387
Re: Creating databases in c#
You need to look at an ADO tutorial (http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx) (Active Data Objects) you need a connection string, a connection object, a command object and...
|
Forum: Coder's Corner Lounge
Oct 25th, 2007, 7:40 AM
|
|
Replies: 34
Views: 987
Re: Google: Friend or Foe?
To me this indicates you are solution focused, instead of problem focused. (In 'Straight to code mode' as so many of us are often guilty). If you concentrate on the problem domain in a proper manner,...
|
Forum: Python
Oct 25th, 2007, 5:47 AM
|
|
Replies: 36
Views: 1,474
|
Forum: Python
Oct 25th, 2007, 5:05 AM
|
|
Replies: 36
Views: 1,474
|
Forum: Community Introductions
Oct 24th, 2007, 7:59 AM
|
|
Replies: 9
Views: 389
|
Forum: Coder's Corner Lounge
Oct 19th, 2007, 3:15 PM
|
|
Replies: 17
Views: 574
Re: Task Management
I keep all my to-do lists on paper as I'm always making notes and I just find it quicker and it keeps my handwriting in good order. They are kept in piles relevant to each project. Then I have a...
|
Forum: Community Introductions
Oct 19th, 2007, 11:33 AM
|
|
Replies: 16
Views: 554
|
Forum: Community Introductions
Oct 19th, 2007, 11:23 AM
|
|
Replies: 16
Views: 554
|
Forum: Community Introductions
Oct 19th, 2007, 11:18 AM
|
|
Replies: 16
Views: 554
|