|
I'm trying to make a picture button in the compact framework. I made a usercontrol and added a picturebox. I saw you could over ride the text and font for normal windows forms. but don't seem able to do it for compact. It crashes VS2008. Has anyone done...
Started by nportelli on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm really surprised how much was left out of the compact.
Thanks, we are already using that to optain the MAC address .
And the compact framework has let me down, SDF has usually already "fixed" it.
|
|
Where can I find the .NET Compact Framework SDK for developing Compact Framework applications in Visual Studio?
Started by James Newton-King on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You instead need to install a Visual Studio based SDK for each device type you want... .
Can you get it here ?
Here's the 64 bit sdk
Hi James,
Unlike the desktop version of the .NET runtime there isn't a single download for the .NET CF that I am aware of .
|
|
I was wondering when support for compact framework and sql server compact edition will be added to the Subsonic 3.0 project ?
Started by MattDotNet on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is the link below any use?
http://www.agilification.com/post/T4-Templates-For-The-NET-Compact-Framework.aspx
T4 templates also do not work in a Smart Device project because the
Compact Framework does readers are interested: ( http://www.....
|
Ask your Facebook Friends
|
Is anyone working on a .NET Compact Framework port of AutoMapper or are there any similar mapping libraries for the .NET Compact Framework?
Started by Daniel O on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
EmitMapper is faster
emitmapper.codeplex.com
but is is subtle hope that it can run in CF
upd: sorry, System.Reflection.Emit doesn't exist in .net cf
You could build on OmuMapper ?
(Obviously there's a strong chance this wont meet many challenges you ... .
|
|
Hi
I am after a compact gym of high quality. The problem is my ceiling is on 73" high. Most gyms do not fit. I did find the powertec compact leverage gym however I have heard it can be unstable. Is there anything else out there? any suggestions? Yes I...
Started by Demonseed on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at bodybuilding):
It's not popular but is 65 inches tall http Compact Trainter gym..
Oknhave to go to work!!
Jim Originally Posted by Demonseed I did find the powertec compact considering not the leverage gym but the compact one..
For variety....
|
|
$163.28 Onkyo C-7030 Compact Disc Player (Black) Go to Amazon.com for $163.28 . + Free Shipping
Answer Snippets (Read the full thread at dealswell):
|
|
Any good logging libraries that support .NET compact framework?
Started by rudigrobler on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Log4net....
NLog also supports .NET Compact Framework.
Log4net actually supports compact framework 1.0, will try it out!
Read more here
log4net is a good in compact network (logging of Exception instances out of the box for example).
|
|
Hi all,
Is there any way by which we can find programmatically whether SQL Compact is installed or not... Actually I need to know whether the compact edition is installed or not in PC and so that I can include or exclude the SQL Compact dll... Because...
Started by jankhana on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Command reg query "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server Compact Edition\v3.5"
Output HKEY_LOCAL_....
The best way to do this is to make SQL Compact a requirement of your install process and if its a registry check is pretty reliable.
|
|
Hello all,
What is the memory footprint for .NET Framework Compact Edition?
Thanks.
Started by lmsasu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The .NET Compact....
Although this article is not about the compact framework (it's about the micro version), it shows a comparison between the Micro and Compact frameworks, noting that the .NET Compact Framework has-compiled code.
|
|
How do you get the identity column value after an insert in SQL Server Compact 3.5?
Started by Kumar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I figured compact would have SCOPE_IDENTITY() , but I guess.
I guess you have to use @@IDENTITY.
|