all groups > dotnet compact framework > april 2005 > threads for monday april 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
WaveOutWrite and Sockets
Posted by Black_angel at 4/18/2005 11:41:04 PM
Hello everybody,
I'm developing an application witch receives voice from Sockets and
playback it with the waveOutWrite function..
The problem is that when I receive datas during more than 5 minuts (more
or less) the waveOutWrite function returns a INVALPARAM error.
The "ReceiveData" met... more >>
COM Interop
Posted by Vidya at 4/18/2005 9:49:02 PM
I am using VS 2005 Beta 1 and CF 2.0. I have a old COM server (dll ) which I
would like to call from the PPC client app. I have added the reference and
am able to build. However the "new" call throws a runtime COMException. The
exception code is -2147221164.
Am in the process of install... more >>
Displaying multiple forms
Posted by Nancy Kafer at 4/18/2005 8:23:26 PM
I am trying to integrate the FormStack code into my VB .NET 2003 application
so that I can handle displaying multiple forms. I have copied the code from
the IStackable application into my project. When I run the application my
main form displays perfectly. However, when I press the button to navi... more >>
how to convert a string to an enum for CF
Posted by news.austin.rr.com at 4/18/2005 3:52:43 PM
hi how do i convert a string to an enum on the compact famework. there is no
parse or FromString methods :(
thanks
... more >>
Generate sound
Posted by hansreyz NO[at]SPAM mail.ru at 4/18/2005 2:58:15 PM
Hi all,
is possible to generate sound with concrete frequency like it does in
VB:
beep(frequency, latency)
Thanks!!!
... more >>
3rd party evc++ dll help
Posted by M0 at 4/18/2005 1:57:42 PM
Hello,
I am trying to access a function in a 3rd party dll through dllimport
there is a function in the dll called
"epNormalLaunchApp(UInt32 creator);"
and the creator ids can be:
/*
* Common app creator ID's from the header file evc++ def's
*/
#define EP_APP_RX 'nc-2'
#de... more >>
Free software for optimization
Posted by sergio.rolanski NO[at]SPAM gmail.com at 4/18/2005 1:36:39 PM
Does anyone know free software for optimize a .net application? (It
can also be an article)
Thanks,
Sérgio... more >>
Create a Database anda tables SQL CE
Posted by David FĂșnez at 4/18/2005 12:11:45 PM
I know how to create a Database and Tables with SQL CE, but what i want is
to create the database and add tables on my PC and modify it.
How can i do that.
Thanks on advance.
--
David Fúnez
Tegucigalpa, Honduras
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
enable bluetooth via c#
Posted by keith at 4/18/2005 12:06:38 PM
Hey all,
Anyone have any idea how to enable bluetooth (widcomm and\or
microsoft stack) in a c# app. I know I can write to the registry
through p\invoke and coredll, but just changing
HKLM\SOFTWARE\WIDCOMM\General\btconfig\StackMode value definetly isn't
the answer. And I noticed with the Mi... more >>
Timestamp and SQL Server CE
Posted by Eve at 4/18/2005 7:54:04 AM
Does an SQL Server CE database by default maintain a timestamp for each
record or I have to add a Timestamp column myself? Thank you.... more >>
How to save a Treeview to file
Posted by Fabio at 4/18/2005 6:35:02 AM
Hi,
I build an application for pocket pc 2002. I use a treeview control to store
information. Exist a method to store/retreave treeview to/from a file? I can
use another object to do this?
10x
FABIO... more >>
Problem with Invoke(Delegate, object[]) : No overload takes 2 arg
Posted by Lionel Reyero at 4/18/2005 3:27:11 AM
Hi,
I am doing an application using 2 threads, one for the UI, and one for
network access.
The network thread reads an image from a socket, and then displays it in a
PictureBox. In order to do it properly, the network thread calls the
"callDelegate" method which calls the Invoke (Delegat... more >>
GetIdleTime() - Help
Posted by Rob S at 4/18/2005 2:37:03 AM
What's wrong with this code?
[DllImport ("coredll.dll", SetLastError=false)]
public static extern int GetIdleTime();
[DllImport ("coredll.dll", SetLastError=false)]
public static extern int GetTickCount();
try
{
int dwStartTick = GetTickCount();
int dwIdleSt = G... more >>
CF2.0: deploying my COM DLL to the emulator under VS2005
Posted by Smith at 4/18/2005 12:00:00 AM
Hi,
I've got a VS2005 Beta1 ATL DLL project and created an interop assembly with
tlbimp. I have another project, Smartphone 2003 SE that I test with the
Smartphone 2003 SE Legacy emulator (the other Smartphone emulator doesn't
work, I have a deployment issue).
I have referenced the interop... more >>
dbf and pocket PC
Posted by Leonardo at 4/18/2005 12:00:00 AM
Hi all,
I'm using Visual Fox Pro and I'm trying to made a little applications in
c# in order to show this table (DBF) inside my pocket pc's application. Is
it possible?
Anyone know how complete this task or some example code in order to
understand the method?
I'm so sorry for my bad engl... more >>
How to show the virtual keyboard without a Menu
Posted by ShakeDoctor at 4/18/2005 12:00:00 AM
Hi, I'm creating a full screen application (using the
System.Windows.Forms.FormWindowState.Maximized window state), and I've come
to a screen where the user has to enter some text.
Is there any way of showing the virtual keyboard on the screen
programmatically, and can I override the OnPai... more >>
icons in treeview
Posted by Jac at 4/18/2005 12:00:00 AM
Hi!
How could I places icons in a treeview in a smart devive application? (VB.NET)
The imagelist collection is uploaded but I cannot append to a node.
Thanks!
From http://www.developmentnow.com/g/18_2004_4_0_0_0/dotnet-framework-compactframework.htm
Posted via DevelopmentNow.com Groups
h... more >>
InputboxIn Compact Framework
Posted by A_PK at 4/18/2005 12:00:00 AM
Tried to use inputbox under Compact Framework environment...
when i used it, it display as a form, what I want is only a small input box
with the size like a messagebox but allow user to input..
tried to set the Xpos, and Ypos, but still the same...
could someone guide me how to display a... more >>
|