| VS .NET acting up! (4 replies) |
| microsoft.public.dotnet.faqs |
| I have made many project vs .net including vb, c# and j#. However, this is the first I've encountered a problem like this only when I'm developing in j#. The problem is for example: I have a form with a button: add the form load event to the form add the button click event to the button Ever now and then, the event link is broken, what I mean to say is, If I press the button the button click is no... |
|
| Ref/Out Versus Function (2 replies) |
| microsoft.public.dotnet.faqs |
| Hello If I want to return a value back I could have: A) public void test(ref int test) // out as well { ...... } or B) public int test() { ...... } Which one is more efficient A or B TIA YVES |
|
| Default printer (6 replies) |
| microsoft.public.dotnet.faqs |
| How to get the default printer name in my ASP.NET application PrinterName property of the PriterSettings class returns ' no default printer ' Do you have any idea ? |
|
| Boolean Problems (5 replies) |
| microsoft.public.dotnet.faqs |
| Please help On the form I have created the user can click on four radio buttons to display a country's flag, the problem I am having is that I also want a checkbox to display the name of the country when it is checked Label3.Text "USA" radUSA.Checked True This is what I am trying to type in I have tried several variations but I still keep getting the error message 'An unhandled exception of type '... |
|
| File System Watcher Multiple File Extensions (2 replies) |
| microsoft.public.dotnet.faqs |
| I am attempting to use the file system watcher component to monitor several different file types, but am unable to properly format the filter string to do so. Does anyone know the format for the filter string that would allow monitoring of several different file types? It seems like this should be possible, but I cannot find a format that works. Any help would be appreciated. Mike Biang mbiang@cra... |
|
| .net class question (2 replies) |
| microsoft.public.dotnet.faqs |
| Hi Folks, Anybody knows is there any class to convert Julian date to integer as Microsoft Excel does? Thanks Laszlo |
|
| how do I convert MD5 algorithm back to string in c#? (3 replies) |
| microsoft.public.dotnet.faqs |
| hi everyone... would like to know something on MD5... how do I convert MD5 algorithm back to string in c#? regards, Nigil |
|
| Vb.net Auto Deployment Problem... (2 replies) |
| microsoft.public.dotnet.faqs |
| Hi, All. I have been researching the new auto deployment (deployment over the internet/intranet) option provided by .Net framework (http://www.eggheadcafe.com/articles/20011106.asp). And have run across a problem when I load an exe file from the server onto a local assembly... when I run that same exe on the server it works fine... but, when I try to use auto deployment on a client I get the follo... |
|
| shaped forms (4 replies) |
| microsoft.public.dotnet.faqs |
| How can i create shaped form (like circle) ? is it some property of Form ? Thanks |
|
| How to create LOCAL_SERVER or REMOTE_SERVER COM interface in c# code ? (3 replies) |
| microsoft.public.dotnet.faqs |
| Hello all! I want to use existing COM interface in my C# code. To do this I created COM interface wrapper class (I have a reason not to use automatically generated assembly): [Guid("92C4A64E 60BC 42f3 94B5 63565A69B8D8"),InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] interface IReport { void Clear( [In] long dwID ); void Report( [In] sbyte DestroyChainWhenDone, [In] ref EVENT pEventChain); }... |
|
| Server Error in '/someapp' Application: View State is invalid for this page (2 replies) |
| microsoft.public.dotnet.faqs |
| Hello all, I am getting Server Error in '/SomeApp' Application, and the detail error message is as following: Server Error in '/SomeApp' Application. The View State is invalid for this page and might be corrupted. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated i... |
|
| XmlSerializer & Whitepsace (3 replies) |
| microsoft.public.dotnet.faqs |
| How do I prevent the XmlSerializer from translating a XML Element containing a white space into an empty element when deserializing a class instance.. e.g XML is : ?xml version "1.0"? Names xmlns:xsd "http://www.w3.org/2001/XMLSchema" xmlns:xsi "http://www.w3.org/2001/XMLSchema instance" FirstName Ollie /FirstName SecondName /SecondName /Names Class definition is : [Serializable] public class Name... |
|
| Array question (3 replies) |
| microsoft.public.dotnet.faqs |
| Hello all! A newbie here that is having trouble with arrays in dotnet. I have looked through the MSDN site among others and still am stumped :( In a console app I need to: ENter salaries one at at time into an array and then display the sum of all the values entered. The array size is variable, if the user enters 10 salaries it calculates the sum for 10, if it's 15 then it sums 15 salaries. Sorry ... |
|
| string 2 array (6 replies) |
| microsoft.public.dotnet.faqs |
| Can someone help me a bit with the following problem: A have the following string: "value1 a&value2 f&value3 hh&gggg hello" (Yes it's "was" a full querystring, but not anymore, it's a nornal string now ; ) I would like to split it up in an array(list), I want to split it up by key value principal, but the only thing I can make of it is: 0,value1 a 1,value2 f 2,value3 hh 3,gggg hello Instead of: va... |
|
| Step Into a Console App (2 replies) |
| microsoft.public.dotnet.faqs |
| I wish to start my Console App from the command line ( pass in parameters) and follow the execution right into the IDE and step through it. Is this possible? If so how? I am receiving an error "System.Security.SecurityException" in the first message box and "There is not source code available for current location" in the second message box. If I could figure out what specific SecurityException is ... |
|
| Handling function key KeyPress (2 replies) |
| microsoft.public.dotnet.faqs |
| Hello, I am attempting to map the keyboard function keys F1 to F10 to specific functions within my Console. I am able to catch all keyboard inputs and obtain their ASCII value for comparison purposes, apart from those generated by the F keys. To handle the form key presses, I am using: .... this.KeyPreview true; // to enable the form (rather than a separate form control) to catch keypresses this.K... |
|
| .NET genius needed! (5 replies) |
| microsoft.public.dotnet.faqs |
| Hi, I searched those newsgroups for hours and did not find a clear solution to the following problem: In ANSI C, I have the following structure: struct { char *name, unsigned int size, unsigned short int count, MyUnionType data, unsigned int id, unsigned short int type }; Because I know the MyUnionType data field will be at most 12 bytes in length, I simply translated this structure into the follo... |
|
| (Newbie) Minimum spec for pc's running VB.net app (6 replies) |
| microsoft.public.dotnet.faqs |
| Hi all I'm about to do my first VB app with Visual Studio .NET Once it is done (connects to a SQL 2000 DB Server) what will the machines running the software need to have as a minimum spec in realation to the software? Do they need to have the .net framework installed or anything like that? Thanks in advance Daz |
|