Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
4 Commented Posts
0 Endorsements
Ranked #3K
~4K People Reached
Member Avatar for francisabey

The Clipboard is a temporary storage area used by Vista. Information (such as text, files, graphics, sound, or video) can be copied to the Clipboard from one program or location and pasted elsewhere. The Clipboard can only hold one piece of information at a time. Whenever something is copied to …

Member Avatar for opcode
0
298
Member Avatar for sarganaa

i m new to c# i was designing a calculator i need to accept a string of integers from textbox save it in a variable clear the textbox and then accept a new string of integers plz kindly help

Member Avatar for sarganaa
0
2K
Member Avatar for themaster

I had created a Notepad kind of text editor using Visual C# 2008 Express Edition. When I save a text file through it, and when I click the icon of the text file I saved, it opens in Windows Default Notepad. Is it possible that I can make my text …

Member Avatar for themaster
0
128
Member Avatar for themaster

Does anyone know how to give a GUI look to your C++ "Console Application". I cannot use Win32 API or any other template except the console application because I use Turbo C++ 3.0 IDE for development and I want my Application to be platform independent while using WIN32 API will …

Member Avatar for Ancient Dragon
0
286
Member Avatar for seemant_sun

i am not geting the correct output can anybody help me whats the pmistake i have done [code=c] # include<stdio.h> # include<conio.h> void main() { int color; clrscr(); printf("enter any number"); scanf("%d",&color); if(color ==1) printf("violet"); if(color==2) printf("indigo"); if(color==4) printf("blue"); if(color==8) printf("green"); if(color==16) printf("yellow"); if(color==32) printf("orange"); if(color==64) printf("red"); getch(); } [/code]

Member Avatar for William Hemsworth
0
377
Member Avatar for themaster

Does anyone know how many In-Built Compilers does Windows have. I know about Batch Files,VBScript,JavaScript,HTML(including .mht,htm etc). Are there any others except these. Compilation through command prompt will do.

Member Avatar for MidiMagic
0
48
Member Avatar for Kiba Ookami

Whenever I try to run a compiled group of code that should bring up a console, the console just flases onto the screen and is gone...I've copied a few programs from this forum onto it to check and see if its just me but it does it every time.

Member Avatar for Stefano Mtangoo
0
238
Member Avatar for themaster

I am currently trying to make a setup for a project where no temporary files or any files are stored except the ones which I want to. When I run the setup the files should go to their respective locations they were in the original computer where the product was …

Member Avatar for serkan sendur
0
57
Member Avatar for themaster

I am developing a notepad using Visual C# but cant figure out which function to use among those to print the text in the main text box through a printer.

Member Avatar for ddanbe
0
641
Member Avatar for themaster

Is there a possibility of a software that converts .exe files to .bin files. I know that it can be done using command prompt but I could not understand the method.

Member Avatar for gerbil
0
188
Member Avatar for themaster

I have a .iso disk image file which was created by cosmos OS during the build(please ignore if you don't know what cosmos is). A disk image was created and there were some files on it. Their names were:- ISOLINUX.bin OUTPUT.bin BOOT.CAT ISOLINUX.CFG MBOOT.C32 I want to replace OUTPUT.BIN with …

0
40