Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
c x 3
java x 1
Member Avatar for rockmania

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 using MAgic ISO.when i try to create a bootable disk using the same ISO …

Member Avatar for fif3l
0
160
Member Avatar for rockmania

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 Options.also i want my RDP settings set... i tried modifying the isolinux.cfg …

Member Avatar for dtmilano
0
608
Member Avatar for rockmania

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 certification?does the certifications help u in the position that u occupy and the salary hike that u get in the …

Member Avatar for rockmania
0
176
Member Avatar for rockmania

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 that i can use it like default button control available in visual studio.

Member Avatar for Ramy Mahrous
0
60
Member Avatar for rockmania

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 those output..help me with the code that does the above thing... …

Member Avatar for Salem
0
146
Member Avatar for rockmania

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 key.the output is a black DOS screen and is not …

Member Avatar for Salem
0
94
Member Avatar for rockmania

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Calculator { public static void main (String [] args) { JFrame frame = new CalculatorFrame (); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); frame.show (); } } class CalculatorFrame extends JFrame { JTextField jtf; JLabel jlb; JTextField jtf1; JLabel jlb1; JTextField jtf2; JLabel jlb2; JButton jbt; JButton …

Member Avatar for jwenting
0
173