Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. brentnewbury

    Communicating over the Internet

    Ahhh right. Thank you very much for your time and help. I'll definately try to mock up something similar when I get home. If I have any other problems I'll be sure to post back. Again, thank you for your help, Brent Newbury
  2. brentnewbury

    Communicating over the Internet

    Thank you oppcos, I'm starting to get the idea of what's involved. It seems as though I need a service running on a server with direct access to the Internet (either via DMZ or Port Forwarding). When someone "logs on" they connect to the server. When they send a message to someone, the message...
  3. brentnewbury

    Communicating over the Internet

    Hiya oppcos, I fully understand what you said. The problem is, how do programs like MSN/Windows Messenger do it? They don't need port forwarding on my router. Thank you for your time, Brent Newbury
  4. brentnewbury

    Communicating over the Internet

    Hiya all, I’m having problems with an application I’m developing for my own research purposes. It’s similar to MSN/Windows Messenger in that it allows users to converse over the internet by text. However, I’ve run into a big problem. I cannot get the application to connect to a computer outside...
  5. brentnewbury

    Component Scope Problem

    For anyone else who comes across this problem, here are a few links that helped me: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskmanipulatingcontrolsfromthreads.asp...
  6. brentnewbury

    Component Scope Problem

    Thank you both for your replies, I did look at Thread732-868602, but it didn't seem to make much sense to me. I tried looking for delegates and other things but never, did a search for BeginInvoke(). Oh well. Thank you both. Brent
  7. brentnewbury

    Component Scope Problem

    Anyone? I just want to know how to access a component like a textbox or button outside of the form scope. Can anyone help? Brent
  8. brentnewbury

    Component Scope Problem

    Hiya all, I'm having problems when trying to change the value of a textbox from a thread. I've also tried creating a function inside the Form1 class then calling it from within the thread, but that doesn't seem to work either. Here is the code: using System; using System.Drawing; using...
  9. brentnewbury

    While loop not working

    Thnx but... I am making a news braodcasting and administraion program, that will be free for personal & educational use (anyone with a domain name will have to pay a small free around $15 for a two year license). Your suggestion would dramaticly slow down the proccessing time (and the server...
  10. brentnewbury

    While loop not working

    I have just finished the class, and it works, it all works. It is going to be the class for a new product to come out called 'Adv.News'. This is copyrighted material, so please change a few things : ) <?php /***************************************************** *...
  11. brentnewbury

    While loop not working

    Would you like me to email you the class and function scripts???
  12. brentnewbury

    While loop not working

    Please HELP! Anybody! I still have the same problem
  13. brentnewbury

    While loop not working

    I got an error: PHP Warning: Supplied argument is not a valid MySQL result resource in ***********\global.php on line 103 After my 8 months in scripting in PHP, I still don't know what the heck that means or how to fix it.
  14. brentnewbury

    Inserting new data into database.

    I tried to learn ASP from my friends code before... it was hard (even though it was very well commented), and I can't remember half of it. Your best bet is to learn for your self... goto www.devshed.com a good database tutorial...
  15. brentnewbury

    While loop not working

    Hi all, I have a script that is ment to output, all comments relating to a news article, to the browser. The problem is; it only outputs the first record. I have my database stuff in a class. I don't believe it is that to be causing the problem. Here is my script: ----- $comments =...
  16. brentnewbury

    How to execute code as ASP?

    Sorry to disapoint you lot, but I'm building forums, so I want a function that is already in ASP, not *maybe*. And when you are distributing forums (maybe at a cost), it ain't good to say &quot;Oh, sorry sir, it wo't work on that host, it don't have this installed.&quot; It must work on any...
  17. brentnewbury

    How to execute code as ASP?

    I posted a problem a few days ago about using templates. The problem was that when I get the template of an Access database, and then Response.Write() the template, the asp within the template would not execute, because ASP just sends the Response.Write() straight to the browser without...
  18. brentnewbury

    Database HTML Templates

    So what would I do then??? What sort of code would I need????
  19. brentnewbury

    Database HTML Templates

    Yeah I'm cirtain. Hey look at vBulletin! They did it. I wana do it in ASP
  20. brentnewbury

    Database HTML Templates

    Is there anyway I can achieve this task then... any other suggestions frm anyone. If not, I'm gona start using PHP again cuz you can do it in that.

Part and Inventory Search

Back
Top