Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
0 Endorsements
Ranked #4K
~709 People Reached
Favorite Forums
Favorite Tags
Member Avatar for luofeiyu

there is an html file [CODE]<table> <tr> <td>ok <strong>Sep 10</strong> | <a href="ttt">Oct 10</a> | <a href="kkk">Dec 10</a> <table> <tr> <td> 123 </td> <td> 567 </td> </tr> </table> </td> </tr> </table>[/CODE] when i open it with firefox,the output is : ok Sep 10 | Oct 10 | Dec 10 123 …

Member Avatar for iceandrews
-1
82
Member Avatar for ravikiran32

i have written small c language code to execute "dir" command which displays directories and files in the current directory, using system() function in c. But my code doesn't work. please help me. [CODE]# include <string.h> # include <stdio.h> # include <stdlib.h> void main() { clrscr(); system("dir"); getch(); }[/CODE]

Member Avatar for gerard4143
0
153
Member Avatar for Rageagainst20

I am trying to delete a file when my program draws itself (Using Visual Studio 2008). Currently using this method [CODE] public frmMainMenu() { InitializeComponent(); File.Delete("\\Program Files\\smartdeviceproject1\\SendXML\\1.txt"); }[/CODE] The path for the file is "\Program Files\smartdeviceproject1\SendXML\1.txt" Yet when the program is executed, breakpointing shows that the line is executed (and …

Member Avatar for Geekitygeek
0
185
Member Avatar for ravikiran32

I am just a beginner in .net and i have written the following code to execute command "AT" on the mobile and receive response "ok" from the mobile. I have completed the task learning from some example code. but what i would like to know is, how "[B]AutoResetEvent[/B]" is working …

0
84
Member Avatar for ravikiran32

[B]I am just a beginner and i would like to send sms using 5800 nokia piece. What i would like to do is send "at" command to mobile and read response "OK" from the port(sent by the mobile). I can send commands and get response through hyperterminal but it is …

-1
57
Member Avatar for ravikiran32

How can i retrieve data information displayed on the hyperterminal or is there any way to redirect the information being displayed on hyperterminal to a file?

Member Avatar for ravikiran32
0
98
Member Avatar for ravikiran32

I am doing a project with sms module and i would like to know the type of modem for sms module just for sending and receiving sms. I would also like to know do [B]gsm[/B] and [B]gprs[/B] modem affect the speed of message transfer differently? which of them you suggest …

0
50