Forum: Visual Basic .NET
Aug 3rd, 2005, 10:58 PM
|
|
Replies: 1
Views: 285
Regions/GraphicsPath
Hello all.
I'm trying to create a Panel that will 'envelope' another control. It's supposed to grow seven pixels from the control's four borders; that I did (easy).
However, then, its Region needs to...
|
Forum: Coder's Corner Lounge
Jul 18th, 2005, 7:18 PM
|
|
Replies: 17
Views: 376
|
Forum: HTML / XHTML / CSS
Jun 21st, 2005, 8:32 PM
|
|
Replies: 8
Views: 299
|
Forum: C#
Jun 21st, 2005, 8:30 PM
|
|
Replies: 17
Views: 501
|
Forum: Visual Basic .NET
Jun 21st, 2005, 4:29 PM
|
|
Replies: 2
Views: 350
I've had people ask me about a DVD player that...
I've had people ask me about a DVD player that can filter language for their kids; I've seen a sort of pass-through for TVs (such as the TV-Guardian), but so far there haven't been any turn-ups for a...
|
Forum: Visual Basic .NET
Jun 20th, 2005, 9:56 PM
|
|
Replies: 2
Views: 350
CC with .NET?
Alright, I didn't know even where to start with this one!
I'm looking to build a program that can moniter a DVD's closed captioning. Does anyone know where I can get an API that will let me connect...
|
Forum: Visual Basic .NET
Jun 20th, 2005, 9:53 PM
|
|
Replies: 5
Views: 465
Yes, this is possible.
Go to the File menu......
Yes, this is possible.
Go to the File menu... File->New->Project->Setup and Deployment->Setup Project
You should try playing around with it first; in my experience, it's a little tricky to use.
|
Forum: Visual Basic
Jun 19th, 2005, 12:48 AM
|
|
Replies: 18
Views: 730
|
Forum: Visual Basic .NET
Jun 17th, 2005, 10:56 AM
|
|
Replies: 1
Views: 282
|
Forum: Visual Basic .NET
Jun 15th, 2005, 11:55 PM
|
|
Replies: 4
Views: 293
puglover,
This code will pop up a message that...
puglover,
This code will pop up a message that says "Hello, World" on it.
Assuming that you are doing this in VB.NET, there could be a variety of problems associated with your code.
If you are...
|
Forum: Coder's Corner Lounge
Jun 15th, 2005, 11:21 AM
|
|
Replies: 101
Views: 2,104
Wow, talk about that flaming...
I'm wondering...
Wow, talk about that flaming...
I'm wondering whether I should get involved and thrown out...
Hey, sure.
And now it's time for, Did You Know!?
Did you know... England came first, so we ruined their...
|
Forum: Visual Basic .NET
Jun 14th, 2005, 6:51 PM
|
|
Replies: 13
Views: 447
Ooble, a thousand apologies. And a long...
Ooble, a thousand apologies. And a long standing-ovation for your refactoring mindset. I was lazy, and didn't read the code, and assumed that you meant something incredibly insidious and evil; please...
|
Forum: Visual Basic .NET
Jun 14th, 2005, 6:49 PM
|
|
Replies: 1
Views: 277
|
Forum: C
Jun 11th, 2005, 9:12 PM
|
|
Replies: 14
Views: 436
|
Forum: C
Jun 11th, 2005, 7:14 PM
|
|
Replies: 14
Views: 436
*steps up onto soap-box*
#define should not be...
*steps up onto soap-box*
#define should not be used, because a typed constant is better and easier to debug.
200? It's nice to have a buffer, I know, but try using malloc with the actual string size...
|
Forum: Coder's Corner Lounge
Jun 11th, 2005, 7:08 PM
|
|
Replies: 24
Views: 562
|
Forum: Coder's Corner Lounge
Jun 11th, 2005, 7:06 PM
|
|
Replies: 637
Views: 18,977
|
Forum: C++
Jun 11th, 2005, 1:38 PM
|
|
Replies: 35
Views: 1,006
|
Forum: Visual Basic .NET
Jun 11th, 2005, 1:30 AM
|
|
Replies: 13
Views: 447
If you are new to VB.NET, I would suggest...
If you are new to VB.NET, I would suggest starting to get those old adages concrete before you start another major project:
1) Name variables wisely.
rtb1 could be txtUnstrippedHTML ; lbloc could...
|
Forum: C++
Jun 5th, 2005, 1:53 PM
|
|
Replies: 12
Views: 328
|
Forum: C++
Jun 2nd, 2005, 7:47 AM
|
|
Replies: 15
Views: 310
|
Forum: Community Introductions
Jun 2nd, 2005, 7:43 AM
|
|
Replies: 12
Views: 336
10 PRINT "HELLO"
Hello all at ProgrammingForums.org.
I've just found the introductions forum, and thought, "Hey, cool! I'll leave an introduction!" So, this would be it.
I'm in highschool, I program in a myriad of...
|
Forum: Coder's Corner Lounge
Jun 1st, 2005, 9:44 AM
|
|
Replies: 21
Views: 490
|
Forum: PHP
Jun 1st, 2005, 9:39 AM
|
|
Replies: 33
Views: 1,021
From the FAQ:...
From the FAQ: http://www.searchlancer.com/faqs.html#4
Shouldn't this read 0% or $0?
Also, down at the bottom of the FAQ, IE renders the links incorrectly. There are several odd characters between...
|
Forum: Visual Basic .NET
May 30th, 2005, 6:39 PM
|
|
Replies: 1
Views: 378
|
Forum: Visual Basic .NET
May 30th, 2005, 6:37 PM
|
|
Replies: 1
Views: 498
|
Forum: Visual Basic .NET
May 30th, 2005, 6:31 PM
|
|
Replies: 3
Views: 571
|
Forum: Visual Basic .NET
May 29th, 2005, 2:33 PM
|
|
Replies: 2
Views: 276
|
Forum: Visual Basic .NET
May 28th, 2005, 2:44 PM
|
|
Replies: 9
Views: 299
|
Forum: Visual Basic .NET
May 27th, 2005, 8:18 PM
|
|
Replies: 1
Views: 271
|
Forum: Visual Basic .NET
May 27th, 2005, 8:15 PM
|
|
Replies: 17
Views: 967
JaDa64, have you created Form2 yet? In .NET, as...
JaDa64, have you created Form2 yet? In .NET, as has already been stated, you must create a form object before showing it. It sounds whacked, but it's better that way. So say you have the form object,...
|
Forum: Visual Basic .NET
May 27th, 2005, 8:04 PM
|
|
Replies: 9
Views: 299
|
Forum: Other Programming Languages
May 27th, 2005, 7:48 PM
|
|
Replies: 6
Views: 346
|
Forum: HTML / XHTML / CSS
May 27th, 2005, 10:10 AM
|
|
Replies: 14
Views: 345
It all depends on your situation. If you're...
It all depends on your situation. If you're setting up a personal testing site for use only on one computer, try XAMPP. Otherwise, Apacha is great. There are some really good websites that explain...
|
Forum: Coder's Corner Lounge
May 27th, 2005, 10:07 AM
|
|
Replies: 6
Views: 177
|
Forum: Coder's Corner Lounge
May 27th, 2005, 9:44 AM
|
|
Replies: 6
Views: 177
Small, miniscule typo on page
Is it just me, or is there an underscore between the 'Home' and 'User CP' buttons on the top of the page?
Sorry, I'm a neat-freak, and that's the ONLY thing I could find wrong with these fabulous...
|
Forum: Coder's Corner Lounge
May 27th, 2005, 12:02 AM
|
|
Replies: 61
Views: 1,991
Yeah, I'm a youth, and I could pit my skill...
Yeah, I'm a youth, and I could pit my skill against most of the world (though I'm totally eclipsed by you guys, I'm sure). I've learned everything from books, books, and more books, not to meantion a...
|
Forum: Visual Basic .NET
May 26th, 2005, 11:52 PM
|
|
Replies: 4
Views: 379
I would definitely break it down into small...
I would definitely break it down into small segments, each encapsulated in its own class. This helps immensly in debugging.
My preference is a diconnect of information:
GUI front end - communicates...
|
Forum: Coder's Corner Lounge
May 26th, 2005, 11:00 AM
|
|
Replies: 135
Views: 2,747
If you're wrong, what do you think He thinks...
If you're wrong, what do you think He thinks about that statement?
It's funny, that everyone has an opinion on the matter. I'll not venture mine here; I'm a Protestant if that explains anything. The...
|
Forum: Coder's Corner Lounge
May 25th, 2005, 7:55 PM
|
|
Replies: 15
Views: 394
Explain Member Status to a Newbie, por favor
Hey, could anybody tell me how the user stats work.
For instance, I'm currently a Newbie. I've seen other people who are Guru's or Hobbyist's. How does the ranking system work?
Thanks.
|