| Thread | Last Post | Replies |
|
| What happen if the UI Thread returned from Application.Run while other thread is trying to call Invoke? | 29 Mar 2004 22:15 GMT | 2 |
the UI Thread can't Invoke the function, right? and 'the other thread' block indefinitely? if so, any solution? thx
|
| Inheritance in C# | 29 Mar 2004 22:04 GMT | 2 |
Im reading C# specification, an it says that members of class B include all members declared in class B plus all members from its base class (call it class A) REGARDLESS of their accessibility level, meaning 'private int count' (declared in A) would be inherited in B (but would ...
|
| are multicast delegates thread-safe? | 29 Mar 2004 21:31 GMT | 4 |
If you have a multicast delegate (say, an event in C#), is it safe to invoke this delegate at the same time from multiple threads (assuming, of course, that all of the methods that the delegate calls are themselves thread safe?) It seems this should be safe, since delegates are ...
|
| Will modules be supported in future versions of vb.net | 29 Mar 2004 19:56 GMT | 1 |
Do any whidbey testers know polynomial5d
|
| Getting a list of static objects. | 29 Mar 2004 17:26 GMT | 1 |
I have a test application that loads some data from a database. This process is then iterated a number of times, and the memory consumption of the application is rapidly rising. Since the garbage collection is running, it must be because some static or
|
| date-time control......time validations | 29 Mar 2004 16:14 GMT | 2 |
i am using 2 datetime picker controls for showing fromtime and totime.Now i want to check the fromtime should not be greater than totime validations with AM and PM checking also.how can i perform this in C# windows forms ? Please help.
|
| Masking a textbox as # box | 29 Mar 2004 14:53 GMT | 2 |
I have a textbox want to mask as phone box. How can I do it? Thanks
|
| Believe iT or NOT!!! | 29 Mar 2004 14:53 GMT | 1 |
Discovers the "Secret of making huge money" in just few weeks.... You shall be amazed that how easy 1 can make money on internet just for doing 1 time work..[I GUREENTED U CAN TOO MAKE BIG$$ WITH THIS PROGRAM]........ [Use IE if can't view the site] ...
|
| ListView Control | 29 Mar 2004 14:53 GMT | 1 |
Hello, I am having a difficult time trying to get the ListView to Inset an new item at a particular index. The following is an example: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
| question about vb | 29 Mar 2004 14:53 GMT | 2 |
how can i using listbox in vb.net ?
|
| Printing Crystal Reports from .Net Web Application ! | 29 Mar 2004 14:53 GMT | 2 |
I'm trying to build a web application on .Net that has crystal reports (version 9) , I want to be able to view the report and print it, I tried some methods for doing this but it did not work properly. I would appreciate it if you could help !!
|
| if...then...else structure | 29 Mar 2004 14:12 GMT | 4 |
Is there a way to exit from it prematurely? As it is now, I have to wrap the structure if a try...catch..end try structure then exit the try. Why did MS delete the exit if from vb.net polynomial5d
|
| Which reporting tool for business objects | 29 Mar 2004 14:06 GMT | 2 |
we are evaluating different reporting tools/engines and would appreciate any help/suggestion. What we need in first line is a tool with an high level report designer (WYSWYG). We would like to avoid a raster engines, which would make the
|
| Call of en external .EXE file | 29 Mar 2004 13:48 GMT | 2 |
How can i run an external .exe file within a C++ .NET application ? It sounds like a call to WinExec(), but i find no command to do that... I need your help Thanx in advance
|
| How do I convert a DateTime to another time zone? | 29 Mar 2004 12:31 GMT | 3 |
I would like to know the date and time in another time zone, but I cannot figure out how to do it. For example, I have a DateTime in UTC that is 23:00, which is 18:00 EDT. I would like to know the time in the PDT timezone. Does anyone know which class I should use to do the ...
|