Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 80
Search took 0.01 seconds.
Search: Posts Made By: alphonso
Forum: C# Jun 2nd, 2007, 2:06 AM
Replies: 5
Views: 225
Posted By alphonso
Thanks for the tip on catching and throwing....

Thanks for the tip on catching and throwing.


Do you mean that when you decompress, a file shows up with the exact name and with the exact extension?
Forum: C# Jun 2nd, 2007, 1:38 AM
Replies: 5
Views: 225
Posted By alphonso
Post Can compress; can't decompress.

HI, I'm working on a feature for my program, which is compression and decompression of files, but I am at a standstill; I can compress the files that I want, but I can't decompress them. Here's the...
Forum: C# May 14th, 2007, 4:37 PM
Replies: 3
Views: 158
Posted By alphonso
Just on a side note, if you want to learn more...

Just on a side note, if you want to learn more about cryptography, you might want to study the Rijndael, DES, 3DES, and RC2 classes in the framework. The reason why I am suggesting this is because...
Forum: C# May 12th, 2007, 10:19 PM
Replies: 3
Views: 147
Posted By alphonso
I see. Thanks for all your help :)

I see. Thanks for all your help :)
Forum: C# May 12th, 2007, 12:41 PM
Replies: 3
Views: 147
Posted By alphonso
Underscores in a field?

Hi

I seem to run into code from books wherein the name of a field in either a struct or a class is prefixed with an underscore. What does this mean? The books don't explain them. I knew for one...
Forum: Coder's Corner Lounge Mar 1st, 2007, 7:36 PM
Replies: 10
Views: 344
Posted By alphonso
Haha...Looks like the guy couldn't afford a...

Haha...Looks like the guy couldn't afford a casing, yet afford all these other parts ;)
Forum: Coder's Corner Lounge Feb 27th, 2007, 12:30 PM
Replies: 37
Views: 907
Posted By alphonso
To Jimbo: I didn't mean that; I meant if you...

To Jimbo:
I didn't mean that; I meant if you loaded a progressbar in an XP machine and Vista machine side by side, you'll notice that Vista's framework allows more eyecandy. Case in point, if you...
Forum: Coder's Corner Lounge Feb 27th, 2007, 7:46 AM
Replies: 37
Views: 907
Posted By alphonso
I'd also like to point out that programming using...

I'd also like to point out that programming using visual studio tools 2005 in Vista also makes some difference - sleeker UI, and not to mention the graphics in the progressbars.
Forum: Coder's Corner Lounge Feb 26th, 2007, 12:10 PM
Replies: 37
Views: 907
Posted By alphonso
I've been running Vista Business edition ever...

I've been running Vista Business edition ever since its release here, which was February 3. In my opinion, there were some things that make Vista better than XP; case in point, we all remember what...
Forum: Visual Basic .NET Feb 20th, 2007, 7:04 PM
Replies: 8
Views: 273
Posted By alphonso
Ok, I'll take a look at it, PhilBon...Thanks....

Ok, I'll take a look at it, PhilBon...Thanks.

Infinite Recursion, sure I'll post it here...
Forum: Visual Basic .NET Feb 20th, 2007, 8:08 AM
Replies: 8
Views: 273
Posted By alphonso
Infinite Recursion, YEAH, that will do...

Infinite Recursion, YEAH, that will do also...I'll add you too on my documentations in the credits section...Umm...I'll just need your full name ;)
Forum: Visual Basic .NET Feb 20th, 2007, 7:58 AM
Replies: 8
Views: 273
Posted By alphonso
Hey DaWei, thanks, that will help. I'll give...

Hey DaWei, thanks, that will help. I'll give credit to you on my documentations. ;)
Forum: Visual Basic .NET Feb 20th, 2007, 7:19 AM
Replies: 8
Views: 273
Posted By alphonso
Encrypting File System with Additional Features

Hi guys. My thesis for college is a system that encrypts and decrypts images and text. Obviously, the main issue here will be security, but here's the thing: to satisfy my panelist, he says that I...
Forum: Visual Basic .NET Feb 17th, 2007, 10:52 PM
Replies: 1
Views: 196
Posted By alphonso
I don't think that there's a way to do that;...

