Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
anderslundsgard21-Jun-05 22:19
anderslundsgard21-Jun-05 22:19 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
Sebastian Schneider21-Jun-05 23:26
Sebastian Schneider21-Jun-05 23:26 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
anderslundsgard21-Jun-05 23:38
anderslundsgard21-Jun-05 23:38 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
Carsten Zeumer22-Jun-05 3:01
Carsten Zeumer22-Jun-05 3:01 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
Mike Dimmick22-Jun-05 3:03
Mike Dimmick22-Jun-05 3:03 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
anderslundsgard22-Jun-05 20:54
anderslundsgard22-Jun-05 20:54 
GeneralApplication design (XML) Pin
therealmccoy21-Jun-05 18:56
therealmccoy21-Jun-05 18:56 
GeneralRe: Application design (XML) Pin
IamJunk21-Jun-05 21:02
IamJunk21-Jun-05 21:02 
You can try some thing like this...
<?xml version="1.0" encoding="utf-8" ?>
<MultiBase xmlns="http://tempuri.org/MultiBase.xsd">
<controls>
<control>
<controlType>ComboBox</controlType>
<displayText>Manufacture</displayText>
<databaseField>Manufacture</databaseField>
<databaseLookUp>Manufactures</databaseLookUp>
<displayGroup>1</displayGroup>
<displaySubGroup>1</displaySubGroup>
<tabIndex>1</tabIndex>
<toolTip>Select/Enter a manufacturer</toolTip>
</control>
<control>
<controlType>TextBox</controlType>
<displayText>Part Number</displayText>
<databaseField>Part_Number</databaseField>
<databaseLookUp></databaseLookUp>
<displayGroup>1</displayGroup>
<displaySubGroup>2</displaySubGroup>
<tabIndex>2</tabIndex>
<toolTip>Enter part number</toolTip>
</control>
</controls>
<reports>
<report>
<reportName>All Records</reportName>
<selectCommand>select * from main</selectCommand>
</report>
</reports>
</MultiBase>

This gives more flexibility, in that you can associate one or more reports to a single form/database...

Hope this helps!!!

<HR><i><b>Regards,
Sidhu</b>

IF YOU DON'T HAVE ANYTHING TO SAY, WELCOME TO THE CLUB</i>
<font color=red>
<a href="http://www.DotnetAtWork.co.nr">Dotnet @ Work</a> Where Dotnet works...</font>
<a href="http://gundavarapu.blogspot.com">My Blog</a>
GeneralRe: Application design (XML) Pin
Marc Clifton22-Jun-05 1:48
mvaMarc Clifton22-Jun-05 1:48 
GeneralApplication design (data tier) Pin
therealmccoy21-Jun-05 18:47
therealmccoy21-Jun-05 18:47 
QuestionHow can I include a c#.net code in vb.net code Pin
Rahul.P.Menon21-Jun-05 18:19
sussRahul.P.Menon21-Jun-05 18:19 
AnswerRe: How can I include a c#.net code in vb.net code Pin
Christian Graus21-Jun-05 18:36
protectorChristian Graus21-Jun-05 18:36 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Rahul.P_Menon21-Jun-05 19:08
sussRahul.P_Menon21-Jun-05 19:08 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Christian Graus21-Jun-05 19:11
protectorChristian Graus21-Jun-05 19:11 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Rahul.P.Menon21-Jun-05 22:12
sussRahul.P.Menon21-Jun-05 22:12 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Dave Kreskowiak22-Jun-05 5:15
mveDave Kreskowiak22-Jun-05 5:15 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Christian Graus22-Jun-05 16:38
protectorChristian Graus22-Jun-05 16:38 
AnswerRe: How can I include a c#.net code in vb.net code Pin
J4amieC21-Jun-05 22:07
J4amieC21-Jun-05 22:07 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Dave Kreskowiak22-Jun-05 5:13
mveDave Kreskowiak22-Jun-05 5:13 
GeneralRe: How can I include a c#.net code in vb.net code Pin
Christian Graus22-Jun-05 16:36
protectorChristian Graus22-Jun-05 16:36 
Questionsaperate and run for voice these two functions? Pin
umair1121-Jun-05 17:45
umair1121-Jun-05 17:45 
AnswerRe: saperate and run for voice these two functions? Pin
Christian Graus21-Jun-05 18:06
protectorChristian Graus21-Jun-05 18:06 
QuestionHow capture class function &quot;int ISampleGrabberCB.SampleCB( double SampleTime, IMediaSample pSample )&quot; run for voice Pin
umair1121-Jun-05 17:40
umair1121-Jun-05 17:40 
GeneralAdditional information: DragDrop registration failed. Pin
bigdave0421-Jun-05 17:28
bigdave0421-Jun-05 17:28 
GeneralRe: Additional information: DragDrop registration failed. Pin
mav.northwind21-Jun-05 20:39
mav.northwind21-Jun-05 20:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.