Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 269
Search took 0.57 seconds.
Search: Posts Made By: PhilBon
Forum: C++ Aug 24th, 2008, 9:15 AM
Replies: 4
Views: 117
Posted By PhilBon
Re: What is a stream?

Definition: A stream is a body of water with a current, confined within a bed and stream-banks. (from wikipedia thank you)
Forum: Java May 20th, 2008, 1:21 AM
Replies: 2
Views: 167
Posted By PhilBon
Re: Need Some Advice

Have you checked out MySQL's Website? That'll be the best place to get the information you need for the server part. Have you googled your idea: MySQL Connection in Java....???

Make a testing...
Forum: Coder's Corner Lounge Apr 3rd, 2008, 6:47 PM
Replies: 13
Views: 442
Posted By PhilBon
Re: Free e-Books!!!

are these legal?
Forum: C++ Apr 2nd, 2008, 6:39 PM
Replies: 8
Views: 482
Posted By PhilBon
Re: Detect a string of text in a running program.

I would make sure that you make a copy of the file before opening it and reading it. There are some programs that if they try to reopen an open file it will fail. Make sure you sure some kind of...
Forum: Coder's Corner Lounge Mar 23rd, 2008, 5:29 AM
Replies: 1
Views: 142
Posted By PhilBon
Radio/Band Signal Receiver/Transmitter

So this is probably more to the Electrical Engineers and the Radio Buffs in our group. I'm looking for a type of hardware that can pick up radio waves and I don't mean just AM/FM signals, just any...
Forum: Other Web Development Languages Feb 23rd, 2008, 1:35 AM
Replies: 2
Views: 231
Posted By PhilBon
Re: Forums - post is read

You could do it based on the last time they logged in. Then whenever they click a link use CSS to change it from a "Unread" style to a "read" style.
Forum: Coder's Corner Lounge Feb 23rd, 2008, 1:34 AM
Replies: 38
Views: 1,196
Posted By PhilBon
Re: Mac Descrimination

Jabo, my work is set up to where if you are a whistle-blower you have protection. Guess where I work is better for employees being equal and being treated right

like Arla was saying. When you go to...
Forum: Coder's Corner Lounge Feb 20th, 2008, 5:05 PM
Replies: 38
Views: 1,196
Posted By PhilBon
Re: Mac Descrimination

If you go into a job saying I'm going to do what I want, when I went (using your laptop) and resigning just because of it, you won't last that long, trust me. The reason for cracking down on code is...
Forum: Coder's Corner Lounge Feb 20th, 2008, 9:10 AM
Replies: 38
Views: 1,196
Posted By PhilBon
Re: Mac Descrimination

I think you are taking it the wrong way. Why do you want to use your laptop at work? Is it more for fun or for work? If I were you I wouldn't be taking my laptop to work to do business on.
Like you I...
Forum: C++ Feb 20th, 2008, 2:35 AM
Replies: 3
Views: 196
Posted By PhilBon
Re: Mobile Development

Could you give us some more detail? Like are the source files on the Flash Drive? Is your Compiler on the Flash Drive? Do you want to compile files and have the Executable on the flash drive? What in...
Forum: C++ Feb 9th, 2008, 2:35 PM
Replies: 27
Views: 756
Posted By PhilBon
Re: Streaming Audio over network

Have you thought about making it so it has to have 5 items in the list before it's able to play? or something of that sort and when it plays an item it removes it, once the list is empty it puts it...
Forum: C++ Feb 9th, 2008, 1:32 PM
Replies: 27
Views: 756
Posted By PhilBon
Re: Streaming Audio over network

What are the problems?
Forum: C++ Feb 8th, 2008, 4:31 PM
Replies: 27
Views: 756
Posted By PhilBon
Re: Streaming Audio over network

@brent, Sorry then. Other the other hand, Great Job.
Forum: ASP.NET Feb 8th, 2008, 9:09 AM
Replies: 4
Views: 362
Posted By PhilBon
Re: Saving document into database

If the file gets moved then you either make a program to move it that will also update the database or you update the database on your own.
Forum: ASP.NET Feb 8th, 2008, 2:12 AM
Replies: 4
Views: 362
Posted By PhilBon
Re: Saving document into database

Why don't you just store the files on the server and put in the path in the database?
Forum: C++ Feb 7th, 2008, 9:03 PM
Replies: 27
Views: 756
Posted By PhilBon
Re: Streaming Audio over network

I didn't look at your code, but I'd suggest using UDP rather than TCP, as UDP does not wait on confirmation of successful packet and just sends and sends.
Forum: Visual Basic Jan 20th, 2008, 6:25 PM
Replies: 4
Views: 371
Posted By PhilBon
Re: What is Wrong with this If Statement? Please Help.

Next time use the code=vb tags like this:

if (2=2) then
messagebox("Same number")
else
messagebox("Not the same number")
end if

it will look better
Forum: Other Programming Languages Jan 19th, 2008, 4:44 PM
Replies: 8
Views: 426
Posted By PhilBon
Re: Detect number of monitors

@dameon: Is there any way to just return the count of how many?
@Ancient Dragon: If you are a user in a network with a computer. There are far more ways than just pxexec for Admins to run on your...
Forum: Other Programming Languages Jan 19th, 2008, 4:35 AM
Replies: 8
Views: 426
Posted By PhilBon
Re: Detect number of monitors

Is there a way to do that to a remote computer. I'd have administrative rights on the remote and local computer.
Forum: Other Programming Languages Jan 18th, 2008, 8:01 PM
Replies: 8
Views: 426
Posted By PhilBon
Re: Detect number of monitors

I'm sorry. It's windows XP and the programming language will be vb.net/vbscript unless there is an easier way in another language.
Forum: Other Programming Languages Jan 18th, 2008, 5:41 PM
Replies: 8
Views: 426
Posted By PhilBon
Detect number of monitors

