... form ... Thanks, I already have discovered that. But, the compiler: 1. Requires I change the code VS.NET generated from "this. buttonPressMe.Property =...
I'm experiencing great trouble trying to use Microsoft.WindowsCE.Forms... I tried many options for the compiler (I'm not using the IDE but looks promising) but...
Enter your vote today! A new poll has been created for the pcsharp group: We know this compiler is excellent (thanks Vitaliy). but, Does it work for you? o no...
pcsharp@yahoogroups.com
Jul 1, 2004 8:40 pm
117
in the .csant file, inside the <cscc ... >,after the <sources>...</sources> add: <references> <file name="Microsoft.WindowsCE.Forms" /> </references> ...
Thanks but I still get messages like "invalid base type" trying to inherit the MessageWindow class... I tried both of your suggestions with and without adding...
Dear CSharp Developers, I have just downloaded the CSharp development/compiler for Pocket PC and had a play. I have high hopes for it. I have got the system to...
Dear Vitaly, when will you provide the next version of PC#/IDE on your website? I'm interested on a well-working IDE, also I wish more sample codes. Thank you...
I am new to this group after having been lurking in the PGCC group for awhile. I decided to give a try with the IDE/Pocket C# on my IPAQ 1935 and everything is...
Hi guys (i dont' know if gals are there) I am new to this group and eager to go(grow) i could manage some compilers and sample code for C#. I am just wondering...
Hello all, I just wondering if Pocket C# can compile today screen plugins. Because it would be sort of "bad" if visual studio is the only way to do it. Billy...
... hi billy, take a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/TodayScrn.asp "...Unfortunately, the current...
I came across the same problem when I was trying to compile: someDelegate theDele = new someDelegate(functionName); where the "functionName" is a variable type...
Thanks for the suggestion, but I was already using the actual function name. What I find is odd is that it compiles and run on a PC just fine. I guess I need...
I have developed program for browsing .NET Compact Framework assemblies, namespaces, types, classes, constructors, methods, properties and fields. I put in on...
Hi there, First, thanks to Vitality for bringing these tools to pocketpc devices. It's a such great work. I installed pocket c# from the cab file by running it...
I really like your program. It's a lot easier than carrying around documentation. For it to be most useful for me, I'd like to be able to put it in my pcsharp...
Is anyone able to compile a Form that has a DataGrid control on it? I get the error 'invalid lvalue in assignment' when I uncomment the following line of code:...
Sorry list, I posted the wrong code and error message in my post below. This is the code to generate a DateGrid control: private System.Windows.Forms.DataGrid...
Hello, First, excuse me for my bad english !! In my pocketpc, the pc# folder is located in root (\) like this (not in \program files\pocket c#/ !!): \pc#\lib\ ...
Hi nocturnalkiwi, DataGrid does work in Pocket C#. You just need to include a reference in the csent file of the project like: <references> <file name =...
OK, for all the newbies that might read and ask this question; after I write a simple code, save it as a .cs extention, then what? Please try to keep it...
Hi, How did you manage to install it in \pc# folder from the cab installation? Once I click on the .cab file, it installs itself into \program files\pocket c#...
Hi All, My first installation of pc# wasn't able to compile because i was using a newer version of command interpretor 4.2 instead of 3.0 shped with pc#. I...
Several weeks ago I posted that I couldn't compile some code. The error message from the compiler just said "delegates" and nothing else. This vague error sent...