Forum: *nix Software Feb 16th, 2009 |
| Replies: 2 Views: 1,773 i modified the thinclient OS PXES cfg file.NOw i want to create bootable disk of pxes.iso file so that i can mount in Virtual box and check whether it wirks properly.i first created a normal ISO... |
Forum: *nix Software Feb 16th, 2009 |
| Replies: 1 Views: 2,566 How to make PXES thin client OS boot directly using RDP?
PXES thin client OS is what i have.what i want is...
i want to enter into RDP without going to the basic screen where it shows the... |
Forum: IT Professionals' Lounge Oct 25th, 2008 |
| Replies: 8 Views: 757 Thanks Guys for ur suggestions and replies:cool: |
Forum: IT Professionals' Lounge Oct 24th, 2008 |
| Replies: 8 Views: 757 i wanted to know whether any of the certification(from Microsoft like MCTS,SUN microsystems like SCJP certifications) creates a difference in the posting in any IT company..like do they value the... |
Forum: C# May 28th, 2008 |
| Replies: 1 Views: 383 i have created an application using visual c#.i created a button using MS expression blend. How to use the button in the application that i developed?i want that button to be embedded into my app so... |
Forum: C Apr 6th, 2008 |
| Replies: 5 Views: 746 http://www.cs.colorado.edu/~main/cs1.../getimage.html
this link was very useful
the thing is where do the image gets stored....that is the location... |
Forum: C Apr 5th, 2008 |
| Replies: 5 Views: 746 I need C code or program to save the output of the following program into a jpg file(any picture file)?
i need to save the output of this program in to a picture file..i need to take printouts of... |
Forum: C Apr 5th, 2008 |
| Replies: 1 Views: 1,548 I am using TURBO C++ IDE 3.0..i am able to execute the program that are related to graphics.
but the problem i face is when i get the output i am not able to capture the output using print screen... |
Forum: Java Feb 10th, 2008 |
| Replies: 1 Views: 3,293 import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Calculator
{
public static void main (String [] args)
{
JFrame frame = new CalculatorFrame ();
... |