Forum: C Jul 5th, 2006 |
| Replies: 1 Views: 6,651 /*This program works just like MS-DOS. It takes in the input, uses the C Library, uses the system files and function, executing and displaying the code on the same command prompt.
*/ |
Forum: Windows tips 'n' tweaks Feb 24th, 2006 |
| Replies: 10 Views: 4,677 Go to controll Panel and right click mouse icon...to Properties...it is there |
Forum: Windows tips 'n' tweaks Feb 24th, 2006 |
| Replies: 61 Views: 13,485 windows + d minimizes/maximizes all opened applications
alt + right shift + print screen changes the contrast of the screen
alt + right shift + num Lock makes u controll the mouse with the number... |
Forum: Java Feb 23rd, 2006 |
| Replies: 9 Views: 26,965 First try to locate te bin folder from the windows explorer, and then copy the path to ur environment variable, which you can get by right clicking on My Computer Icon and then to Advanced Tab and... |
Forum: Java Feb 10th, 2006 |
| Replies: 1 Views: 9,762 This prog uses SQL Server's Master Databases xp_cmdshell stored procedure (Shell Commands) to send messages in a LAN.Make Sure the driver name is 'netsend' and it points to Master Database. Check and... |
Forum: Java Jan 15th, 2006 |
| Replies: 2 Views: 1,254 thanx 4 da explaination....i got the idea. |
Forum: Java Jan 12th, 2006 |
| Replies: 8 Views: 4,651 don't joke around sir/madam these are not a humour site...these codes are automatically generated in java editors...
Still its good to have a humourous person around...
Good Effort |
Forum: Java Jan 12th, 2006 |
| Replies: 2 Views: 2,080 its just a database authentication mdi.... |
Forum: Java Jan 12th, 2006 |
| Replies: 2 Views: 1,254 Does the comparison operator also compares data types...
the following program gives the output Equals..Please advise...
class Check{
public static void main(String[] args){
int... |
Forum: Java Jan 12th, 2006 |
| Replies: 4 Views: 7,154 so could you please tell me where i can implement the Threads or an idea of how to make the Client/Server recieve the buffer contents as soon as the data is sent from the Server/Client |
Forum: C++ Jan 12th, 2006 |
| Replies: 8 Views: 3,738 there are many tutorials available on the net...
you will get some ideas on this link....
http://www.daniweb.com/code/snippet86.html
It will be better and easier if you use C++.NET and for... |
Forum: C# Jan 11th, 2006 |
| Replies: 21 Views: 11,910 thanx friend...i think that would be good enough as it is equally as famous as Windows OS in my country.. |
Forum: Java Jan 11th, 2006 |
| Replies: 2 Views: 2,080 can anyone help me out.
Java Swing GUI's opens really slower than C# forms...is there anything to be done in the code.
and in Applets tooo is is really slower even if you just minimise n... |
Forum: Java Jan 11th, 2006 |
| Replies: 4 Views: 7,154 I was creating a chat application in Java Swing/Socket Programming. The same when I created in non GUI app. it worked http://www.daniweb.com/code/snippet448.html . But in GUI, they can't connect now.... |
Forum: C# Jan 11th, 2006 |
| Replies: 21 Views: 11,910 then can someone guide me to do the start up. I know some Assembly programming and C, but have no idea of how to make it work with system programs.... |
Forum: Java Jan 11th, 2006 |
| Replies: 0 Views: 8,809 start Server first
start Client by passing the ipaddress of the server
eg; java Client 10.0.1.15
if an error pops up change the port in both Client and Server programs |
Forum: Java Jan 11th, 2006 |
| Replies: 8 Views: 18,694 Could you forwrd me tha whole prog as i did what you told, while no error is there, but no output is given |
Forum: C# Jan 10th, 2006 |
| Replies: 21 Views: 11,910 I thing Microsoft Vista is designed in C#, isn't it? |
Forum: C# Jan 9th, 2006 |
| Replies: 21 Views: 11,910 Can someone demostrate with a tutorial thru which the Operating System could be developed in C#, i have no idea in System programming in C#. Also tell if the same could be done in other langauges... |
Forum: Java Jan 9th, 2006 |
| Replies: 8 Views: 18,694 Could you please explain the steps...of what you said because I tried and i think m not on the right track..... |
Forum: Java Jan 9th, 2006 |
| Replies: 2 Views: 1,701 Yes as said it has nothing to do with Java. Maybe you have opened a lot of applications or check your RAM's and processors compatibility, maybe its too low.
If it happens with other downloads... |
Forum: Java Jan 8th, 2006 |
| Replies: 8 Views: 18,694 The error says:
-------------------------------------------------------------------------
Exception in thread "main" java.io.IOException: CreateProcess: start error=2
at... |
Forum: PHP Jan 8th, 2006 |
| Replies: 1 Views: 1,902 Dear all,
Is there any ONE Web Server that supports all Server scripts eg PHP,ASP,ASP.NET,JSP, Servlets, JavaScripts, VBScripts, etc. |
Forum: Java Jan 8th, 2006 |
| Replies: 8 Views: 18,694 Dear all,
Could you tell me how to go about executing MSDOS commands thru Java. I tried with the Process class but it gives an error:2.
Could anyone please advise. |