| Thread | Last Post | Replies |
|
| File / Folder security | 09 Mar 2007 14:57 GMT | 2 |
Dears, We used to use permchecker.hassaccess (DLL Component) to check if the user has access to a specified file in ASP, is there anyone who knows how to check if the logged user has access to open a specific file/folder using
|
| My printer keeps being hi-jacked by my co-worker. | 09 Mar 2007 12:44 GMT | 1 |
Strange but true... she physically removes my printer cable from my PC and connects it to hers (which would be okay with me if she would reconnect it to my PC when she is finished). I have asked her repeatedly not to leave me stranded like this but I believe she takes advantage ...
|
| Retaining column widths in the datagridview (.net 2.0) :-( | 09 Mar 2007 11:31 GMT | 3 |
Can anyone tell me if there is an easy way to retain per-user column widths for the datagridview in a windows forms application. I know I could do it with a lot of database programming and what not, but I was hoping there would be a much easier solution. It seems like
|
| Polymorphic substitutability not supported it seems? | 09 Mar 2007 07:51 GMT | 1 |
When I try to compile this class, I get two compilation errors: Error 1 The best overloaded method match for 'PolymorphismTest.PolymorphismTest.DoSomethingElse(System.Collections.Generic.IList<object>)' has some invalid arguments C:\Documents and Settings\aw\My Documents\Visual
|
| Question regarding the System.Net.Mail and System.Net.Mime namespa | 09 Mar 2007 05:48 GMT | 1 |
I hope somebody from Microsoft can explain me why the low level API of these two namespaces is not public ; for example, we'd like to transfer email contents directly on a Socket or into a MemoryStream, and to do that, we would be stuck to use SmtpClient to save the email into a ...
|
| WCF customization | 09 Mar 2007 05:47 GMT | 1 |
We have an legacy communication protocol exchanging messages between 2 machines * TCP Based * Request messages & corresponding Reply messages (no Exception
|
| Remoting & Security | 09 Mar 2007 05:41 GMT | 1 |
Hey guys, Just wondering if it is possible to secure a remoting server by requiring the client to submit a username and password? I know I can use the IpcChannel to restrict access to the local machine, but I'd like to be able
|
| No windows Sounds | 09 Mar 2007 00:06 GMT | 2 |
For some reason my pc has no windows sounds its been so long i have just put up with it but its realy getting to me there are no start up noises and no sound in internet explorer. Sound plays in games and on windows media player i have checked the wav files they play in wmp so i ...
|
| A design question about format provider | 08 Mar 2007 16:22 GMT | 1 |
I am building an asp.net application. However, it had to use a lot of Convert.ToDatetime or Parse. And I had a lot of the following code: IFormatProvider provider = new CultureInfo(ConfigurationManager.AppSettings.Get("culture"));
|
| Global exception handler when creating a windows service? | 08 Mar 2007 14:35 GMT | 3 |
What is the best way to catch any and all exceptions when creating a windows service application? Is there some sort of global exception event I can use, or is it possible to surround the ServiceBase.Run(ServicesToRun);
|
| label and decimal value | 08 Mar 2007 14:07 GMT | 3 |
Is there any know problem with sending a decimal value to a label control in .net 2.0? I am assigning the label value to a label control like this: Dim New MyObject as Object
|
| Skeleton Active Directory Interface Code (VB.Net) | 08 Mar 2007 12:27 GMT | 2 |
Good morning everybody; I'm looking to find some skeleton code, the bare minimum coding you need to be able to access the Active Directory in Windows Server 2003, using VB.Net code. What I really want to be able to do is check for
|
| how does ado.net SqlDataReader.GetString() know which encoding to read the data into a string as? Does sql sever set this at the column data type level, server wide encoding setting, os encoding? | 08 Mar 2007 11:06 GMT | 1 |
how does ado.net SqlDataReader.GetString() know which encoding to read the data into a string as? Does sql sever set this at the column data type level, server wide encoding setting, os encoding?
|
| Visual Studio 2003 and Net Framework 2.0 | 08 Mar 2007 10:50 GMT | 1 |
I am wondering that will above mentioned combination can be used to develop .NET applications? Means is it possible to develop .NET 2.0 application using Visual Studio 2003? Or do we have to use VS2005 only?
|
| Invoke or BeginInvoke cannot be called on a control until the window handle has been created. | 08 Mar 2007 06:45 GMT | 5 |
Ok, I keep getting an exception: A first chance exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll Additional information: Invoke or BeginInvoke cannot be called on a control
|