I was wondering if anyone has an idea on how to detect the number of monitors that are attached to a remote system.
Forum: Coder's Corner Lounge Jan 7th, 2008, 12:55 AM
Replies: 5
Views: 198
Posted By PhilBon
Website Untraceable?

So I just saw a commercial on tv for a new movie: Untraceable, about a website that when people go there it increasingly kills a person. What I wonder is can a website be truly untraceable?
I want...
Forum: C# Jan 3rd, 2008, 12:51 AM
Replies: 13
Views: 464
Posted By PhilBon
Re: System.Net.Sockets Namespace Missing??

The Program and the framework binaries are connected through the IDE. If you mess something up in the IDE it wont properly connect to the Framework Binaries. So if a VS developer wanted to have some...
Forum: C# Jan 1st, 2008, 9:29 PM
Replies: 13
Views: 464
Posted By PhilBon
Re: System.Net.Sockets Namespace Missing??

Chances are that's the problem. The Express Editions do not have every lib that Professional would. I have Pro and just created a new project and it worked fine.
Forum: Other Programming Languages Dec 27th, 2007, 6:55 PM
Replies: 5
Views: 408
Posted By PhilBon
Re: Read a bit on the hard drive

I want to be able to have this:
Input:
StartReadSector
EndReadSector
For each sector between StartReadSector and EndReadSector
Display bit values of the sector, in a binary form. I want to be able to...
Forum: Visual Basic Dec 26th, 2007, 9:34 PM
Replies: 5
Views: 298
Posted By PhilBon
Re: external .exe

I'm sorry, my understanding was that both programs were written in VB. System.Processes should deal with starting and stopping current processes. If you need I can look up a program i made that would...
Forum: Visual Basic Dec 26th, 2007, 8:57 PM
Replies: 5
Views: 298
Posted By PhilBon
Re: external .exe

why don't you just use the code for the EXE in your own program?
look at system processes.
Forum: Other Programming Languages Dec 26th, 2007, 7:28 PM
Replies: 5
Views: 408
Posted By PhilBon
Read a bit on the hard drive

What language would be the best language to read the hard drive bit by bit and then display it. for example I'd have a layout of the whole hard drive and then i could select a sector and it'd display...
Forum: Other Programming Languages Dec 3rd, 2007, 7:54 AM
Replies: 0
Views: 279
Posted By PhilBon
Creating Windows Server 2003 GPO via Program

So I know that most GPOs are created through MMC or MS New Group Policy Management Console. I have a program that automatically adds users to a domain and was wanting to create a GPO for those users....
Forum: C# Nov 26th, 2007, 2:13 PM
Replies: 5
Views: 321
Posted By PhilBon
Re: download file

Will you post how you solved the problem?
Forum: PHP Nov 20th, 2007, 8:31 AM
Replies: 8
Views: 310
Posted By PhilBon
Re: Simple "foreach" problem

What is the Error that you get? PHP has a great Error messages
Forum: Visual Basic .NET Nov 11th, 2007, 4:28 AM
Replies: 2
Views: 306
Posted By PhilBon
FireWall/Packet Tracker

Does anyone know how to monitor all packets going in and out of a computer using Visual Basic.Net. I basically want to create a firewall/Program to disallow certain packets, for example if the client...
Forum: PHP Nov 7th, 2007, 1:29 AM
Replies: 6
Views: 279
Posted By PhilBon
Re: Downloading an external image and saving it to disk

Make sure that you have access to write to that folder. Most the time on PHP servers the only access for the end users is read only. Run through your code and if you know that you are getting stopped...
Forum: Other Programming Languages Nov 5th, 2007, 12:28 PM
Replies: 2
Views: 322
Posted By PhilBon
Re: MySQL WON'T UNINSTALL!!!!!

What OS are you on? Did you make sure that the service is not running? That would probably be the first thing to check. Once it's stopped running, you should be able to uninstall it. You could also...
Forum: Community Announcements and Feedback Oct 31st, 2007, 2:21 PM
Replies: 13
Views: 420
Posted By PhilBon
Re: Cannot delete posts?

Where is the report this post link? I can never find it.
Forum: Community Announcements and Feedback Oct 30th, 2007, 11:12 PM
Replies: 13
Views: 420
Posted By PhilBon
Re: Cannot delete posts?

II think we should forget the whole time limit and restrict it only to a reply.
Forum: Community Announcements and Feedback Oct 13th, 2007, 3:33 PM
Replies: 14
Views: 717
Posted By PhilBon
The only thing I can say is don't change it to...

The only thing I can say is don't change it to much. Sure you may run it and you may support it, but in the end it should be up to us as to how it should be and how it works. I think we are pretty...
Forum: Show Off Your Open Source Projects Sep 24th, 2007, 9:59 AM
Replies: 5
Views: 417
Posted By PhilBon
Don't let your little brother get a hold of that...

Don't let your little brother get a hold of that little monster. Are you going to try and make it neater? sorry I'm OCD when it comes to wires like that.
BTW: It kicks ass!
Forum: Assembly Sep 18th, 2007, 9:58 AM
Replies: 5
Views: 444
Posted By PhilBon
@DaWei: Whenever I've been in this situation,...

@DaWei: Whenever I've been in this situation, I've used magic and it works great ;)
Forum: Coder's Corner Lounge Sep 12th, 2007, 8:46 PM
Replies: 18
Views: 412
Posted By PhilBon
I know you can bridge two network cards, not sure...

I know you can bridge two network cards, not sure how that'd work seeing as you have two different networks. is 192.168.2.1 it's own network? If you wanted you could have the one AP and then at the...
Showing results 1 to 40 of 269

 
Forum Jump



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

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