sever vs pc ? Hardware and Software Linux and Unix by k2k I wanna setup a home sever so all my PCs at home can have a central … sever configurations/nano antena configs Hardware and Software Networking by A.bihinda hi.. i need some help in the above mationed areas i needed some steps into sever configurations and also nano antenas(outdoor units e.g(cannopy...and planet radios)) Re: TCP Client / TCP Sever Help Programming Software Development by jdm …will send a message to the tcp sever and the tcp sever will display the message while scrolling …a label. I'm including my client and sever code There are a few things I need …the help. I need help with: having the sever application be able to scroll the text in …about using to scroll the text on the sever application, but I don't know how to… TCP Client / TCP Sever Help Programming Software Development by jdm …client that will send a message to the tcp sever and the tcp sever will display the message while scrolling it from… left to right. I'm including my client and sever code I need help with the text scrolling left to… right in a label. sever: [code=c#] using System; using System.Collections.Generic; using … TCP Sever + multithreading help Programming Software Development by jdm …of this working now, but I don't have the sever being able to recieve new messages and so forth. I… need to get the sever to be able to recieve updates. I was told … this. I would appreicate any help given. Sincerely yours; jdm sever code: [CODE=csharp] using System; using System.Collections.Generic; … Re: TCP Client / TCP Sever Help Programming Software Development by jdm …size of the message from the client and have the sever recieve it and use it. If you have any… ideas I would appreciate them. sever code: [code=csharp] using System; using System.Collections.Generic;…{ MessageBox.Show("This is the CSCI 360 iSign Sever Application. Worked on by Team 5", "iSign… Re: Yes!!! I got my FTP to work. Now I only need a sever Digital Media Digital Marketing by stargate3216 I had already found a sever website. I'm going to rent part of a sever, and I need to know if phpBB will work with a windows sever, or if I have to get a linix one. Yes!!! I got my FTP to work. Now I only need a sever Digital Media Digital Marketing by stargate3216 Will a Windows sever with PHP and MySQL run it? Or do I have to have a linex (sp) sever? Re: Yes!!! I got my FTP to work. Now I only need a sever Digital Media Digital Marketing by Libertate If you installed Apache, PHP and mySQL then phpBB will work properly. [COLOR=DimGray][I](p.s.: server, not sever. Linux, not linix)[/I][/COLOR] Can MSSQL sever installed before MS.NET? Programming Software Development by Vilice Hi all, I want to install both SQL and the MS.NET software.The normal order is install MS.NET first ,then the SQL .But I wat to install SQL first .Can MSSQL sever installed before MS.NET? Suggestions please !!! Thanks in advance ! RADIUS sever Hardware and Software Networking by codewizad can you guys explain to me what is a RADIUS sever How to read attachments on a exchange sever using Collabration Data Objects (CDO) Programming Software Development by nspnayani How to read attachments on a exchange sever using Collabration Data Objects (CDO) in vb6 and then move the attachments to a location in the server. Since i am new to VB6 Please provide the COMPLETE code. thanks you for your help . show the sever time ???? Programming Web Development by Mahesh_J I try to show sever time but but will not show properly.......... and i user the Vertrigo server. is ther any setting ? if anyone have the answer, reply me. Regards........ Displaying the web sever ip address Programming Web Development by dombit Ok, I use apache web server to host a club website within a school network. Now I need a script to display the ip address of my web sever because it is constantly changing. Is there scrip that will perform this function. note: the site only works within the school network and can not be acssesed out side of our network. tankyou Displaying the web sever ip address Programming Web Development by dombit … a script to display the ip address of my web sever because it is constantly changing. Is there scrip that will… i need a screen short for vb.net sql sever connection Programming Software Development by balachinnuu i need a screen short for vb.net sql sever connection Re: i need a screen short for vb.net sql sever connection Programming Software Development by kvprajapati [b]>i need a screen short for vb.net sql sever connection [/b] Press PrintScreen. Help Urgently Clien/Sever Programming Software Development by cweeto hey guys its good to be back m taking netcenntric as core module for dis semester would you pls help me through the course ma first project create a simple client/sever project using java to communicate two pc any help on how to go about what do i need ? MySQl sever configuration in ubuntu Programming Web Development by nyamatema I cant configure the site in ubuntu where my application will be runing ,and I find it difficult to know where to find MySQL sever.Can any one help me out? sms sever that can send and recieve based on the content of recieved messag Programming Software Development by Rolandwizy sms sever that can send and recieve based on the content of … Re: sever vs pc ? Hardware and Software Linux and Unix by Don Gino Hi, I have done a similar thing like this at home. I bought a $100 PC, installed Ubuntu on it and experimented with it. If your new and trying to learn, you could use an old computer if you have one spare, so you can experiment and get familiar with setting up server apps. Re: sever configurations/nano antena configs Hardware and Software Networking by rubberman You are going to need to be a LOT more clear on what you are looking for. These are NOT simple subjects. Also, just WHAT do you mean by "nano antenna configurations" (I'm translating from your post)? Server busy headache Hardware and Software Information Security by lpcc_1937 sever busy box pop's up and I have to click … Help me Please Programming Software Development by ShuiYinDeng Sever.java file [CODE]import java.net.*; import java.io.*; import … Sever problem Hardware and Software Linux and Unix by desiguru Can someone please help me out here. My server (Apache specially) has been acting wiered whole day. [CODE][Sun Jul 1 11:01:33 2007] [notice] Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2510 mod_ssl/2.8.28 OpenSSL/0.9.7a configured -- resuming normal operations [Sun Jul 1 11:01:33 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/local/… Sever Busy pop-ups Hardware and Software Information Security by rocket57 I keep having these Server Busy pop-ups occurring. I went to hijack this and downloaded it. Here is my log sheet, can someone please tell me what is wrong? I only use firefox but I do have IE on my computer and I never use it. Thank You. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 5:41:24 AM, on 7/12/2008 Platform: Windows XP SP2 … Re: Sever Busy pop-ups Hardware and Software Information Security by crunchie Hi and welcome to the Daniweb forums :). ========== Download [b]Malwarebytes' Anti-Malware[/b] ([url]http://www.majorgeeks.com/Malwarebytes_Anti-Malware_d5756.html[/url]) to your desktop. * Double-click [b]mbam-setup.exe[/b] and follow the prompts to install the program. * At the end, be sure to checkmark the [b]Update … Re: TCP Client / TCP Sever Help Programming Software Development by Momerath [code]Scroll() { lable1.Text = lable1.Text.Substring(1) + lable1.Text[0]; }[/code] I'd set a timer to call the scroll function at some interval that doesn't make it look like a blur :) Re: TCP Client / TCP Sever Help Programming Software Development by jdm Thank you Momerath for that code. It helped me out. I got it to scroll when it receives the message and when not running. Also it is kinda weird, it scrolls by moving from the text left then going down a line and coming from the right to left. ex. this is a test is a test th Is there a way to tell it to wait until a … Re: TCP Client / TCP Sever Help Programming Software Development by Momerath It appears your line has a carriage return on the end, which is why you are seeing it split across two lines. I'd remove them from the line :)