Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: Kami
Forum: Other Web Development Languages Feb 4th, 2007, 9:41 PM
Replies: 0
Views: 111
Posted By Kami
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
Posted By Kami
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
Posted By Kami
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
Posted By Kami
6th edition is the one I'm looking at. I'll...

6th edition is the one I'm looking at. I'll probably get it then, as it sounds like a favorite. Thanks for your help!
Forum: Java Feb 2nd, 2006, 8:39 PM
Replies: 23
Views: 640
Posted By Kami
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
Posted By Kami
Career path question for the experienced members...

I am currently a test lead for a fairly large company. I have been in this position for nearly a year, but am getting somewhat bored of doing manual testing and writing simple automation scripts day...
Forum: Other Programming Languages Jan 11th, 2006, 9:08 PM
Replies: 1
Views: 299
Posted By Kami
Moving code from Visual Studio 2005 to Visual Studio 2003 and back.

For those of you who use both Visual Studio 2003 and 2005, is it possible to take code from a machine running 2003 and continue development on another machine running 2005, and then take the code...
Forum: ASP.NET Aug 4th, 2005, 7:06 PM
Replies: 1
Views: 315
Posted By Kami
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
Posted By Kami
Determining a client computer's core temperature

Is it possible to determine a client machine's core temperature? I imagine there would be some sort of mobo support that is required, but has anyone successfully done this?
Forum: C# Jul 9th, 2005, 10:25 PM
Replies: 5
Views: 302
Posted By Kami
I have a script running which I wrote using VB...

I have a script running which I wrote using VB Script which parses through my email and, if it meets all the requirements (sender in address list, no attachments, etc) it will send a text...
Forum: C++ Jul 9th, 2005, 10:19 PM
Replies: 19
Views: 556
Posted By Kami
I agree. If you are going to learn one language,...

I agree. If you are going to learn one language, learn C++. The thing about C++ is you have to do pretty much everything manually (of course there are libraries you can import if you want). ...
Forum: C# Jun 21st, 2005, 11:56 PM
Replies: 2
Views: 198
Posted By Kami
That's what I was looking for. Thanks!

That's what I was looking for. Thanks!
Forum: C# Jun 21st, 2005, 9:05 PM
Replies: 2
Views: 198
Posted By Kami
Pausing without using timers?

Quick question. :) Is there a way in C# to pause for a given length of time without using timers?
Forum: C++ Jun 1st, 2005, 8:27 PM
Replies: 18
Views: 379
Posted By Kami
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
Posted By Kami
haha. Yes, in this case, they are doing the same...

haha. Yes, in this case, they are doing the same thing. The difference is with the getchar() function, it will return a single character at the index passed in. cin.get() will return the first...
Forum: C++ May 29th, 2005, 6:16 PM
Replies: 13
Views: 455
Posted By Kami
Actually, neither of those are correct. As soon...

Actually, neither of those are correct. As soon as the code encounters the return, the function exits. cin.get() is never executed. The correct code would be as follows:

int main()
{
cout <<...
Forum: Other Programming Languages May 29th, 2005, 3:53 PM
Replies: 9
Views: 417
Posted By Kami
It can be argued that everything you can do with...

It can be argued that everything you can do with ASP.NET can be done in PHP. The big advantage is that ASPX let's you use other languages (VB.NET or C#), which a lot of people prefer, myself...
Forum: Other Programming Languages May 29th, 2005, 3:10 PM
Replies: 9
Views: 417
Posted By Kami
The animations are usually done in Flash, but be...

The animations are usually done in Flash, but be warned ... do not deal with the credit information yourself. There are some serious lawsuits that could arise. Of all the professional web...
Forum: Other Programming Languages May 29th, 2005, 1:01 PM
Replies: 7
Views: 282
Posted By Kami
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
Posted By Kami
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
Posted By Kami
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
Posted By Kami
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...
Showing results 1 to 22 of 22

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:21 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC