Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 45
Search took 0.01 seconds.
Search: Posts Made By: brownhead
Forum: Coder's Corner Lounge Feb 4th, 2008, 11:41 PM
Replies: 1
Views: 123
Posted By brownhead
Finding records on buildings.. Help anybody?

I'm attempting to make a program that will find the building contracts that have been taken out for a building. This is part of the tax records so its public information in most counties, the problem...
Forum: JavaScript and Client-Side Browser Scripting Aug 27th, 2006, 1:44 PM
Replies: 1
Views: 180
Posted By brownhead
-Nvm, figured out what the problem is, sorry......

-Nvm, figured out what the problem is, sorry... btw, IE is annoying... lol-

OK, i've been debugging it some more and I've come up with these results so far:

-There are no errors
-The XML database...
Forum: JavaScript and Client-Side Browser Scripting Aug 27th, 2006, 1:08 PM
Replies: 1
Views: 180
Posted By brownhead
XML DataBase Help (Won't work in IE :()

I've been making a product catalog using an XML database, and have made quite a bit of headway (been using Firefox, the JavaScript console is BAWLER), but I gave it to someone who used IE and he said...
Forum: Project Ideas Jul 30th, 2006, 10:51 PM
Replies: 29
Views: 769
Posted By brownhead
Hmm... Guess I'm corrected then :D, but I'm...

Hmm... Guess I'm corrected then :D, but I'm guessing most of the programming that needs to be done in VB is mostly for handling databases and such, and definetly nothing to do with finding colors,...
Forum: Project Ideas Jul 30th, 2006, 1:47 PM
Replies: 29
Views: 769
Posted By brownhead
No offense to any of the programmers here, but VB...

No offense to any of the programmers here, but VB really isn't many peoples language around here (Correct me if I'm wrong, but thats pretty much the Vibe i've been getting). I'd reccomend going to...
Forum: Show Off Your Open Source Projects Jul 28th, 2006, 12:20 PM
Replies: 3
Views: 160
Posted By brownhead
lol, that would help wouldn't it, hehe. Well its...

lol, that would help wouldn't it, hehe. Well its a program that allows you to select a window (You can actually select muliple windows in this version) and then set a hotkey that when you press the...
Forum: Show Off Your Open Source Projects Jul 28th, 2006, 3:52 AM
Replies: 3
Views: 160
Posted By brownhead
BH Cloak

Here is the program I was working on for a little while (Its not ready for distribution at all, simply because it's written in VB and I was not expecting for it to be of professional quality), its...
Forum: Visual Basic Jul 27th, 2006, 1:52 PM
Replies: 12
Views: 307
Posted By brownhead
WS_CHILD is an extremly good idea, dunno why I...

WS_CHILD is an extremly good idea, dunno why I didn't think of that (I guess I just assumed that you couldn't set WS_CHILD, that it had to really be a child window)... anyways, John Wesley, that...
Forum: Visual Basic Jul 27th, 2006, 2:24 AM
Replies: 12
Views: 307
Posted By brownhead
Bigguy, thats only for forms under your...

Bigguy, thats only for forms under your control... I'm talking about any window, and the only thing provided is the Handle (hWnd). And Boooze, I've been sifting around all the API's for awhile now (I...
Forum: Visual Basic Jul 26th, 2006, 10:26 PM
Replies: 12
Views: 307
Posted By brownhead
Hiding a Window From the Taskbar (Not Exlusivley for VB)

I'm trying to make a function the will hide a window from the taskbar. With VB windows (And I'm not positive on this but i'm pretty sure: All windows with the CS_OWNDC class style/extension/w-e) you...
Forum: Assembly Jul 2nd, 2006, 7:46 PM
Replies: 5
Views: 329
Posted By brownhead
DaWei, I knew that part :D, hehe. And Arevos,...

DaWei, I knew that part :D, hehe. And Arevos, thanks :D, I'll probably take your advice and go with C or C++. G'day all, and thanks for the help :D
Forum: Assembly Jul 2nd, 2006, 6:31 PM
Replies: 5
Views: 329
Posted By brownhead
Ok, thanks :D. I was just wondering if assembler...

Ok, thanks :D. I was just wondering if assembler was somehow slow compared to other languages, though I seriously doubted it. But when I first started programming and got into Batch (Found that...
Forum: Assembly Jul 2nd, 2006, 6:12 PM
Replies: 5
Views: 329
Posted By brownhead
What is the quickest language?

What is the quickest programming language at manipulating arrays and comparing them. I've assumed its Assembly since theres not very much going on that you don't know about, so theres no unnecassary...
Forum: Visual Basic Jun 16th, 2006, 1:55 AM
Replies: 11
Views: 493
Posted By brownhead
To use hooks without all the annoying problems,...

To use hooks without all the annoying problems, use this code: http://cruels.net/thread-1090.html . SOmething I made awhile ago. And if you want to use GetAsyncKeyState, check...
Forum: Visual Basic Jun 16th, 2006, 1:50 AM
Replies: 3
Views: 227
Posted By brownhead
BorderStyle=2 Thats a normal window... that will...

BorderStyle=2

Thats a normal window... that will allow it to minimize. I think most except no border will minimize correctly
Forum: Visual Basic Jun 16th, 2006, 1:46 AM
Replies: 7
Views: 262
Posted By brownhead
If you want to learn, look at the above post, if...

If you want to learn, look at the above post, if you want to leech, look at this post... I'd reccomend reading and understanding the above post then using this function... anyways, here ya go. Hope...
Forum: Show Off Your Open Source Projects May 8th, 2006, 11:05 PM
Replies: 4
Views: 155
Posted By brownhead
Cloak can set the translucency of a window (not...

Cloak can set the translucency of a window (not hard, just another API... Cloak is a simple project, theres no denying that, it really wasn't that hard to make), the title (SetWindowText API), and a...
Forum: Coder's Corner Lounge May 8th, 2006, 12:40 AM
Replies: 1,430
Views: 24,193
Posted By brownhead
Blotter - Stone Sour

Blotter - Stone Sour
Forum: Project Ideas May 8th, 2006, 12:15 AM
Replies: 17
Views: 347
Posted By brownhead
I wonder if you could make a tetris game in...

I wonder if you could make a tetris game in Batch... certainly be tricky :\
Forum: Show Off Your Open Source Projects May 8th, 2006, 12:00 AM
Replies: 4
Views: 155
Posted By brownhead
Very Nice :D, havn't tested because I'm...

Very Nice :D, havn't tested because I'm unfamiliar with the programming language (I'm unfamiliar with anything non-vb oriented :(, and please don't make an issue about that..), not as functional as...
Forum: Visual Basic May 7th, 2006, 11:06 PM
Replies: 15
Views: 432
Posted By brownhead
This may be what you said.. but couldln't you...

This may be what you said.. but couldln't you enumerate all the windows that are currently open and then check each window's class to see if it matches with the internet explorer class then if it...
Forum: Visual Basic Apr 23rd, 2006, 5:49 PM
Replies: 11
Views: 346
Posted By brownhead
hrm.. what do you mean by a row source?

hrm.. what do you mean by a row source?
Forum: Visual Basic Apr 20th, 2006, 1:35 AM
Replies: 11
Views: 346
Posted By brownhead
Ahem, why does everybody think the VB language...

Ahem, why does everybody think the VB language sucks... its not the best in the world but you can do almost everyhting that other languages do, except a bit slower... but w/e. I've got what ya need...
Forum: Coder's Corner Lounge Apr 11th, 2006, 11:47 PM
Replies: 46
Views: 1,047
Posted By brownhead
My first.. well if you don't count HTML.....

My first.. well if you don't count HTML.. probably JavaScript, then DOS (Batch..)

Edit: :eek: , Mjordan2nd, you started when you were 7, no wonder your so good :D , lol
Forum: Visual Basic Mar 31st, 2006, 1:30 AM
Replies: 6
Views: 230
Posted By brownhead
^well if you really want to be thorough you can...

^well if you really want to be thorough you can go though and Unload every form using a for loop.. though I always add an End at the end of it just in case :DFor Each Form In Forms
Unload...
Forum: Visual Basic Mar 30th, 2006, 11:56 PM
Replies: 6
Views: 230
Posted By brownhead
^^hehe, thats the hard way. Try this: Private Sub...

^^hehe, thats the hard way. Try this:
Private Sub Form_Load()
If (App.PrevInstance = True) Then End
App.PrevInstance = True if there is already an instance of your program running.. so this should do...
Forum: Visual Basic Mar 27th, 2006, 9:59 PM
Replies: 2
Views: 204
Posted By brownhead
^^Yep.. that does indeed work, but I usually...

^^Yep.. that does indeed work, but I usually prefer using a function and a with statement to get the job done.. because whenever I use this API.. I have to use it alot :\.. anyways, My favorite way...
Forum: Coder's Corner Lounge Mar 27th, 2006, 9:55 PM
Replies: 25
Views: 663
Posted By brownhead
^^rofl.. people have actually been using this for...

^^rofl.. people have actually been using this for porn (I dunno how they get passed that ^^ problem though) but it was actually made originally for somebody who wasn't allowed to play the game called...
Forum: Coder's Corner Lounge Mar 27th, 2006, 5:06 AM
Replies: 25
Views: 663
Posted By brownhead
Version 2 is now out.. unfortanutly some...

Version 2 is now out.. unfortanutly some computers have trouble running it, and some people can't get to the site (I didn't take the time to fix it up.. this isn't a matter of prime importance to me...
Forum: Community Introductions Mar 26th, 2006, 1:20 AM
Replies: 28
Views: 800
Posted By brownhead
MEH! This topic should really be locked.. but if...

MEH! This topic should really be locked.. but if you really must know... You can use color finding or "traffic watching" to auto in games. Pretty much allowing you to make the computer play for you...
Forum: Community Introductions Mar 25th, 2006, 10:47 PM
Replies: 28
Views: 800
Posted By brownhead
Because I've playd RPG's before and get bored too...

Because I've playd RPG's before and get bored too fast.. but enjoy playing strong leveled characters. So i've always turned to cheating :D. Some people might call me lazy.. and I agree, that is a...
Forum: Community Introductions Mar 25th, 2006, 10:04 PM
Replies: 28
Views: 800
Posted By brownhead
Cheating in Online RPG's doesn't strike too many...

Cheating in Online RPG's doesn't strike too many people as all that disgusting. Occasinly there are people who get extremly pissed off at it, but most are fine as long as it doesn't affect there...
Forum: Community Introductions Mar 25th, 2006, 8:52 PM
Replies: 28
Views: 800
Posted By brownhead
Thats why I was asking in the first place. And...

Thats why I was asking in the first place. And there is a huge difference between hacking and cheating (though the line between each is somewhat warped), if I was hacking online games, unless the...
Forum: Community Introductions Mar 25th, 2006, 3:57 PM
Replies: 28
Views: 800
Posted By brownhead
^^nope, not even VB.Net, I'm just a stupid newbie...

^^nope, not even VB.Net, I'm just a stupid newbie :D
Forum: Show Off Your Open Source Projects Mar 25th, 2006, 2:06 PM
Replies: 2
Views: 158
Posted By brownhead
hehe, nifty :D, that'd be awsome if you can make...

hehe, nifty :D, that'd be awsome if you can make it scroll in from the top of the page, that would be awsome :D (Also extremly hard to do.. I think. I'm no JavaScript expert)
Forum: Visual Basic .NET Mar 25th, 2006, 1:36 PM
Replies: 1
Views: 240
Posted By brownhead
I odn't know VB.NET but I know what the problem...

I odn't know VB.NET but I know what the problem is. YOu never disabled your timer when you opened the window. I'm expecting it to be something along the lines of...
Private Sub Timer_Tick(ByVal...
Forum: Coder's Corner Lounge Mar 25th, 2006, 12:57 PM
Replies: 25
Views: 663
Posted By brownhead
:p, ok, I get the point. DOS ain't a language....

:p, ok, I get the point. DOS ain't a language. What is it called then.. Batch I guess? W/E, I don't use DOS much anymore. And sorry taht it won't work in Opera :\, I guess opera doesn't display...
Forum: Community Introductions Mar 25th, 2006, 12:46 PM
Replies: 28
Views: 800
Posted By brownhead
ey, it was supposed to be a joke. I don't talk in...

ey, it was supposed to be a joke. I don't talk in "1337" speak, but I do like to have fun. Programming isn't something that I count as a burden (even though I only know VB.. but you can actually do...
Forum: Visual Basic Mar 25th, 2006, 12:38 PM
Replies: 9
Views: 324
Posted By brownhead
AppActivate wouldn't work for what your doing....

AppActivate wouldn't work for what your doing. Shell could work but would be tricky. I reccomend the ShellExecute API. Place this in a module.
Public Declare Function ShellExecute Lib "shell32.dll"...
Forum: Coder's Corner Lounge Mar 25th, 2006, 12:24 PM
Replies: 25
Views: 663
Posted By brownhead
First: Its an extremly simple program, source is...

First: Its an extremly simple program, source is only about 3 pages long. Not everybody knows how to program, and I made it for people who don't :p. But an open source one would be better than what I...
Showing results 1 to 40 of 45

 
Forum Jump



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

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