microsoft.public.dotnet.framework
  Home FAQ Contact Sign in
microsoft.public.dotnet.framework only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... framework Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Single byte read of Serial port translated to multiple byte read by framework, which results in I/O Timeout         


Author: Del Fredricks
Date: Sep 19, 2008 11:52

Application invokes Read(Char[], Int. Int) method for a serial port to read
a single port. Framework appears to first do a GetCommStatus() call to the
serial port driver to see if data is available. If data is present, then a
single byte Read call is made to the serial driver and everything is fine.

However, if GetCommStatus() returns with no data being available, then the
Framework makes a multiple byte (observed to mostly be for 2 bytes, but
sometimes for 3) Read call to the serial driver which eventually results in
a request timeout since the device connected to the serial port only sends a
single byte (as the application was expecting).

Observed behavior is that between the GetCommStatus() and Read call to the
serial driver, the desired byte arrives so that when the Read request comes
down to the driver it is immediately moved into the return buffer for the
request, but the request gets pended until it times out because the
Framework issued the request for multiple bytes instead of the single byte
which the application requested.

Why does the Framework change the Read request sent to the serial driver
from being the single byte request made by the application into a multiple
byte one when the GetCommStatus() call returns with a data count of zero (0)
for the incoming data?
no comments
  How to add context-sensitive help for controls?         


Author: Yash
Date: Sep 19, 2008 04:34

Is it possible to display context-sensitive help from a .chm or .hlp
file on a .NET win forms application?

We want to associate UI controls with placeholders from the chm or hlp
file so that if a user invokes the "help" button and then clicks on a
control, the help specific to the control is displayed in a floating
rectangle.

Does .NET provide built-in support for this?
HelpProvider opens the CHM file. Instead I want to show the help
associated with the control like a tooltip. The help text will not be
hardcode in
the program but will come from an existing CHM/HLP file.
I should be able to do something like
ContextHelp.AddHelp(txtBox1,4000) where 4000 is the ID of some help
text present in the CHM or HLP file.

Thanks,
Yash
no comments
  VB.Net 2005 and serial coms         


Author: Tym
Date: Sep 19, 2008 04:01

Usually Dick Grier responds to these kind of messages... ;-)

Is there a way (preferably an easy one!) to detect the supported baud rates
of a given serial port???

Some coms devices I'm using work fine at 115200, others need to be at
460800, and I need to detect the available baud rates to see whcih one I
have in place.

If I select the different devices in Hypertemrinal, it will list the bauds
available, so surely I can pick them out from somewhere...?

Tym.
1 Comment
  Storing additional data in report definition files         


Author:
Date: Sep 19, 2008 02:05

VS2008
I am displaying various reports using the ReportViewer control in a Windows
Forms application.
The user can choose from a number of different reports by selecting an rdlc
file to load into the ReportViewer.
For some reports I need some additional information to be available to my
application.
At the moment this data simply consists of a list of named items, the value
of each item is an integer (or an enum).
I could create my own new file format which included everything in the rdlc
file and my extra data, but I wondered if there might be a way to actually
store this data within the rdlc file.
I can easily extract data from an rdlc file in my code, as it is an XML
file, but I would like a nice simple way to allow my colleagues who will be
designing the individual reports to add this data.
I was wondering whether this could be done using a custom report item?
People could then add this information in the report designer.
I have started reading about this, but all the articles refer to SSRS which
I am not using. Before I spend too much time learning all this stuff can
someone please confirm that I can still user CRIs with the ReportViewer ...
Show full article (1.26Kb)
no comments
  !VS 2008 application deployment affecting VS2003's version crystal         


Author: bubbles
Date: Sep 18, 2008 22:22

Hi,

Urgently require help on this.

I've deployed an application developed using VS2008, complied in .NET
Framework 2.0, into a web server whose applications were developed with
VS2003. I've added a virtual directory via IIS

After my deployment, older applications that used .NET Crystal Report
component developed with VS2003 were affected. Is there any advise on what
can i do to the web server?

Web server is already with .NET Framework 2.0.

Thanks!!

Regards
YL
no comments
  NET 3.5 cannont run on Win2K Server         


Author: Man T
Date: Sep 18, 2008 22:10

Does NET 3.5 run on Win2K Server?
1 Comment
  Digital Magazine Module needed         


Author: service
Date: Sep 18, 2008 13:53

Hi All,

I was giving a task to find a flash type module that will be closed to
functionality to the flash one used on http://www.zinio.com/gncoffer?issn=CDSPVGB&of=ZH01&ns=usa
(click on the cover page to activate the flash). Now, I understand
that it is custom written for that application but I was hoping to
find somewhat similar along those lines, I spent three days looking
and searching, so far nothing.

If any of you know, heard or have seen something similar, please share
with me and the community.

THANK YOU IN ADVANCE.

KYLE
no comments
  Changing a form         


Author:
Date: Sep 18, 2008 12:04

I am inputting data into a form that was created by an associate. Example:
Name (tab)street (tab) city(tab) etc. however it does not tab to the next
box. How can I change it to make it tab over? This person told me they
forgot this box and put it in at the end. I am in form design but can't
figure out how to correct it. Thank you.
1 Comment
  jobs get here         


Author: bhavani
Date: Sep 18, 2008 10:30

no comments
  Consulting opportunties         


Author: Amy
Date: Sep 18, 2008 09:43

Hey Guys, I am actively looking in the Houston area for C#, .net developers
with around 2-6 years experience for Avanade. I work directly for Avanade
and these are fulltime permanent positions. We are having face to face
interviews early next week. Please call or email if you are interested in
finding out more. Thanks for your help, Amy

Amy Morehart
Sr. Staffing Executive
Avanade-ATS
(512) 394-6761
Amymorehart1@att.net

Avanade Inc is a progressive technology consulting organization and a joint
venture between Microsoft and Accenture designed to rapidly deliver
business-critical solutions built from Microsoft technologies. Our clients
are among the world's leading Fortune 500 and Global 2000 companies and our
employees enjoy rich and challenging careers.Our goal is to be the world's
premier technology integrator. Based in Seattle , we enjoy unprecedented
access to Microsoft's development laboratories and continually train our
people on the latest Microsoft products and technologies. You can find more
about Avanade at www.avanade.com.
Show full article (2.79Kb)
no comments
1 2 3 4 5 6 7 8 9