Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for imso

The alarm clock application works by setting a certain time and then it perform a certain task eg:sound an alarm, display a messagebox test message. But the problem comes where i need to snooze(delay) the alarm clock for a certain time period like 10 second... Then it will re-initialise the …

Member Avatar for Konevlad21
-1
1K
Member Avatar for Ajay_9

how can i save different data to text file separated by commas and the text file shoul handle 5 records

Member Avatar for Sulaiman_1
0
239
Member Avatar for Ajay_9

I used this code but every time I once close and run it again, the sequence of questions is same(its in sequence like 1,2,3,4...). How can I change the sequence every time? select *,rnd(ID) from Test order by rnd(ID)

Member Avatar for Ancient Dragon
0
68
Member Avatar for Ajay_9

I am label which display the current time ( label8.Text = DateTime.Now.ToString("HH:mm:ss"); ) but here i want on a button click the timer would alert on two minute (i.e time out)..

Member Avatar for oussama_1
0
233
Member Avatar for Ajay_9

Hi, I am developing a quiz contest in before starting the quiz user is to select the types of question(combobox) & number of question and when the button is clicked we go to next quiz form in the question is displayed in textbox and option is displayed on 4 different …

Member Avatar for castajiz_2
0
253
Member Avatar for Ajay_9

I want access data randomly and i have write the code when i click the button then data is displayed but i want when i again click the button then the next row data is displayed. could you please tell i am stuck here past 15 days.please And when click …

0
99
Member Avatar for Ajay_9

I want to rotate a set of images(4 to 5) which automatically start rotating from left to right or right to left on form load one by one( i.e when form loads the first image comes then second and so on but in left to right manner ).

Member Avatar for ddanbe
0
154
Member Avatar for Ajay_9

I am getting the error while inserting the image from win-form.Can anyone please tell me the in the code.I am using Visual Studio 2013 and MS Sql 2008 R2. Thanks . using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using …

Member Avatar for Ajay_9
0
163
Member Avatar for Ajay_9

Hi,I want auto rotate pictures clockwise using picture box in c# win-form on form load using timer plllz help me I have 4 images. Thank you.

Member Avatar for SynThiicQ
0
141
Member Avatar for Ajay_9

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Diagnostics; namespace ShutDowner { public partial class Form1 : Form { int i; int j; int k; int h; int m; string t; string ct; public Form1() { InitializeComponent(); } private void Form1_Load(object …

Member Avatar for castajiz_2
-2
173
Member Avatar for Ajay_9

I am developing app in which I want to access my laptop web cam and click the snap saved it automatically to a particular directory when someone tries to login if the entered detail is correct then click the snap and save as know.jpg otherwise save it by name of …

0
60
Member Avatar for Ajay_9

Hi,I want to create a digital clock app for windows phone in c# and i don't know how to start and resources are required can anyone help me for this. Thank you in advance.

Member Avatar for pritaeas
1
84
Member Avatar for frankvalentin

I need to add text (not a line) to an existing text file, using C#. I can create the file, and write text to it, but when I have to append text, for some reason, it fails. I can append a line, but I don't need to append a line. …

Member Avatar for ddanbe
0
3K