I don't think that there's a way to do that; however, you can give the form and objects a high contrast to each other, or if you really want to go with transparency, go to the color property and...
Forum: Visual Basic .NET Feb 11th, 2007, 7:03 PM
Replies: 3
Views: 240
Posted By alphonso
Check your connection string; if it's specified...

Check your connection string; if it's specified to your computer only, like "C:\Documents and Settings\...\<yourdatabasehere>, then change it so that it ships with the setup file, like...
Forum: Visual Basic .NET Feb 8th, 2007, 5:46 AM
Replies: 3
Views: 183
Posted By alphonso
You do know that there's such a thing as an...

You do know that there's such a thing as an installation wizard, right? Also, you do know that there's an uninstall automatically created for you when you create the setup file of your program,...
Forum: Visual Basic .NET Feb 5th, 2007, 7:16 PM
Replies: 2
Views: 142
Posted By alphonso
why not try making a search algorithm wherein if...

why not try making a search algorithm wherein if you make your admins choose their number, the algo will search for the specified files you need?

By the way, just curious: Why did you decide to use...
Forum: Visual Basic .NET Jan 25th, 2007, 4:27 AM
Replies: 3
Views: 180
Posted By alphonso
Sorry man, can't understand what you want..

Sorry man, can't understand what you want..
Forum: Visual Basic .NET Jan 25th, 2007, 4:11 AM
Replies: 2
Views: 203
Posted By alphonso
Red face Agreed. Also, if you can, buy a good book about...

Agreed. Also, if you can, buy a good book about VB2005. A good one would be Microsoft Press' "Programming Visual Basic 2005 Step by Step", or SAMS Publishing's "Teach Yourself Visual Basic 2005 in 24...
Forum: Visual Basic .NET Jan 19th, 2007, 7:54 AM
Replies: 3
Views: 206
Posted By alphonso
To your problem...create an ERS, or Enterprise...

To your problem...create an ERS, or Enterprise Resource System...In short, ERS is a system that is capable of doing everything that's needed to be done in a building or building complex.

For...
Forum: Visual Basic .NET Jan 19th, 2007, 7:48 AM
Replies: 3
Views: 206
Posted By alphonso
Could you teach me how to create a GPS system,...

Could you teach me how to create a GPS system, please? Even pseudocode will do.
Forum: Visual Basic .NET Jan 9th, 2007, 5:08 AM
Replies: 2
Views: 180
Posted By alphonso
Does the .def file have any DLL (or for that...

Does the .def file have any DLL (or for that matter, does the program that makes .def files have any DLLs)? If it does, import it first to VB..
Forum: Visual Basic .NET Dec 26th, 2006, 11:38 AM
Replies: 2
Views: 151
Posted By alphonso
Yes, I failed to understand it in the words of...

Yes, I failed to understand it in the words of Evangelos Petroutsos in his book, and sorry to say, his book (Mastering Microsoft Visual Basic 2005) is not a language reference, and I have no budget...
Forum: Visual Basic .NET Dec 26th, 2006, 9:53 AM
Replies: 2
Views: 151
Posted By alphonso
ByVal versus ByRef

What's the difference between these two (ByVal and ByRef), and where, when, and how do you use them? Thanks :)
Forum: Visual Basic .NET Dec 12th, 2006, 6:23 AM
Replies: 3
Views: 182
Posted By alphonso
Put this code in the...

Put this code in the button:

me.hide
<nameofsecondform>.show

that's the most basic
Forum: Visual Basic .NET Dec 10th, 2006, 12:36 AM
Replies: 2
Views: 138
Posted By alphonso
If you mean storing a number to the hard drive,...

If you mean storing a number to the hard drive, then there's two ways I can think of:
1) Create a database to store your integer to memory, and the second one is a bit hard...
2) Create a Registry...
Forum: Visual Basic .NET Nov 18th, 2006, 2:46 AM
Replies: 29
Views: 687
Posted By alphonso
Yup...First thing you need to do is gain at least...

