Prevent Display of Smart Minimize Buttons in Application (C#) - General Questions and Answers

Hi
Im programming a school project WM6 application using c#. Im trying to hide the minimize form button in the right corner.
Im not trying to change it to OK by setting the minimize property to true but im triyng to completely remove it like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have managed to do so using c++ by doing this:
hWnd = CreateWindow(szWindowClass, szTitle, WS_VISIBLE | WS_NONAVDONEBUTTON, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); More info here: http://msdn.microsoft.com/en-us/library/aa458799.aspx
But since i dont really understand c++ and the rest of my app. is written in c# this gets me nowhere....
Is it possible to do this using C#... If so, please be specific with your answer since i am pretty new to .net programming. I would be very happy if you post the code here also hehe
Regards Danieze

in the form designer change the property 'ControlBox' to false.

Related

Network configuration tool

Hi, i'm trying to access to the web from my Tornado, under gprs connexion, but i can't. I've got the right operator config, and it connects, but after searching an url, it returns a blank page!
So i'm trying to look at my config step by step.
I've found the microsoft tool called Network Analyser, but it's a static tool test, not configurable.
So i've decided to write my own tool, to enable user to do simple network tests, like ipconfig, nslookup, ping...
I choose C# for the portability, but i don't find the tools to perform these tasks. There is a namespace System.Net.NetworkInformation in .NET who contains all i need but it misses on Compact.NET!!!
So i've two questions:
-How can i find the right tools to write my software (NetworkInformation, or maybe some Windows Mobile API)?
-Could somebody be interested by this kind of network application?
It could be something like that:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
up: nobody?

Deprecation of AbsoluteLayout

Hi All
I've updated my project and on of my concerns is the deprecation of AbsoluteLayout
look at this:
http://2.bp.blogspot.com/_NiIT7LXuBv4/SfuFe7dFn9I/AAAAAAAACKo/0neSn1Jyey8/s1600-h/device.png
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
notice the cards on the middle that are overlapping?
see the bottom cards that have some sticking up?
how am i supposed to do that without AbsoluteLayout???
any ideas will be appreciated...
You copy the AbsoluteLayout code from the master source tree and maintain it yourself... You figure out how to do this using FrameLayout or RelativeLayout. The Android Team claims you can do anything that you can do with an AbsoluteLayout with either FrameLayout or RelativeLayout, though I am skeptical. Personally, I might suggest ditching the view hierarchy and drawing your UI to the canvas or even OpenGL.
got it to work using linear layout
I did do it, but it isn't 100%...
take a look
http://developreality.blogspot.com/2009/05/overcoming-absolutelayout-deprecation.html
See if you can get some help from SweeterHome. They seem to have the layer thing down pat.
You may find that it is a memory hog, though. Because that is the main problem that SweeterHome has had developing their app... The lack of available memory on the hardware.

Android Application Development For Dummies Book

I have found this guide over the internet for android development teaching.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Here
Free?
Sent from my SCH-I510 using XDA App
Danzanzio said:
Free?
Click to expand...
Click to collapse
I found it here
I am up to page 221 and i have run into an error of some sort.
(quick background: new to developing and novice at programming)
I am entering the data as requested in the reminderlistactivity.java file and when i go to run it i keep getting "Description Resource Path Location Type
error: Error: No resource found that matches the given name (at 'text' with value '@string/body'). reminder_edit.xml /Task Reminder/res/layout line 16 Android AAPT Problem"
where do i declare the resource value for this string? in resources or strings.xml?
note: i am using Eclipse helios IDE....which during my learning phase...up til now...has been very helpful and easy to learn...
HELP

"AppInventor 2013" by EndoreStudios (A.K.A gavguitarhero)

Ok guys.....It has been a while since I have been on here....
So what's new...
I decided it was about time I made it a little simpler to work with AppInventor so I took up the challenge to expand on an already offline local version of AppInventor.
So what did I do?
I took the offline AppInventor and loaded it in to a simple UI......
But that's not all.....
I created a set up which will install and help configure all the things you need to start building right up to publishing your apps
The ISO currently stands at something like 1.3GB but that is only because it is packed with everything you need.
Right now I'm running short on time and will not be able to upload right now.....but.....enjoy some screenies lol
Upload will follow soon enough.
Peace guys.
Install ADK.....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install 1 of 2 Publishers.....
Configure JAVA Environment Variable Guide....
UI Loading Screen......
Main UI.....
Choose Publisher.....
Publisher......

[UTIL] Android Software Detonator - Software to speed up reverse-engineering

Hi!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I was struggling to create clear folder structure for maintaining reverse-engineering projects. Also doing everything manually took that much time I preferred not to compile app and read .java files of cracked application just to check that I didn't break anything while working with Smali. That's why I created this project. The code is mostly uncommented but I have made it pretty easy to read if you know basics of Ruby though I'm thinking about commenting it soon.
The software is Linux only at this moment since I'm lazy, I don't like Windows and there is no good reason to prefer Windows over Linux while reverse-engineering.
https://github.com/b10011/Android-Software-Detonator
I hope you enjoy, report bugs and contribute. And as always I'm not responsible of your acts and this shall not be used for apps that you don't have permission to reverse-engineer!

Categories

Resources