Forum: Other Web Development Languages
Feb 4th, 2007, 9:41 PM
|
|
Replies: 0
Views: 111
PageBoardID?
I am trying to customize an open source BB done in ASP.NET/C# (www.YetAnotherForum.net). The login function has a variable (int) called PageBoardID, but I can't figure out what it is for. It always...
|
Forum: ASP.NET
Apr 18th, 2006, 6:53 PM
|
|
Replies: 2
Views: 351
Variable in a User Control?
Quick question regarding user controls. If I am loading a user control, for example:
<Controls:Menu ID="MyMenu" Selected="0" runat="Server" />
where "selected" is a member variable in the user...
|
Forum: C#
Feb 12th, 2006, 4:56 PM
|
|
Replies: 5
Views: 428
Wow! I posted this over a year ago! :) If I...
Wow! I posted this over a year ago! :) If I remember correctly, the solution was as easy as adding the appropriate reference using the solution explorer in VS 2003. Thanks replying though. :)
|
Forum: Java
Feb 3rd, 2006, 11:17 PM
|
|
Replies: 23
Views: 640
|
Forum: Java
Feb 2nd, 2006, 8:39 PM
|
|
Replies: 23
Views: 640
Looking for book recommendations
I am looking for a good Java book that includes Swing and the basics of JSP. I am familiar with C++, C#, VB, but have never used Java, so I feel it's time to become familiar with it as well.
I am...
|
Forum: Coder's Corner Lounge
Jan 30th, 2006, 10:42 PM
|
|
Replies: 1
Views: 196
|
Forum: Other Programming Languages
Jan 11th, 2006, 9:08 PM
|
|
Replies: 1
Views: 299
|
Forum: ASP.NET
Aug 4th, 2005, 7:06 PM
|
|
Replies: 1
Views: 315
ASP.NET on Linux?
Is there a way to run ASP.NET on a Linux box running Apache (or anything else..)?
|
Forum: ASP
Jul 16th, 2005, 4:31 PM
|
|
Replies: 2
Views: 336
|
Forum: C#
Jul 9th, 2005, 10:25 PM
|
|
Replies: 5
Views: 302
|
Forum: C++
Jul 9th, 2005, 10:19 PM
|
|
Replies: 19
Views: 556
|
Forum: C#
Jun 21st, 2005, 11:56 PM
|
|
Replies: 2
Views: 198
|
Forum: C#
Jun 21st, 2005, 9:05 PM
|
|
Replies: 2
Views: 198
|
Forum: C++
Jun 1st, 2005, 8:27 PM
|
|
Replies: 18
Views: 379
I'm partial to Visual Studio.NET 2003. A lot of...
I'm partial to Visual Studio.NET 2003. A lot of it is because it's what I'm used to, but it you're willing to pay that much for it, it is a great tool. Hell, I don't even boot up Dreamweaver for my...
|
Forum: C++
May 29th, 2005, 7:29 PM
|
|
Replies: 13
Views: 455
|
Forum: C++
May 29th, 2005, 6:16 PM
|
|
Replies: 13
Views: 455
|
Forum: Other Programming Languages
May 29th, 2005, 3:53 PM
|
|
Replies: 9
Views: 417
|
Forum: Other Programming Languages
May 29th, 2005, 3:10 PM
|
|
Replies: 9
Views: 417
|
Forum: Other Programming Languages
May 29th, 2005, 1:01 PM
|
|
Replies: 7
Views: 282
It will still be used. C++ runs faster and is...
It will still be used. C++ runs faster and is lighter than any other OOPs language such as Java and C#. Just like VB (I learned the oooooooold Basic language in 1984), C++ will always have it's...
|
Forum: Other Programming Languages
May 28th, 2005, 12:43 PM
|
|
Replies: 0
Views: 184
Pocket PC emulator for AMD64?
I'm experimenting with Pocket PC development but have run into a snag. While developing on my Pentium 4, everything works perfectly, the emulator fires up instantely and lets me debug the...
|
Forum: Java
May 16th, 2005, 7:59 PM
|
|
Replies: 1
Views: 198
Java and J#
What exactly is the difference between Java and J#? Is J# just Microsoft's version of Java with a .NET compiler? I'm curious to know if code written in Java could be compiled as-is using VS.NET's...
|
Forum: C#
Jan 29th, 2005, 1:56 PM
|
|
Replies: 5
Views: 428
Referencing External Assemblies
I am just starting to teach myself C#, and have run into a snag, probably with my compiler settings. I am using VS.NET 2003.
Here's the problem. When I try to reference an external assembly, for...
|