Yup...First thing you need to do is gain at least 2 years of professional programming experience. After that, you need to go take exams (5 I think) which is all about making applications, and stuff...
Forum: Assembly Nov 17th, 2006, 7:01 AM
Replies: 5
Views: 411
Posted By alphonso
Ok, before the other guys here start reading this...

Ok, before the other guys here start reading this post you made, I'm gonna give you some heads up...Read the Rules and Regulations.



Sure, as long as you don't complain or whine if we don't help...
Forum: Visual Basic .NET Nov 17th, 2006, 6:27 AM
Replies: 2
Views: 145
Posted By alphonso
You might wanna start reading here...

You might wanna start reading here (http://www.w3schools.com/xml/default.asp)
Forum: Visual Basic .NET Nov 16th, 2006, 8:46 PM
Replies: 29
Views: 687
Posted By alphonso
Really? How much are we talking about? What I DO...

Really? How much are we talking about? What I DO know is that the MCSDs (Microsoft Certified Solutions Developer) get more than $10,000 per month, but that's those guys...And there's only 21,000+...
Forum: Visual Basic .NET Nov 16th, 2006, 3:33 AM
Replies: 29
Views: 687
Posted By alphonso
Agreed...

Agreed...
Forum: Visual Basic .NET Nov 15th, 2006, 8:35 PM
Replies: 29
Views: 687
Posted By alphonso
My thoughts exactly a few hours ago... In my...

My thoughts exactly a few hours ago...
In my opinion, the more you learn about languages, the more you are adaptable...I think.
Forum: Visual Basic .NET Nov 15th, 2006, 10:11 AM
Replies: 29
Views: 687
Posted By alphonso
Ahh, I see...And here I was thinking that I'll...

Ahh, I see...And here I was thinking that I'll buy "Mastering Visual Basic 2005" by Evangelos Petroutsos when it won't do me any good...thanks for the tips :)

By the way, I've been eyeing the book...
Forum: Visual Basic .NET Nov 15th, 2006, 7:51 AM
Replies: 29
Views: 687
Posted By alphonso
In what way?

In what way?
Forum: Visual Basic .NET Nov 15th, 2006, 5:30 AM
Replies: 29
Views: 687
Posted By alphonso
Wow, you can write a Peer-to-peer program? You...

Wow, you can write a Peer-to-peer program? You say you're only 13? Amazing...
Hope you can take the complaints and responsibility the people will be throwing at you when they try to sue...
Forum: Visual Basic .NET Nov 13th, 2006, 3:08 AM
Replies: 6
Views: 180
Posted By alphonso
We can take literally hundreds of guesses to your...

We can take literally hundreds of guesses to your question if you don't have the codes posted ;)
Forum: Visual Basic .NET Nov 12th, 2006, 10:57 AM
Replies: 6
Views: 180
Posted By alphonso
Next time, don't put words like "help",...

Next time, don't put words like "help", "please...", and other words that don't specifically say anything.

What was the object you used to call your MS Access file?
Forum: Visual Basic .NET Nov 10th, 2006, 3:47 AM
Replies: 1
Views: 139
Posted By alphonso
I'm not sure exactly what you mean, but based on...

I'm not sure exactly what you mean, but based on my understanding, you want a scrollable form with objects...Here's how:

1) Create a form that will slide to the left of your screen whenever you move...
Forum: Visual Basic .NET Nov 7th, 2006, 1:10 PM
Replies: 3
Views: 210
Posted By alphonso
I've downloaded the DLLs I need from SDK 4.0,...

I've downloaded the DLLs I need from SDK 4.0, though not recommended by Microsoft (I don't know why). There's 3 of them, all of which start with "Microsoft Voice...". I referenced them in VB2005 by...
Forum: Visual Basic .NET Nov 7th, 2006, 12:49 PM
Replies: 3
Views: 210
Posted By alphonso
Voice/Speech recognition from VB6 to VB2005

I just found this website that gives a source code for a voice recognition used in VB6, and it looks pretty much ok. Here's my problem: I know you have to use Speech SDK 5.1 alongside VB2005 to use...
Showing results 1 to 40 of 80

 
Forum Jump



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

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