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.

~3K People Reached
Favorite Tags
c x 14
c++ x 10
Member Avatar for gameon
0
122
Member Avatar for gameon

can anyone tell me how can i implement login feature like daniweb. i am using asp.net with c#.

Member Avatar for asad_dani
0
76
Member Avatar for gameon

hey i am using embed tag for video. now i want to change my embed src dynamically so i am using javascript but it does not work. here is my code: javascript-: [CODE] function playvideo() { document.getElementById("play").innerHTML='<embed id="id" src="./video/1.wmv" />'; } [/CODE] aspx-: [CODE] <asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="playvideo();" /> …

0
54
Member Avatar for gameon

hello... i am creating a video library using asp.net. i am new with asp.net with c#. in it i use datalist for images and hyperlink of video. now i want to play video in other page by click on image which have hyperlink of video. so what to do? if …

Member Avatar for kvprajapati
0
400
Member Avatar for gameon

I am trying to make a c programe which will work like dos copy command. I am able to copy the one txt file but this programe is not working with other extension file. [CODE]Void main() { FILE *fp,*fp1; char c; fp=fopen("source","r"); fp1=fopen(" destination","w"); while((c=getc(fp))!=EOF) putc(c,fp1); fclose(fp1); fclose(fp); }[/CODE]

Member Avatar for Adak
0
79
Member Avatar for gameon

I am trying to make dir command .I have a problem in my code.it print name of all subdirectories and files but it does not print all files of all subdirectories only print one subdirectories files. I want to print all file and all subdirectory files Void list(const char *path) …

Member Avatar for Ancient Dragon
0
133
Member Avatar for gameon
Member Avatar for gameon

I want to make a c++ program which scan all drives and generate list of all files and folder. how can i do it in c++? Plz help me......

Member Avatar for gameon
0
1K
Member Avatar for gameon

My question may be funny but i want a right direction so i am posting it. I know fundamentals of c and c++ and i want to go ahead in it. I heard about windows and system programing but i am confused that app like antivirus, process explorer, anti spyware …

Member Avatar for nbaztec
0
93
Member Avatar for gameon
Member Avatar for Radical Edward
0
196
Member Avatar for gameon

hey i used findfirst and findnext function but they can access only a path which is given by us. i want to access all folders and file of a drive like a antivirus do, when it scans the drive.... do u know how can we do it using c language?

Member Avatar for Aia
0
190
Member Avatar for gameon

hello i have a problem...i want to insert a pic to my c program. is it possible to import a pic in c? if it is, how can we do it?

Member Avatar for Tellalca
0
131