i install Visual studio 2008 and install windows mobile 5.0 pocket pc SDK to create my own app and deploy it but when i create new project the toolbox controls are not active i don't what is the problem can any one help me???
Toolbox controls not active in VS2008
877 Views Asked by Yasmeen At
1
There are 1 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
- Optimizing C++ call from C#
- Make a per-web-application object available to Web API and SignalR controllers
- System.ComponentModel.DataAnnotations.Schema namespace conflict
- LINQ Except/Distinct based on few columns only, to not add duplicates
- Not displaying content by its URL string - absolute urls
Related Questions in WINDOWS-MOBILE-6
- Using C# bluetooth API on windows mobile device
- Accessing REST api from Windows CE
- What is the difference between Windows Mobile 6 Professional and Standard SDKs
- Reasons why some of my SmartDevice unit tests fail on one machine and not another?
- How do I develop a Windows Mobile application in Visual Studio 2008?
- Deploy the application. NET for Windows Mobile 6.x
- SetupDLL to remove a folder and a key register
- NullPointerException when enabling/disabling scanner from barcode data input handler
- Toolbox controls not active in VS2008
- Accessing certificate keystore
- How to stop Treeview nodes appearing differently between WM5 & WM6.5
- Windows Mobile Appliacation works in Professional 6.5 Emulator but not in WM 6.5 Device
- How to programmatically disable user access control (or equivalent) on Windows Mobile 6
- Logging on Windows 6 Mobile application
- Draw lines in windows mobile
Related Questions in WINDOWS-MOBILE-6.5
- Fastest way to query SQL Server CE database file in Windows Mobile 6.5?
- Disable clock edit on windows 6.5
- SMS feature in C++ for Windows Mobile 6.5
- Disable Clock App in Windows 6.5
- Does Bringtofront() go before or after ResumeLayout? Does it matter?
- Disable and then re-enable Symbol Barcode Scanner
- CRM 4.0 sdk dll is not working with Windows Mobile 6.5.3 Project
- Exit Sub when KeyDown.Event is raised
- Hide the OK button in windows mobile 6.5
- Difference between OpenNETCF.WindowsCE.Suspend and OS suspend
- Close all open forms (WM 6.5/VB.NET)
- Windows Mobile 6 app not showing MenuBar on 6.5 scanner
- Error on delete file at Windows Mobile 6.5
- "Unable to find dependency..." when building smart device CAB project in VS2008
- After updating the microsoft sdk to 6.5 professional, an "Windows Mobile 6.5 Device" on platform list
Related Questions in WINDOWS-MOBILE-5.0
- Checking possibility of Wifi connectivity with Windows Mobile Pocket PC
- Does the Honeywell D6X00 WinCE5.0 SDK work with Visual Studio 2010?
- Toolbox controls not active in VS2008
- How to stop Treeview nodes appearing differently between WM5 & WM6.5
- Online xml file cannot be opened on Pocket PC - WM 5.0 emulator browser
- Event navigation keys window CE?
- Does Visual Studio 2005/08/10 replace Embedded Visual C++ 4.0?
- windows ce application opening and closing
- Monitoring Network traffic in Windows Mobile 6.5 using C#?
- CAB installation failing on new Windows Mobile 6.5 devices
- Can I Sync Pocket Access on Windows 7?
- Change language in mobile application
- In Which Languages Can I Develop For Windows Mobile?
- It's Possible To Run Windows Mobile 5 SDK In Visual Studio 2008?
- String Array And a String Parameter
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Do the following:
Step 1: Right click on the toolbox Step 2: Click on "Choose Items" from the context menu Step 3: From the 'Choose Toolbox Items" select the controls you want.
The controls will then be added to your toolbox.
EDIT: You can also change your Target Platform. Check that yours is Windows Mobile 5.0 Pocket PC SDK. If not, right click on your Project Name (not the solution) and from the context menu, select the "Change Target Platform" menu item. Change your target platform from that screen that pops up.
I hope this helps.