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.

~6K People Reached
Favorite Forums
Favorite Tags
c++ x 9
card x 2
c x 1
Member Avatar for dip7

Hi Does anyone know how to send sms using c#? do i need to buy a modem which can insert sim card? i have search the web. some do provide source code but it can't seem to work when i copy and paste the code to c#. Thanks

Member Avatar for szurcsii
0
2K
Member Avatar for dip7

Hi, I am have written a program in C but using Dev-C++ to run it. I have compiled my source code in c. however, my output window does not stay. I tried adding system(“PAUSE”); before return 0, but it does not work. My program has both return 1 and return …

Member Avatar for Ancient Dragon
0
92
Member Avatar for dip7

Hi, I want to write a program to calculate the no. of bytes between the first binary pattern (110) to the next 110 binary pattern. i know i probably have to make use of: cout<<sizeof(char); Do i need to use a pointer or something to tell the program where to …

Member Avatar for Narue
0
92
Member Avatar for dip7

Hi, I have come up with the source code to read files. However, this is source code reads the file 1024 bytes at a time. I would like to modify the code to read it byte by byte. This code wants to determine if 001 bytes ( oo oo o1 …

Member Avatar for Ancient Dragon
0
3K
Member Avatar for dip7

Hi. I want to read a file and scan the file to see if the file contains 0x000001 (24 bits, 23 zero and 1 one bit). if file contains 0x000001, return a "yes", else return a "no". I tried writing the program but cannot work. I am stuck with this …

Member Avatar for dip7
0
113
Member Avatar for dip7

Hi, I am a beginner user of C++. I need to search a file for a certain pattern binary code. eg. i need to use C++ programming language and search a file to determine if 001H is present in the file. How do i do this? Thank you very much …

Member Avatar for alexchen
0
78
Member Avatar for dip7

Hi i would like to insert pic using a code. for instance, when i click on a button, picture1(.jpg) will appear on a form. however, when the picture1 at a location is replaced by picture2, the c# application will also change to picture2. Is it possible to do so? I …

Member Avatar for mlady
0
116
Member Avatar for dip7

Hi I need to have my c# code to update from microsoft access automatically. can i use the timer control? This is the code i found for timer control: public partial class Form1 : Form { Timer timer = new Timer(); Label label = new Label(); public Form1() { InitializeComponent(); …

Member Avatar for ddanbe
0
101
Member Avatar for dip7

Hi How to create a graph/table inside a message box? The message box will appear after clicking a button. Thanks

Member Avatar for Diamonddrake
0
130
Member Avatar for dip7

Hi Is it possible for me to merge the data i had from microsoft access to my c# application? And also, i want my application in c# to say for every 5 mins, update the data i had from microsoft access. Is it possible? Thank you very much

Member Avatar for Ramy Mahrous
0
75
Member Avatar for dip7

Hi How do i change the color of the button using code? i cant change it using the toolbar because i created the button using code as well. Thanks

Member Avatar for JerryShaw
0
97
Member Avatar for dip7

Hi I would like to ask if it is possible for me to create buttons inside a button using C#, such that when i click a button few more other buttons is available for clicking. How can i do that?? Thanks

Member Avatar for kvprajapati
0
424