Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 500
Search took 0.06 seconds; generated 1 minute(s) ago.
Search: Posts Made By: InfoGeek
Forum: C# Jan 8th, 2008, 11:31 PM
Replies: 3
Views: 145
Posted By InfoGeek
Re: Exception Handling and Events

I found something related to the above here (http://richnewman.wordpress.com/2007/04/08/top-level-exception-handling-in-windows-forms-applications-part-1/) . I'll look into it in detail later on.
Forum: C# Jan 8th, 2008, 9:09 PM
Replies: 3
Views: 145
Posted By InfoGeek
Exception Handling and Events

Hi Friends!
I have been away for a while, now I'm planning to come back here and participate actively again.
Anyways, coming to the question:-
As per my understanding, we should not place try......
Forum: Other Programming Languages Nov 17th, 2007, 7:55 PM
Replies: 9
Views: 420
Posted By InfoGeek
Re: VB6 Drivelistbox problem on WindowsVista

The problem probably is with the code and not windows vista. You need to provide more information in order to get help. Showing relevant portions of the code may help.
Forum: C++ Jul 18th, 2007, 9:58 PM
Replies: 12
Views: 400
Posted By InfoGeek
This might help you:...

This might help you: http://www.programmingforums.org/forum/f60-c/t9344-socketsim-on-lan-program-problem-.html
Forum: C# Jun 27th, 2007, 9:49 PM
Replies: 10
Views: 365
Posted By InfoGeek
First links on google: MySql Parameterized...

First links on google:
MySql Parameterized Queries (http://weblogs.asp.net/cumpsd/archive/2004/04/05/107456.aspx)

SQL Injection (http://en.wikipedia.org/wiki/SQL_injection)
Forum: C# Jun 24th, 2007, 2:58 AM
Replies: 10
Views: 365
Posted By InfoGeek
I suggest using parameterized queries instead of...

I suggest using parameterized queries instead of simple concatenation to aviod sql injection attacks.
Forum: C# May 23rd, 2007, 6:35 AM
Replies: 5
Views: 117
Posted By InfoGeek
Have you tried this? g.DrawImage(imageRef, new...

Have you tried this?

g.DrawImage(imageRef, new Point(0, 0));
Forum: Coder's Corner Lounge May 17th, 2007, 11:16 PM
Replies: 30
Views: 638
Posted By InfoGeek
North India.

North India.
Forum: Coder's Corner Lounge May 3rd, 2007, 7:03 AM
Replies: 48
Views: 724
Posted By InfoGeek
Ass....

Ass....
Forum: Community Announcements and Feedback Apr 25th, 2007, 11:11 PM
Replies: 27
Views: 558
Posted By InfoGeek
I voted no because I think that the expression...

I voted no because I think that the expression it's meant to convey isn't obvious.
Forum: JavaScript and Client-Side Browser Scripting Apr 12th, 2007, 11:03 PM
Replies: 4
Views: 230
Posted By InfoGeek
Thanks a lot Game_Ender. It seems the way to go....

Thanks a lot Game_Ender. It seems the way to go. I'm looking into it now.
Forum: JavaScript and Client-Side Browser Scripting Apr 12th, 2007, 1:42 AM
Replies: 4
Views: 230
Posted By InfoGeek
I've seen this earlier. It's not what I'm looking...

I've seen this earlier. It's not what I'm looking for. I've to rotate large images and not small icons. And It's written in javascript which is going to be very slow.
Forum: JavaScript and Client-Side Browser Scripting Apr 11th, 2007, 11:37 PM
Replies: 4
Views: 230
Posted By InfoGeek
Image rotation

Hello everybody,

I'm working on a project where we need to rotate an image at 90 degrees. I've got this already written:

function rotateMyImage() {
var rotBy =...
Forum: Coder's Corner Lounge Mar 12th, 2007, 12:05 AM
Replies: 12
Views: 252
Posted By InfoGeek
And Collect e-mail addresses through illegal...

And Collect e-mail addresses through illegal ways... :p
Forum: Coder's Corner Lounge Mar 11th, 2007, 9:38 PM
Replies: 12
Views: 252
Posted By InfoGeek
spam!!

I received this e-mail today:-


How funny! I'm a millionaire! :banana:
Forum: Other Programming Languages Mar 8th, 2007, 9:53 AM
Replies: 3
Views: 196
Posted By InfoGeek
May be it means you know how to use to use a...

May be it means you know how to use to use a compiler, a debugger, a hex editor or other such utilities.
Forum: Show Off Your Open Source Projects Mar 8th, 2007, 9:25 AM
Replies: 12
Views: 297
Posted By InfoGeek
Then what's the purpose of posting it here. I...

Then what's the purpose of posting it here. I don't think many people here are interested in playing the game but many may be interested more in viewing the code instead.

EDIT:
Forum...
Forum: Coder's Corner Lounge Mar 1st, 2007, 10:44 AM
Replies: 14
Views: 290
Posted By InfoGeek
Happy B'day Mjordan2nd! :) :)

Happy B'day Mjordan2nd! :) :)
Forum: Coder's Corner Lounge Mar 1st, 2007, 3:12 AM
Replies: 16
Views: 302
Posted By InfoGeek
Happy B'day Arevos! :)

Happy B'day Arevos! :)
Forum: Coder's Corner Lounge Feb 28th, 2007, 10:12 PM
Replies: 9
Views: 280
Posted By InfoGeek
Rofl!

Rofl!
Forum: Community Introductions Feb 26th, 2007, 8:35 PM
Replies: 16
Views: 371
Posted By InfoGeek
Welcome back Ooble. I haven't been around here...

Welcome back Ooble. I haven't been around here much in the last 6 months or so. Slowly coming back...
Forum: C Feb 21st, 2007, 10:40 PM
Replies: 11
Views: 296
Posted By InfoGeek
I think you...

I think you meant...

send_over_i2c((char*)&myval, sizeof(float));
Forum: C Feb 14th, 2007, 7:54 AM
Replies: 4
Views: 248
Posted By InfoGeek
or you can do something like... ...

or you can do something like...

for(i=0;i<100;++i)
a[i] = i+1;

for(i=0;i<100;++i)
swap(a[i], a[rand()%100]);
Forum: C# Feb 8th, 2007, 9:12 PM
Replies: 3
Views: 204
Posted By InfoGeek
Solved!

I figured out that I needed to create a myTrackbar.Designer.cs file.
Forum: C# Feb 8th, 2007, 8:59 PM
Replies: 3
Views: 204
Posted By InfoGeek
I think you didn't understand what I meant. If I...

I think you didn't understand what I meant.

If I create a UserControl, I can edit the appearance and put other controls on it at design time. But I wanted to directly inherit from TrackBar and by...
Forum: C# Feb 8th, 2007, 6:43 AM
Replies: 3
Views: 204
Posted By InfoGeek
How to add inherited control to toolbox.

Hi all.
I created a custom control by inheriting the trackbar control. It works fine but I've to write code every time I need to add that control to a form. I want that the users of the control...
Forum: Coder's Corner Lounge Jan 13th, 2007, 10:55 PM
Replies: 6
Views: 401
Posted By InfoGeek
I'm going to work in C or C++.

I'm going to work in C or C++.
Forum: Coder's Corner Lounge Jan 13th, 2007, 8:51 PM
Replies: 6
Views: 401
Posted By InfoGeek
Looks interesting... I've registered for the...

Looks interesting...
I've registered for the contest. At most 3 members can be in a team. I'm looking for the other two...
Anyone willing to join me?
(Calling on Grumpy, Dawei, The Dark and Arevos!)
Forum: Coder's Corner Lounge Sep 16th, 2006, 8:04 PM
Replies: 53
Views: 877
Posted By InfoGeek
@crawforddavid2006: Your sig has already been...

@crawforddavid2006: Your sig has already been rated, so I won't rate it again.

Rate my sig!
Forum: Coder's Corner Lounge Sep 13th, 2006, 10:21 PM
Replies: 15
Views: 431
Posted By InfoGeek
lol! it's funny. Took me about 2 seconds to get...

lol! it's funny. Took me about 2 seconds to get the joke.
Forum: Coder's Corner Lounge Sep 7th, 2006, 7:07 PM
Replies: 16
Views: 285
Posted By InfoGeek
it's already discussed here...

it's already discussed here (http://www.programmingforums.org/forum/showthread.php?t=9258)
Forum: Coder's Corner Lounge Sep 4th, 2006, 12:51 PM
Replies: 15
Views: 387
Posted By InfoGeek
That's a sad news. :(

That's a sad news. :(
Forum: Coder's Corner Lounge Aug 13th, 2006, 9:25 AM
Replies: 102
Views: 1,773
Posted By InfoGeek
9/10 for that cute penguin.

9/10 for that cute penguin.
Forum: Software Design and Algorithms Aug 3rd, 2006, 9:24 PM
Replies: 10
Views: 258
Posted By InfoGeek
Thanks very much grumpy. I really appreciate your...

Thanks very much grumpy. I really appreciate your advice. :)
Forum: Software Design and Algorithms Aug 3rd, 2006, 1:02 PM
Replies: 10
Views: 258
Posted By InfoGeek
Thanks grumpy for that insight. One thing I'm...

Thanks grumpy for that insight. One thing I'm wondering about now is how to avoid sprinkling try/catch blocks everywhere in the code. Like if I have a few functions each of which uses object of a...
Forum: PHP Jul 30th, 2006, 8:01 AM
Replies: 4
Views: 201
Posted By InfoGeek
I'm not sure about this. But I think you can do...

I'm not sure about this. But I think you can do this with google maps. Dawei did a similar thing a while back. here's (http://www.daweidesigns.com/map.php) a link.
Forum: Software Design and Algorithms Jul 30th, 2006, 2:36 AM
Replies: 10
Views: 258
Posted By InfoGeek
I've read grumpy's article and also learnt about...

I've read grumpy's article and also learnt about exceptions from Bjarne Stroustrup's C++ The programming Language. BS prefers to create separate classes for each kind of error that may be thrown....
Forum: Coder's Corner Lounge Jul 28th, 2006, 11:15 PM
Replies: 19
Views: 351
Posted By InfoGeek
I'm INTJ.

I'm INTJ.
Forum: Software Design and Algorithms Jul 23rd, 2006, 1:28 PM
Replies: 10
Views: 258
Posted By InfoGeek
Grumpy's article looks pretty interesting. I'll...

Grumpy's article looks pretty interesting. I'll read it a few times before I can make anything out of it. I'll also look into Bruce Eckle's book. Thanks.
Forum: Coder's Corner Lounge Jul 23rd, 2006, 12:41 PM
Replies: 104
Views: 6,371
Posted By InfoGeek
I faced the same problem when I was trying to...

I faced the same problem when I was trying to install slackware. I don't remember what I did. I prolly changed the jumper settings to make the HDD the primary master.
Showing results 1 to 40 of 500

 
Forum Jump



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

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