User Profile
Collapse
-
A problem with window app
I have built a window application but i have a problem with it...
When I open the exe it is opening not only the window app it also opening a console window which I don't want to see.
What can I do in order to hide this console window?
Kfir. -
please help, it is very important for a project that I should make...Leave a comment:
-
GDI+ moving objects
Hi..
I have a line in my form that I created with the gdi+ in C#.
I want him to move(like an animation) - is that possible?
Thanks -
-
-
A problem in C#
Hello again...
This is my problem :
I have a lot of textboxes in names : d1, d2, d3, d4, d5, d6, d7, d8 until d31.
I want to make a for in this way:
for(int x=1;31>x;x++){
d[x].Text = x;
}
==== > I mean d[x] = d1; and then d[x] = d2.
*it is not an array
Can someone help me please? -
Hello again...
This is my problem :
I have a lot of textboxes in names : d1, d2, d3, d4, d5, d6, d7, d8 until d31.
I want to make a for in this way:
for(int x=1;31>x;x++){
d[x].Text = x;
}
==== > I mean L d[x] = d1; and then d[x] = d2.
*it is not array
Can someone help me please?Leave a comment:
-
Eval strings
Hey, is there a function that eval strings in C#?
I searched a lot but I didn't find an answer... -
-
Unixtime problem
Hello.
I have a task to develop a calendar in C#, therefore - I need to use unixtime I think.
But I don't know how to, can some one explain to me how to convert the date of today to unix time? And how can I add a day to the unixtime of today for example.
Thx guys.
No activity results to display
Show More
Leave a comment: