Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 50
Search took 0.01 seconds.
Search: Posts Made By: Wraith Daquell
Forum: Visual Basic .NET Aug 3rd, 2005, 10:58 PM
Replies: 1
Views: 285
Posted By Wraith Daquell
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
Posted By Wraith Daquell
No, they can't be conquered. Mashed Potatoes are...

No, they can't be conquered. Mashed Potatoes are the invincible havoc-makers.
Forum: HTML / XHTML / CSS Jun 21st, 2005, 8:32 PM
Replies: 8
Views: 299
Posted By Wraith Daquell
The absolute best reference for HTML and CSS that...

The absolute best reference for HTML and CSS that I've found is:
http://www.blooberry.com/indexdot/css/index.html

It doesn't teach the language straight off, but if you need to find a certain...
Forum: C# Jun 21st, 2005, 8:30 PM
Replies: 17
Views: 501
Posted By Wraith Daquell
It really all depends on what you're planning on...

It really all depends on what you're planning on making.
If you will need to make a multi-tiered application with support for databases, thin-clients, intelligent logging systems, etc., then no, it...
Forum: Visual Basic .NET Jun 21st, 2005, 4:29 PM
Replies: 2
Views: 350
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
Don't all of the .NET compilers come with the...

Don't all of the .NET compilers come with the .NET SDK? http://www.microsoft.com/downloads/details.aspx?FamilyID=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en
Forum: Visual Basic .NET Jun 17th, 2005, 10:56 AM
Replies: 1
Views: 282
Posted By Wraith Daquell
Depending on what you'd like to do, you may...

Depending on what you'd like to do, you may consider using a ComboBox and implement Daryl's strategy. (http://www.codeproject.com/vb/net/autocomplete_combobox.asp)
Forum: Visual Basic .NET Jun 15th, 2005, 11:55 PM
Replies: 4
Views: 293
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
Change the uiMode property to none . The Media...

Change the uiMode property to none . The Media Player is tough to master (COM, yeck!), so I understand your plight.
You may also consider turning enableContextMenu to false, as well.

Good luck!
Forum: C Jun 11th, 2005, 9:12 PM
Replies: 14
Views: 436
Posted By Wraith Daquell
DaWei and co. I was just kidding around. These...

DaWei and co.

I was just kidding around. These things seemed to me to be of slight importance, but CrAzY_J, please don't be insulted by me. I'm harmless.
Forum: C Jun 11th, 2005, 7:14 PM
Replies: 14
Views: 436
Posted By Wraith Daquell
*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
Posted By Wraith Daquell
I use Scite, but mainly VS2003 or 2005. I'm using...

I use Scite, but mainly VS2003 or 2005.
I'm using the student edition of those, so if I ever distribute something, I use SharpDevelop. In the past, though, I've used an Apple II and Dev-C++.
Forum: Coder's Corner Lounge Jun 11th, 2005, 7:06 PM
Replies: 637
Views: 18,977
Posted By Wraith Daquell
My humble VB.NET solution - Almost completely...

My humble VB.NET solution - Almost completely refactored and OO. :p

Public Class Count
Protected Count_Amount As Integer

Sub New(ByVal Amount As Integer)
Count_Amount = Amount
...
Forum: C++ Jun 11th, 2005, 1:38 PM
Replies: 35
Views: 1,006
Posted By Wraith Daquell
Um, jubitzu, that was a little uncalled-for. The...

Um, jubitzu, that was a little uncalled-for. The purpose here is to ask and learn... and not get flamed at.
Forum: Visual Basic .NET Jun 11th, 2005, 1:30 AM
Replies: 13
Views: 447
Posted By Wraith Daquell
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
Posted By Wraith Daquell
Not to be picky or anything, but the...

Not to be picky or anything, but the line:
counter = counter + 1
would be better written:
counter++
Forum: C++ Jun 2nd, 2005, 7:47 AM
Replies: 15
Views: 310
Posted By Wraith Daquell
I patent all of my code... I'd better not see any...

I patent all of my code... I'd better not see any implementations of my Hello World anywhere!
My first C++ was Hello World. Bravo, Rixx, for branching off and doing something new.
Forum: Community Introductions Jun 2nd, 2005, 7:43 AM
Replies: 12
Views: 336
Posted By Wraith Daquell
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
Posted By Wraith Daquell
It all depends on the environment. If you were...

It all depends on the environment. If you were writing defragmenting software, obviously there's a risk of destroying the disk; firewalls, risk of security; OS, virus-vulnerability. For the...
Forum: PHP Jun 1st, 2005, 9:39 AM
Replies: 33
Views: 1,021
Posted By Wraith Daquell
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
Posted By Wraith Daquell
http://msdn.microsoft.com/library/default.asp?url=...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp
Forum: Visual Basic .NET May 30th, 2005, 6:37 PM
Replies: 1
Views: 498
Posted By Wraith Daquell
I know this is kind of late, but we kind of have...

I know this is kind of late, but we kind of have a rule that we can't help students with their school projects. It destroys the purpose of learning, after all.
However, the MSDN has a great amount of...
Forum: Visual Basic .NET May 30th, 2005, 6:31 PM
Replies: 3
Views: 571
Posted By Wraith Daquell
I think your question is a little too general. It...

I think your question is a little too general. It would be helpful if you could more fully explain what you're trying to do.


This could mean many things. Could this be a...
Forum: Visual Basic .NET May 29th, 2005, 2:33 PM
Replies: 2
Views: 276
Posted By Wraith Daquell
How does the button figure out which item to...

How does the button figure out which item to select?

Would the .FocusedItem() routine work?
Forum: Visual Basic .NET May 28th, 2005, 2:44 PM
Replies: 9
Views: 299
Posted By Wraith Daquell
If it is very simple, then you could just create...

If it is very simple, then you could just create three Image controls. I'll call them img1, img2, and img3. If you copy the following sub into your program, and call it whenever the label is shown,...
Forum: Visual Basic .NET May 27th, 2005, 8:18 PM
Replies: 1
Views: 271
Posted By Wraith Daquell
I can't seem to find any solution. Have you tried...

I can't seem to find any solution. Have you tried reinstalling VS?
Forum: Visual Basic .NET May 27th, 2005, 8:15 PM
Replies: 17
Views: 967
Posted By Wraith Daquell
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
Posted By Wraith Daquell
Are there only going to be three hearts, or will...

Are there only going to be three hearts, or will this number possibly change?

Assuming you only have one picture box (I'll call it imgHearts),
you could have an integer variable:

Dim NumHeartsLeft...
Forum: Other Programming Languages May 27th, 2005, 7:48 PM
Replies: 6
Views: 346
Posted By Wraith Daquell
If you download SharpDevelop, you can program in...

If you download SharpDevelop, you can program in .NET, which runs on Linux, Windows, and Macs via the Mono project. Unfortunantly, they are in VB and C#; these are almost as powerful as C++, though.
Forum: HTML / XHTML / CSS May 27th, 2005, 10:10 AM
Replies: 14
Views: 345
Posted By Wraith Daquell
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
Posted By Wraith Daquell
Yep, you got it. Three cheers for big_k105!

Yep, you got it. Three cheers for big_k105!
Forum: Coder's Corner Lounge May 27th, 2005, 9:44 AM
Replies: 6
Views: 177
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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
Posted By Wraith Daquell
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.
Showing results 1 to 40 of 50

 
Forum Jump



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

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