Waiting for multiple threads to finish
Dear All,
How can I wait for multiple threads to finish in .Net Compact Framework?
In full .Net Framework we have Thread.join() method which we can call to
wait for the thread to finish but in .Net CF it is simply not available. Can
anyone tell me the alternative of Thread.join() method in .Net CF.
I shall be very thankfull.
regards,
Faraz Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21296
Calling of C# methods from VB.Net
Dear All,
How I can call a method of C# class from VB.Net? Suppose I have a
class SaveFile in C# having a method saveImageFile(). There is a form
Form1 in VB.Net having an picturebox populated with an image. I want
to call SaveFile.saveImageFile() method from Form1. How it will be
done?
Regares,
Arif Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21294
How does't Vs.net do that?
hi, all guys,I 've encounter a very stranger error
NO any error message ,no any error any actions ,I just open Vs.net ,and then open a smart device project I wrote before
but the VS.NET has nothing to response.Now I could only see the project files but click it or modify (or select ...)
and anybody could help me that ?what happened in VS.NET ,because I can confirm that the VS.NET and .net cf are all right absoulte.why does vs.net can't open this project (this project I wrote just yesterday and run correctly)
Could anyone help me very very appreciate. Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21290
opening form shuts down the application
I have a form in my application, which when opened, immediately shuts down
the application.
Any ideas?
SSP Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21284
Transparent Labels
Hello all,
Think I posted on this subject before, but I'm still none the wiser so here
we go again.
I've been trying to apply transparent backgrounds to labels and panels on my
form, and even after applying sp2, I'm still having issues.
I have a series of 240x268 panels and I want to drop a picturebox behind
them all and have it show through - no joy.
I've also tried creating a panel with a picturebox in it and positioning
labels over the top of it, then changing the label backcolor to transparent
using the following code:
Me.Label8.BackColor = System.Drawing.Color.Transparent
and still the label shows up as white! Whats even stranger is that the
background color for the form is not even white - its silver. Where is
white being inherited from?
Can anyone shed any light on this because its driving me nuts... I just want
to put a pretty picture at the back of my form and have it show through the
labels above it.
How hard can this be? Am I missing something obvious? Surely it must be
possible, or are all of my pocketpc apps destined to look like helloworld
projects? I can only use vb.net for this - can it be done? Can anyone
provide me code, or a link, or anything?
Please!?!? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21281
ASR 3200
Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool for
Windows CE) Thought I would pick the brains out there before I am in over
my head (again):
1. Has anyone used this successfully with .NET CF / C#? I am concerned
about the callbacks required and plan to use the OpenNetCF mechanism?
2. Since the SDK is written for C/C++, I will need to P/Invoke quite a bit.
Is there a good tool for examining the entry points defined on Windows CE
dlls? Is this possible to do?
Any other thoughts? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21277
deploy(download) and debug a .NET application on a CE device
Hi, All
A similiar message was posted on another newgroup last week. I am still
working on this issue. If anyone have any information, I greatly appreciate
it.
I have built a smart device application by VB in Visual Studio .NET and
I want to download this application to a SH3 device that is running WinCE
4.2 with .NET Compact framework. ActiveSync is running successfully between
this device and my development PC which is Window 2000. But downloading
fails and error is like this:
"Deploying to Windows CE .NET Device using TCP Connect Transport
Error: Cannot establish a connection. Be sure the device is physically
connected to the development computer."
But I can download to Windows CE .net Emulator.
I have installed SQL Server 2.0 CE server and configured IIS. But I
configured IIS after I installed Visual Studio .NET. Is this a problem? What
am I missing here?
Any information is appreciated
Rosalind Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21274
Moving files to target device
I'm noticing that files with a build action of 'Content' are moved to
the emulator only after I stop the emulator without saving and then
restart it. That process is a bit time-consuming for each time I wish
to change some content file which is frequent. Anyone discover a
workaround?
Thanks! Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21271
sapi registration
Hi..
I am trying to use Sapi 5.0 for windows ce
The problem is when I try to instantiate the ISpVoice interface of Sapi it returns class not registered;
hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_INPROC_SERVER, IID_ISpVoic
,(VOID FAR **) &pVoice);
Do I need Sapi.dll on my device??
I am using the sapi.h & sapi.idl shipped with wince .net 4.
Where can I get sapi.dll???
Any help is appreciated.
Thanks
Nidhi Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21265
Notify bubbles on PPC 2003
Hi all,
My colleague has a small problem which I have attempted to find a
solution to, to no avail. The situation is that he wishes to pop up a
notification bubble when certain things happen within his applicaion.
We have already tried the OPENNETCF solution, however this fails to
work on PPC 2003 (due to the Notification API being in a different
place/implemented differently on PPC 2003??).
The solution at gotdotnet
(http://samples.gotdotnet.com/quickstart/CompactFramework/doc/notifications.aspx)
provides the behaviour required, however it does not permit the
ability to pop up an icon in the title pane, and hang the notification
from that. We are after recreating the behaviour of MSN messenger on
the PPC where upon reciept of a message, the MSN icon appears next to
the speaker icon, and the new message is hung from that.
Is this possible using the .NET Compact Framework, or are we going to
have to survive with hanging it off the clock??
Thanks for any help,
Regards,
David Glover Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21255
Databind
Hello,
Can someone tell me how to bind an element in a DataView to a
textbox.text property. I've tried :
aTextBox.DataBindings.Add("Text", aDataRowView_OfADataView, "AttrVal")
But this just returns an error (ArgumentException).
Thanks,
Steven
p.s. I can do : aTextBox.DataBindings.Add("Text", aDataView,
"AttrVal"), but this just binds to the AttrVal column of the first
row, when I would like to choose the row. Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21248
OpenNETCF.Notification can not get return value...
I try the exemple in the topic
http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=389
but if a do a break point in the Event, the e.ID is nothing and the e.Link=0
too.
this is my code.
----
int NotifyID = 100;
Notification notTest;
NotificationEngine oEngine;
private void Form_Load(object sender, System.EventArgs e)
{
oEngine = new NotificationEngine(new Guid());
oEngine.NotificationSelect += new
NotificationEventHandler(Notif_Eng_NotificationSelect);
oEngine.NotificationDismiss += new
NotificationEventHandler(Not_Eng_NotificationDismiss);
oEngine.NotificationShow += new NotificationEventHandler(NotificationShow);
}
private void bntNotify_Click(object sender, System.EventArgs e)
{
notTest = new Notification();
notTest.ID = CntNot;
notTest.Title= "This is a Personal Notification!";
notTest.HTML = " <a CMD=10 href=\"CMD:10\" ID=\"CMD:377\">Hey man! What's
New?</a>";
notTest.Duration = 30;
notTest.Flags = NotificationFlags.ForceMessage;
oEngine.Add(notTest);
TxtNotifyResult.Text = "";
CntNot++;
}
private void Notif_Eng_NotificationSelect(object sender,
NotificationEventArgs e)
{ TxtNotifyResult.Text = "ID Select : " + e.ID.ToString() + " Link: " +
e.Link.ToString();
}
private void Not_Eng_NotificationDismiss(object sender,
NotificationEventArgs e)
{
TxtNotifyResult.Text = "ID dimmiss: " + e.ID.ToString() + " Link: " +
e.Link.ToString();
}
private void NotificationShow(object sender, NotificationEventArgs e)
{
TxtNotifyResult.Text = "ID show: " + e.ID.ToString() + " Link: " +
e.Link.ToString();
}
---
SO where i'm wrong??
________________________
Franky
franky@boucheros.com Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21238
machine.config file?
The .NET Framework is supposed to look in a "machine.config" file for some
settings. Does the Compact Framework use configuration files? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21236
How to get an Instance Handle?
Hallo!
I just ran into a problem, and the methods I have found untli now did not
help me.
During P/Invoke on "lineInitialize" (TAPI) I have to pass a handle, the
SDK-help calls it "Instance handle of the client application or DLL". So,
how do I get this handle thing for my app?
Hope I´ll find help here...
--
Danyel Meyer
-------------------------------------------
dialog-it GmbH
Röllinghäuser Strasse 55a
31061 Alfeld/Leine
Tel +49 (0) 5181 900 814
Fax +49 (0) 5181 900 815
E-Mail danyel.meyer <at> dialog-it.de Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21234
Runtime License Assessment Tool missing
Does anyone know where the Runtime License Assessment Tool is , the link
appears to be broken
Tia
Ken Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21231
Desktop-Setup for CF?
Hello NG!
I wonder if there isn't a setup-tool for the MS .NET CompactFramework that
can be executed from the Desktop-PC. I think copy and execute cab-files
isn't the right enduser-solution. Especially if there are MANY different
cab-files for the CF...
Nearly every other developper tries to create a desktop-setup for his
application that uses the application-manager. Why not MS too? On one hand
they try to spread .NET all over the world, but on the other hand they force
every .NET developper to create his 'own' CF-setup-tool?
Or are there big fat tomatoes on my eyes?
Thanks, D.Barisch Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21230
Showing forms
I've implemented a list of forms to keep track of the forms
I have and to
load all of them at the beggining of the application. To
chose how do I
have to show I have this event handler for the closing event:
[....]
if ( ((PPCForm)form).NextForm == "IhmNI")
{
((PPCForm)form).Visible = false;
foreach(PPCForm f in this.List)
{
if (f.GetType().Name.Equals("IhmNI"))
{
f.Visible = true;
}
[...]
The problem is that in this case I don't actually see the
IhmNI form, but
when I see the programs running on the system I can see
IhmNI as the only
form of my program showing, and it actually shows, and I
can work normally
with it, when I click on "Activate".
Does anyone know what is happening?
Maybe the solution it's to do the same thing that
"Activate" does, but I
don't know what does he do.
Thanks in advance.
Regards, Araceli Pulido. Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21218
How to save image from Bitmap object to .BMP file?
Hi,
I have created a bitmap using Bitmap object of VB.NET in compact
framework. This image might be displayed in image box but I want to
save this BMP file as well. If some one have done this thing, please
provide me the code.
Best Regards,
Muhammad Arif Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21216
Calculate week number of given date
Hi
How do I calculate the week number from an given date, e.g
19.02.2004 --> Week 8
Is there an function/methde in the cf
Thanks for hel Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21211
Device Required
I m looking for a Windoes CE Based rugged device for our client. If PRINTER
is built in that would be a PLUS. Any body know about this type of device
specifications.
-- Imran Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21205
VS.NET-PPC2003: copy file between the Emulator and the PC
Hi all,
I am beginning to develop an application for PocketPc 2003 (VB.NET 2003) and
up to now I have not met big problems.
At the moment I am still using the Emulator and not a physical device, the
problem that I encounter is that I'm not able to copy files between the
Emulator and my PC.
Scenario:
I'm using SQLCE, I create the sql DB on the emulator via code, but if I want
to copy the file on my PC in order to include it in the project (or better
to avoid to lose it after an hardware reset) I'm not having success.
MSDN tells that you have to create a share on the development PC, then
connect to the share using Pocket File Explorer, but the Emulator does not
find the PC in network, neither like name machine, neither like IP address.
To notice that if, with the Pocket Internet Explorer, I go via HTTP on the
IP address of my machine (on which IIS runs), this comes "seen" (I can also
navigate on external web site).
The other connection method, via ActiveSync (from the menu of VS.NET:
Tools->Connect Emulator with ActiveSync), correctly runs the emulator, but
the next launch of ActiveSync ends with the error "Error in starting
ActiveSync connection".
Keep in mind that all the application's distribution's process works very
well, Visual Studio copy and installs SQLCE and my application without
errors...
Any suggestions?
Thanks, Franco Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21204
Applicatin in startup
How can I add my application in the startup of Pocket PC
-- Imran Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21203
any kind of animation?
Is there any way to display some kind of animation working for the Compact
Framework? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21202
Regasm for Windows CE
Hi
Is there any utility like Regasm.exe which could be used from pocket pc.
I have a Windows Usercontrol whcih I want to invoke from Pocket IE. POcket
IE does not support this so I was thinking of creating a COM callable
wrapper for this and use it as a COM component. But i do not find anything
like Regasm to do this.
Any ideas
Thanks
Sourabh Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21201
SqlCeException.Message - why does it hide Exception.Message?
I've just been trying to log exception messages, and discovered that
SqlCeException.Message hides Exception.Message. Why is this? What on
earth is the benefit of the base Exception.Message always returning an
empty string? It's making the logging code much more tortuous -
although admittedly I'm now walking through all the errors and logging
each of them in turn.
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21200
Question to MSDN CF-FAQ's "3.1. How do I create a PocketPC setup application?"
Hello NG!
I've created a Setup-project for my PPC-application like it is described in
the MSDN CF-FAQ's "3.1. How do I create a PocketPC setup application?".
Now I'm wondering if this Installer detects, which processor the connected
device has and which CAB (included in the msi-file) has to be executed on
the device?
I'v created a setup with the CAB's for MIPS and SH3 (only), connected to an
ARM-device and the setup runs without any error.
How does it work?
Thanks, D.Barisch Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21198
C# standard for Compact framework
I have purchased C# Standard which I hoped would include C# support for all
devices. It does include Visual Studio 2003. But the IDE does not seem to
include Smart Device (Pocket PC) as a project template. Is it possible to
upgrade my C# product so I can develop C# applications for Pocket PC? Or
do I have to purchase Visual Studio Professional?
Peter Seaman Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21195
HtmlInputFile
I am trying to incorporate the HtmlInputFile control in a mobile web app. However, the browse button does not display. Any help would be appreciated
Thanks Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21190
Listbox not showing scrollbar
I tried a listbox in C# visual studio .net 2003. I had 4 items in the list box (numbers 1, 2, 3 and 4
When I run it on the pocket pc 2003 emulator I do not see any scrollbar and I see number 1. What am I doing wrong? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21189
Display image in a DataGrid cell
Hi All,
I want to display an image in a DataGrid cell. I am able to do this in a
windows application by deriving a new class from DataGridColumnStyle class
and by overriding the Paint methods. But this is not possible in .NET CF.
Is there a good way to achieve this?
Thanks in advance,
Sreenish Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21174
Problem connecting through firewall
I'm still having trouble connecting to an internet site through a firewall.
Here is my code:
myRequest = System.Net.WebRequest.Create(RsURL)
myRequest.Timeout = 30000
myProxy = New System.Net.WebProxy
myUri = New Uri(Utils.GetOption(cmd, "ProxyServer"))
' Associate the new Uri object to the myProxy object.
myProxy.Address = myUri
sProxyUser = Utils.GetOption(cmd, "ProxyUser")
myProxy.Credentials = New System.Net.NetworkCredential(sProxyUser,
Utils.GetOption(cmd, "ProxyPwd"))
'myRequest.Proxy = myProxy
myResponse = myRequest.GetResponse()
An exception is raised with the Message = "The remote server returned an
error: (401) Unauthorized". The request doesn't appear to be making it to
the final destination - the request doesn't show up in our web log.
Please help. Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21168
SqlCe Select Performance
My select Queries always take the same time no matter how complex my
Queries get.
I always end up with 3-4seconds the first time I use the Select -
Command and 1Second on all following queries.
Do you have the same Performance? (Intel PXA 250 - 500 rows / 6 cols /
Index on queried Column)
I would now run all queries on startup once and hope to have the 1
Second Query-Duration for the Rest of the Connection - Lifetime. Do
you think this works?
Mathias Fritsch Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21161
J# and compactframework
Hello,
Does anybody know what are Microsoft's plans for integrating the J# as a
language of choice in the .Net compact framework?
Thanks,
Eugen Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21153
Printing with Pocket PC 2003
Hy
I'm developing a software for Pocket PC 2003, there I have to print so reports; I'm using VS.2003 (c#.net) with Pocket PC SDK and HP mobile printing 2.0 ger, bluetooth and a hp 450
I can print, when I create a text, but I have only Tahoma as font
Is there any possibility to change the font of my text file or print directly without creating a txt file (there I allways get an error 3002)
Thank
Walte Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21145
UI to filter a List
I am creating an application where the main screen is really just a list of
data items from which the user can drill down and get details on an item or
change the status of an item. What I want to do is provide a single List
view that displays the data items, but can also be filtered to show only the
data items that are of a particular status. I have done this with a combo
box, but this approach was rather ugly. What I really want to do is to
create a filtering UI like the one in the PocketPC contacts application.
Does anyone know how to do this?
Thanks,
Wells Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21143
Loading Contents of an Array to Clipboard
I am trying to copy the contents of an Array to the Clipboard in order to
paste the information to another application.
Does anyone here know of the API I would need to use to access it, I cannot
find it anywhere.
Also I need an example of how to utilize this API in VB.net 2003. I have
been having a little trouble so far.
Thank you Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21142
Registry sniffer for Pocket PC ?
Hello
Is there something like "sysinternals.com" tools for Pocket PC ?
I would like to see which registry entries are created during the installation of a software
Thanks
Fump Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21141
ANN: Instrumentation Widgets for Mobile Devices
Instrumentation Widgets for Mobile Devices is the complete solution for
creating complex user interfaces
with look and feel of real hardware. Library includes dials, meters,
sliders, switches, toggles and more.
Full source code is available!
Buy now and take an advantage of START PRICE - 30% off.
More info at: http://www.9rays.net/cgi-bin/components.cgi?act=1&cid=104
--
Eugene Akinshin, PhD
9rays.net (Reporting and instrumentation components) Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21140
wrapper for orientation of screen
Does some one all done a wrapper for screen orientation?
or make DEVMODE class ( in .NET )?
--
____________________
Franky
Franky@Boucheros.com Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21136
connect to gprs
Hello All!
now, to connect with internet, i go to the programs -> connections -> my
connection and then click in CONNECT. (gprs)
How can i do it from my pda application? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21124
from desktop app to device
Hello all!
How can i send to a device, connected by activesync, one file from a desktop
application? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21122
Multiple simultaneous SQL CE transactions
Can SQL CE handle multiple transactions on the same connection? I've
just been implementing a logger which writes its log entries to the
database. It works fine when there's no "active transaction" but it's a
bit of a pain if I can't write log entries within database code...
(One alternative would be to buffer up entries, of course, but that's
slightly unwieldy.)
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21121
About SqlCeDataReader
Hello
if i use SqlCeDataReader to read SQLCE data, but can not display first row record???
{
Dim ListViewItem1 As New ListViewIte
Dim subItem1 As New ListViewItem.ListViewSubIte
Dim tmpReader As SqlCeDataReade
Dim sqlCmd As New SqlServerCe.SqlCeCommand("SELECT Barcode,Qty FROM PullCE Order by Barcode", connCE
tmpReader = sqlCmd.ExecuteReade
Listvar.FullRowSelect = Tru
Listvar.Clear(
Listvar.Columns.Add("Barcode ", 130, HorizontalAlignment.Center
Listvar.Columns.Add("Qty ", -2, HorizontalAlignment.Center
If tmpReader.Read = True The
While tmpReader.Read(
ListViewItem1 = New ListViewIte
ListViewItem1.Text = tmpReader("Barcode"
subItem1 = New ListViewItem.ListViewSubIte
subItem1.Text = tmpReader("Qty").ToStrin
ListViewItem1.SubItems.Add(subItem1
Listvar.Items.Add(ListViewItem1
ListViewItem1 = Nothin
subItem1 = Nothin
End Whil
End I
Listvar.View = View.Detail
tmpReader = Nothin
connCE.Close(
what wrong in this code????? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21117
Exception Handling
Given that the Application.ThreadException event is not supported by the
.NET Compact Framework, has anybody managed to come up with a strategy for
global (call it what you will) handling of otherwise unhandled exceptions? Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21116
Why CAB's for MIPS, SH3 in PocketPC-Project?
Hello NG!
If you create a project for 'intelligent devices' and define PocketPC as
target-os, then the application only runs under PPC, right? I mean it won't
work with WinCE-systems (where I'm not clear, what's the difference, because
PPC also is WinCE?). If I collect my knowledge, then PPC is a special
'build' of the WinCE-Kernels, right?
But as far as I know PPC-device are always ARM (or StrangArm or XScale). Why
VS creates CAB-files for MIPS and SH3 by default. In my opinion they are
never used. BTW, how popular are these processors? Does someone know some
devices using that processors?
I'm also not clear, how to use a WinCE-application on a PPC. The default
window-size is much to large for a PPC. Or do I have to take the limits of a
PPC as the maximum border-size for forms in this case?
I would be pleased if there's someone who can help me to clear my
confusion...
Thanks, D.Barisch Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21113
ANN: Capture Hardware Buttons Control for the .NET Compact Framework
If you are interested in capturing the hardware buttons of your PDA with just one line of code you could use this control. It is 100% free including source files. and it has design-time support
Below you will find 3 links
â?¢ â??CaptureHButtonsControl.zipâ?? contains the compiled version of the control. You will have to unzip, copy the files in the Visual Studio .Net 2003 folder under \CompactFrameworkSDK\v1.0.5000\Windows CE\ and than add the CaptureHButtonsControl.Design.dll to the controls in the Visual Studio Toolbox\Device Controls (rights click Add/Remove Items and browse to the file CaptureHButtonsControl.Design.dll). For this first version these steps are done manually. I hope that I will have time to make an installer version later (if the control will be of some interest)
â?¢ â??CaptureHButtonsControlSources.zipâ?? are the source files for the contro
â?¢ â??CaptureHButtonsControlTest.zipâ?? contains a Test project. Before running the Test project copy the dll's in the Visual Studio folder and register the control
You will also find in the zip files â??HelpCaptureHButtonsControl.pdfâ?? which explains a little the methods and events of the newly created control
Links
http://must-ht.dyndns.org/Controls/CaptureHButtonsControl.zi
http://must-ht.dyndns.org/Controls/CaptureHButtonsControlSources.zi
http://must-ht.dyndns.org/Controls/CaptureHButtonsControlTest.zi
Let me know what you think! Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21108
Speeding up pinvoke
Any idea how I could speed up the following p/invoke operation. It is
being called 6000 times a second so any speed up would be welcome.
c# Method:
public void BltFast(int dwX, int dwY, GapiSurface srcSurface,
ref GDRect srcRect, BltFastOptions dwFlags, ref GDBLTFASTFX fastFx)
{
GdNet.CGapiSurface_BltFast(unmanagedGapiObject, dwX, dwY,
srcSurface.GapiObject, ref srcRect, (int)dwFlags, ref fastFx);
}
P/Invoke:
[DllImport("gd300.dll")]
public static extern UInt32 CGapiSurface_BltFast(IntPtr pSurface, int
dwX, int dwY, IntPtr pSrcSurface, ref GDRect pSrcRect, int dwFlags, ref
GDBLTFASTFX pGDBltFastFx);
C++ Declaration:
GAPIDRAW_API HRESULT __stdcall CGapiSurface_BltFast(CGapiSurface*
pSurface, LONG destX, LONG destY, CGapiSurface* pSrcSurface, RECT*
pSrcRect, DWORD dwFlags, GDBLTFASTFX* pGDBltFastFx);
Sean
---------------------------------------
Sean Cross
mailto:sean@picsprint.com
Pics Print - The photo printing solution for Windows.
http://www.picsprint.com
http://www.Intuitex.com - Multimedia software for Windows,
Gapidraw.net and hekkus.net libraries for the compact framework Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21101
Project Rebuild...
Hi all,
Uggg... A hard drive of mine crashed that contained the project I was
working on. I have a recent backup,but unfortunately I've done a lot
of work this weekend.
I can re-do the work from the backup, or, I can decompile the project
as I have the exe on my PDA, which I was using to debug.
Any suggestions on which route would prove less painful?
Thanks,
Tom Tag: How to implement displaying the tooltip of a toolbarbutton when it is pressed? Tag: 21091