all groups > dotnet compact framework > april 2005 > threads for tuesday april 19
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
Progressbar updation problem
Posted by Chintan at 4/19/2005 10:31:23 PM
HI,
I am getting problem with splash screen showing while some other
process is going on. I have a timer which is not getting fired at the
interval set, when the long process is running on.
My code looks something like this,
btn_Click(object sender, System.EventArgs e)
{
timer1.Interval... more >>
Testdrive GUI in VS 2003?
Posted by Johan Johansson at 4/19/2005 8:35:48 PM
Sorry if this borders on being offtopic.
With the eVCs I could test my GUI from the resource editor. If there is
a similar functionality in the VS 2003 "Designer" I can't find it,
neither in VS 2003 itself nor using google (somehow test seems to be a
bad word to include in any search...).
... more >>
XMLTextReader Problem
Posted by msnews.microsoft.com at 4/19/2005 8:30:14 PM
Hi All,
I have some code that uses the XMLTextReader to parse a document. When I
iterate through the nodes on desktop the reader.value method returns the
inner contents of the node correctly, however when I do the same on the PPC
the reader method returns an empty string. Does anyone know w... more >>
Bitmaps dark on Pocket PC
Posted by ShakeDoctor at 4/19/2005 8:21:17 PM
Hi, I'm trying to set the background colour and render several bitmaps on a
custom form, and they are coming out very dark on the Pocket PC. When I run
my application on the emulator, the colours look fine, so I don't know
what's going on. Is there any particular format the bitmaps should be... more >>
Read and Write GPIO I/O addresses
Posted by Jose at 4/19/2005 4:56:21 PM
Hello:
I'm a newbie in CF and I would like to read and write GPIO data, accessing
to some I/O addresses in my PC104 using C#.
How can I access directly to the memory mapped addresses using managed code?
Where can I find information about that?
Best regards
Jose
... more >>
Web Services - ConnectFailure
Posted by Bill at 4/19/2005 11:19:02 AM
I have a CF project and I'm taking my first hack at implementing web services
for it. IIS is on a remote machine from my dev machine, and it is set up to
use Windows Authentication. I have written a web service and its test page
produces the correct results. I have referenced the web servic... more >>
column not being hidden
Posted by warbird at 4/19/2005 11:16:02 AM
I have reseached and the following code should hide my column, but it does
not any ideals?
Dim InvDataGrid As DataTable
dgInv.TableStyles.Clear()
InvDataGrid = New DataTable("InvData")
InvDataGrid.Columns.Add("Inv", Type.GetType("System.String"))
... more >>
Check if any app is running in VB .NET
Posted by Eve at 4/19/2005 9:41:04 AM
I'm looking for a VB code that would run on a device to check if "any"
application is running on the device. I only found C code that does
that...Thank you!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
P/Invoke: 'System.MissingMethodException'
Posted by Lionel Reyero at 4/19/2005 7:39:05 AM
Hi,
I am trying to P/Invoke a video coder .DLL in my C# application for Pocket Pc.
I wrote the regular P/Invoke adaptation for the methods of the .DLL.
When I debug the application, I get the exception
'System.MissingMethodException', when I call any method from this DLL.
This is my first ... more >>
SDK and CF
Posted by Biggles at 4/19/2005 7:26:02 AM
Hi, folks.
I'm a newbie to .Net (Java programmer) and I donwload the SDK,
redistributable and the CF stuff and installed them all without problems. My
first program on my PC compiled just fine and ran OK. However, I noticed
from a thread on another forum that you cannot compile code for t... more >>
.Net DLL only accepts ByteArray(1 to 32)
Posted by Benjamin Lukner at 4/19/2005 12:00:00 AM
Hi!
I'm using a .Net DLL that's referenced by my project.
The strange thing is that the DLL vendor uses byte arrays of 32 bytes
length having a lower bound of 1 to read and write data!
The only way I've found to create such an array is
Dim aData As System.Array = _
System.Array.CreateIn... more >>
Toolbar Icons not visible
Posted by Patrick Jox at 4/19/2005 12:00:00 AM
Hi,
in the thread "Toolbar icons invisible Bug in PPC2003 SE" I found that there
is a bug in Windows Mobile 2003 which should be resolved in .NET Framework
1.0 SP3. So I downloaded the Service Pack and installed it on my local
machine. After that I distributed to my pocket pc wiht noe effect.... more >>
ora lite 10i / ado.net / cf problem
Posted by Thorsten Giesecke at 4/19/2005 12:00:00 AM
hi,
i want to use prepared statements with oracle lite 10i and ado.net (cf).
my problem:
the oracle lite ado.net provider (ce) has no OracleTypes class. how
can i set the IDbParameter.DbType property? the ODT enumeration
is incompatible and the OracleTypes class is not provided...
thank yo... more >>
|