| Taskbar (4 replies) |
| microsoft.public.dotnet.framework |
| When MDI windows etc are maximized, sized etc. they don't take into account task bar. How can I take into account the size of the task bar an size windows accordingly? |
|
| Enums... (2 replies) |
| microsoft.public.dotnet.framework |
| Just curious if there is a way to bind an enumerator as a Datasource?? Thanks!! Jorell |
|
| Retrieving application name.... (2 replies) |
| microsoft.public.dotnet.framework |
| Hi everyone, Just curious if there is a way to get the application name??? Now ideally I would like to be able to get it the same in both Windows app and web app. If this is possible that would be great other wise, how is the best way to get it in both cases?? Jorell |
|
| ButtonColumn - how to get the Text string associated with it (3 replies) |
| microsoft.public.dotnet.framework |
| I have two different Buttons that fire a "DeleteCommand" I would like to know if it is possible to get the Text value on the button (one is a linkbutton format, the other is a pushbutton type) I would like to look up the Text value and depending on what it is execute two separate subroutines. Thanks |
|
| How to get screen size in Windows Forms App using C#? (2 replies) |
| microsoft.public.dotnet.framework |
| How to get screen size in Windows Forms App using C#? Thx for your help! |
|
| Hidden text in System.Windows.Forms.RichTextBox? (2 replies) |
| microsoft.public.dotnet.framework |
| Hi, I believe the Windows Rich Text DLL supports hidden text, but I have yet to find a way to specify hidden text in the .Net framework (I'm working with VB.Net). I can set text to protected, but not hidden. Am I missing something obvious, or are there tricks/work arounds? I've tried to be thorough in my research, looking in the .Net Help, in Google Web and Groups search, but have never found an a... |
|
| how to get file count of a given directory including subdirectories without recursion using vb.net (4 replies) |
| microsoft.public.dotnet.framework |
| Hi, Can any one please tell me, how to get the file count of a given directory including subdirectories without recursion using vb.net? is there any function or class which can do this? or any API? please let me know as early as possible. Thanking you sir Regards PraveenP mailtopampati@rediffmail.com ********************************************************************** Sent via Fuzzy Software @ h... |
|
| Web services, IIS and overhead. (2 replies) |
| microsoft.public.dotnet.framework |
| Hi all, I'm in the process of developing an application which I would like to deploy across multiple servers within an intranet, essentially a classical N Tier app. I've looked at the various documentation for the remoting and IPC facilities with .NET and have decided that web services would suit my needs with a couple of caveats. 0) I'd like to be able to plug in a new server for load balancing w... |
|
| App.Config (2 replies) |
| microsoft.public.dotnet.framework |
| I've been unable to locate any good examples of working with the App.Config file and getting values out of it from my my code. Working with Web.Config is easy for ASP.NET apps, but App.Config doesn't seem to be quite as intuitive and the documentation for it is not as good either. Does anybody have a good example? Thanks, Steve |
|
| announcement: need an asp.net developer in Dallas (2 replies) |
| microsoft.public.dotnet.framework |
| I've been a regular poster on these groups, and I am leaving my current position and I need to find an asp.net developer to fill my old position. Let me try to help someone here out. If you have ALL of C# (VB.Net and Java experience might do) ASP.Net (essential) ADO.Net (essential) worked with Dataset/DataAdapter (essential) please send resume to eric@pdi home.coTAKEOUTm WITH salary requirements. ... |
|
| Compiler error - defined in multiple places (2 replies) |
| microsoft.public.dotnet.framework |
| Hello, I'm currently porting some aspx/c#code behind from a Win2000/.NET server to a server running NT4/.NET. The app on NT4 is now giving this error: Compiler Error Message: CS1595: 'System.Collections.ArrayList' is defined in multiple places; using definition from 'C:\winnt\microsoft.net\framework\v1.0.3705 \mscorlib.dll' To simplify troubleshooting, I've compiled and uploaded a simple test aspx... |
|
| (C)API problem C# dotnet (2 replies) |
| microsoft.public.dotnet.framework |
| Hi All, I am trying to migrate old VB6 code to C#. It's function is to monitor CAPI events on my ISDN device. Everything works fine in the old environment. Using dotnet however I encounter strange behaviour. Everything runs fine until the line ' RtlMoveMemory(ref stuMessageHeader, intCapiBufferPointer, 8); '. When this line is executed the subsequent lines are not executed and the form comes back.... |
|
| How do I access resouces using code (3 replies) |
| microsoft.public.dotnet.framework |
| Hi, could someone give me a 1,2,3 approach how to use Ressources with VB.NET? I use the ResEditor to create a *.resources file and included in the Project... then try to use the ResourceManager class but I keep getting all kind of error, such as Missing Resource Information.... How can I access resource Images for example using code? Please help. Sam J. |
|
| Deserialization throw an FileNotFoundException (2 replies) |
| microsoft.public.dotnet.framework |
| I have a class defined like below. I use Binary Serialize to serialize an instance of this class to an file, then copy the file to other directory, then run deserialize on it, I always get an exception says. "Unhandled Exception: System.IO.FileNotFoundException: File or assembly name Serialize, or one of its dependencies, was not found.File name: "Serialize" " What's wrong here? Thanks [Serializab... |
|
| Where Is CollectionEditor (3 replies) |
| microsoft.public.dotnet.framework |
| I am trying to use CollectionEditor which I found in the documentation but I cannot seem to either instantiate it or inherit from it as it appears I should be able. I have a property on a base form that I want the user who inherits it to be able to edit and the Property is a collection class which contains another collection class. I have the following code: Public Class MyCollectinEditor Inherits... |
|
| .NET 1.1 Suggestion (2 replies) |
| microsoft.public.dotnet.framework |
| In the .NET 1.0 Framework, machine.config is setup to disallow access to all .config files in a Web Application, when, really, only the Web.config needs to be blocked. For companies / developers using rich clients (embedded user controls and other thick clients such as Web deployed applications like we're developing), the AppDomain must be able to access the application's .config file, which isn't... |
|
| Can a DLL have an application config file? (4 replies) |
| microsoft.public.dotnet.framework |
| I'd like to know what the best way is to tie a configuration file to a shared C# library. For example, I'm creating a component using C# designed to be used from within ASP.NET pages. I want to have a configuration file that the DLL can use to find the path to its data file and various configuration params. I understand that there are "application" configuration files, where you can put the config... |
|
| How to get a blank row for a databound dropdownlist (2 replies) |
| microsoft.public.dotnet.framework |
| Hi, Is there a way to get a balnk (default row) for dropdowns that are databound to a DataSet. Do I have to add the row to the dataset? Or is there a setting on the dropdown control that allows for this? In either case, how would one go about doing this? TIA |
|
| Error downloading Exe from web (2 replies) |
| microsoft.public.dotnet.framework |
| Hello: I built a .Net executable and put it on a webserver. When I call it from a web browser on the same network, it works great. But if its across the Internet, I get this error: An execption 'System.Security.Policy.PolicyException' has occured in Domain2 How do I get around the security issue? Thanks, Bill |
|
| .NET and WMI (4 replies) |
| microsoft.public.dotnet.framework |
| Hey All, I'm trying to get the MACAddress WMI property of the installed network card on my system, using .NET. But I keep getting multiple values returned the WMI docs say that this is a manufacturer provided unique ID but there appears to be 10 deviceID's returned and only 4 5 of them have a MAC Address, most of which differ. Am I doing something wrong? Below is my code. cheers Stu ManagementClas... |
|
| Hashing or Encrypting (4 replies) |
| microsoft.public.dotnet.framework |
| Hi all, I am new to cryptography and am trying to put together a set of utilities to manage users for an application. I would like to keep the users details in a database, with their password in an unreadable form. At the minute I have put together a set of utils that will encrypt the password using RC2, DEC etc using symmetric encryption. However I was reading an artical on secutiry and it sugges... |
|
| Locking a collection with SyncRoot...not locking? (3 replies) |
| microsoft.public.dotnet.framework |
| I have a class instance that is accessed by multiple threads on a very regular basis. The class itself spawns a maintenance thread that is doing something every few seconds. I'm using Monitor.Enter(collection.SyncRoot) where I only need to lock the collection for a single line, and the C# lock keyword for methods where I enumerate through the collections items (the maintenance thread). Most of the... |
|
| IE history (3 replies) |
| microsoft.public.dotnet.framework |
| I am currently using System.IO.FileSystemWatcher(), and System.IO.FileSystemEventHandler to log IE activity in the "temporary internet files" dir. It works fine. This doesn't seem to work in the history folder. I'm assuming this is because the history folder is somehow special. How can I capture that information as a user surfs the web? There seems to be a InternetExplorer object but it looks like... |
|
| BUG? Getting Image.PropertyItems for Exif JPG (3 replies) |
| microsoft.public.dotnet.framework |
| I'm getting an occasional error getting a PropertyItem list for an exif jpg in C#. Create a new Windows Form, and add two multi line textboxes and one button. The button's code section should look like the following: ******************************************** private void button1 Click(object sender, System.EventArgs e) { // Image image Image.FromFile ("D:\\My Documents\\My Pictures\\Sample.jpg"... |
|
| soap serialization (5 replies) |
| microsoft.public.dotnet.framework |
| I'm creating a client library for my soap web services via pointing to the wsdl and letting dev. studio stub out the client classes. However, I'd like to completely override the serialization of these classes beyond what I believe can be done with attributes. What is the process for completely controlling the serialization? Implementing IXmlSerializable seems to be the only way but it's not suppor... |
|