all groups > dotnet sdk > february 2005
Smartphone Emulator ActiveSync Connection
Posted by Craig Stewart at 2/19/2005 1:11:02 PM
I need to connect the Smartphone 2003 emulator to ActiveSync. The machine
I'm using doesn't have any serial ports, and the documentation I've been able
to find suggests that two serial ports are required to connect the emulator
to ActiveSync. Are there any other options for making the connec... more >>
Reversing text in TreeView nodes
Posted by Allen Anderson at 2/18/2005 7:29:13 AM
I haven't received an answer to my question of a few days ago regarding a
flipped treeview control posted in the dotnet.framework.windowsforms.control
newsgroup, so I thought I'd ask it again. Sorry about the cross-posting,
but I'm getting desperate as the drop-dead date, the 25th of this mon... more >>
Add a TextObject Dynamicly
Posted by Programmer at 2/15/2005 6:22:47 PM
Hi all
How can I add a text object on an Crystal Report dynamicly???
I have an aspx page that loads the report
but i cant find the methods to insert new Items on the rpt
Can anyone help me pls
This code loads the report.
Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocumen... more >>
Microsoft: Help with OLE documents...
Posted by VBen at 2/15/2005 11:35:30 AM
Hi all.
I have an application to draw and design different documents, that supports
linking and embedding of other documents (like, for instance, Corel Draw or
Word). Then, the user can print their designs "WYSIWYG", so I load the
external document inside an OLE document container control (VB6),... more >>
total memory available
Posted by Billg_sd at 2/14/2005 1:05:02 PM
Is there an SDK or other DotNet call to determine the total amount of
physical RAM installed on a system?
If my process consomes more than X% of system resources, I'd like to warn
the user. This would also be usefull for my installer. I could warn the user
that they don't have enough RAM... more >>
sn -R not working?
Posted by Ivan Krivyakov at 2/13/2005 10:12:22 PM
I create a fully signed assembly with a certain key.
AssemblyInfo.cs looks like this:
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(@"..\..\key.file.here.snk")]
[assembly: AssemblyKeyName("")]
Then I do "sn -R assembly.dll otherkey.snk".
sn reports that assembly was resig... more >>
Synchronise Communication between client and Server
Posted by MalteseFalcon at 2/10/2005 8:17:05 AM
Hello all,
I have written an asynchronous client/server application. I am facing a
problem with the communication between the client and the server.
The server is sending out multiple commands in a very short while. On the
client side these are not being received correctly. The commands ar... more >>
WMI - Cannot access form loaded from event
Posted by Lance at 2/1/2005 9:13:03 AM
I need to have a form load whenever a new serial port is added to the system.
I've created an EventWatcher to perform this and the event is triggered as
expected. However, the form that is loaded from within the event is frozen.
The mouse is in the hourglass, the form cannot be clicked, m... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|