all groups > c# > august 2003 > threads for sunday august 31
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How to attach an event to an menu item
Posted by Jane at 8/31/2003 8:37:17 PM
Hi
I am using a Visual Studio .Net 7.0 trail version in
Windows XP.
I've dynamically created some menu items. Now I want to
attach an event to these items, what should I do?
Thanks
Jane... more >>
Open File Dialog
Posted by Claudio at 8/31/2003 11:40:25 AM
Is there a way to implement an OpenFileDialog on a web application?
... more >>
SqlDataReader question
Posted by PeteZ at 8/31/2003 9:17:14 AM
I'm having a problem where I exec a stored procedure (which SELECTs all rows
from a table, which has 100 rows) - each row has 8 columns.
When I exec the code (see below) I get 8 in oSQLDR.FieldCount (which I
expect but whenever I try and reference the data in the row
(oSQLDR.GetInt32(0);) I ge... more >>
Question of The bitwise or operator
Posted by ±èÀçȲ at 8/31/2003 8:07:20 AM
Why does follwing code generates the error..?
ulong a = 3;
int b = 15;
Console.WriteLine(a | b);
... more >>
How to copy a file from server to client
Posted by Shayer at 8/31/2003 7:46:17 AM
Hello
I want to copy a file from server to client machine. How can i do that. I
may have to use byte stream but how can i do that . Pls tell me
THanks
... more >>
Newbie: class access questions
Posted by Geoff Collier at 8/31/2003 7:37:41 AM
I have a form called frm_junk. On it there is a rich
text box called rtxt_output. I am having trouble
accessing this (or any) object on frm_junk from another
class. I have a class "test". When I tried to access
rtxt_output from "test" I got an error message indicating
that the protecti... more >>
Early/late binding
Posted by joe at 8/31/2003 3:49:34 AM
Hi,
In C#, objects are manipulated by their references only.
Does that mean that all calls to virtual functions are
resolved at run time?
Can a call to a virtual function be resolved at compile
time
Thanks... more >>
Unified Modeling Language
Posted by Hai Ly Hoang at 8/31/2003 1:48:04 AM
Hi
Can you tell me some website which I can download (freely) UML learning
material for beginner ?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I close windows in Form_Load ?
Posted by Boba at 8/31/2003 12:22:28 AM
Hello,
Is there any possible to stop the load of a specific
form and close it in the Form_Load event ?
With thanks.... more >>
|