Click here to Skip to main content
15,892,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPerforming input validation on a datagridview column Pin
Mr Oizo1-Oct-07 5:12
Mr Oizo1-Oct-07 5:12 
AnswerRe: Performing input validation on a datagridview column Pin
talasila801-Oct-07 11:15
talasila801-Oct-07 11:15 
GeneralRe: Performing input validation on a datagridview column Pin
talasila801-Oct-07 11:19
talasila801-Oct-07 11:19 
QuestionHow to get the selected index of a ListView item ? Pin
ninkk1-Oct-07 5:03
ninkk1-Oct-07 5:03 
AnswerRe: How to get the selected index of a ListView item ? Pin
Guffa1-Oct-07 6:08
Guffa1-Oct-07 6:08 
QuestionHow to save ?? Pin
get12061-Oct-07 5:02
get12061-Oct-07 5:02 
AnswerRe: How to save ?? Pin
Dave Kreskowiak1-Oct-07 5:22
mveDave Kreskowiak1-Oct-07 5:22 
QuestionXml serilization of controls properties to save and get Pin
get12061-Oct-07 4:50
get12061-Oct-07 4:50 
Can we get the properties of form Consider controls in xml format for example like this of form controls for multiple pages . or custom properties into xml file using datasets .

<Pages xmlns=""><br />
- <Page PageNo="1"><br />
  <PageName>Page1</PageName> <br />
  <PageSize>3</PageSize> <br />
  <PageOrientation>0</PageOrientation> <br />
  <PagePicture /> <br />
  <PageNoPicture>false</PageNoPicture> <br />
  <PageAllPages>false</PageAllPages> <br />
  <PageDesignOnly>false</PageDesignOnly> <br />
- <PageBorder><br />
  <BorderLeft>0.75</BorderLeft> <br />
  <BorderTop>0.75</BorderTop> <br />
  <BorderHeight>0.75</BorderHeight> <br />
  <BorderWidth>0.75</BorderWidth> <br />
  <BorderPattern>1</BorderPattern> <br />
  </PageBorder><br />
- <txt:TextBox TextIndex="1"><br />
  <txt:TextName>Text1</txt:TextName> <br />
  <txt:TextAlign>0</txt:TextAlign> <br />
  <txt:Appearance>1</txt:Appearance> <br />
  <txt:TextBackColor>-2147483643</txt:TextBackColor> <br />
  <txt:TextForeColor>-2147483640</txt:TextForeColor> <br />
  <txt:TextBorderStyle>1</txt:TextBorderStyle> <br />
  <txt:TextText>Text1</txt:TextText> <br />
- <fn:Font><br />
  <fn:FontName>MS Sans Serif</fn:FontName> <br />
- <fn:FontStyle><br />
  <fn:Bold>false</fn:Bold> <br />
  <fn:Italic>false</fn:Italic> <br />
  </fn:FontStyle><br />
  <fn:FontSize>8</fn:FontSize> <br />
  <fn:FontUnderline>false</fn:FontUnderline> <br />
  <fn:FontStrikeout>false</fn:FontStrikeout> <br />
  </fn:Font><br />
  <txt:TextToolTip /> <br />
- <pos:Position><br />
  <pos:Left>1935</pos:Left> <br />
  <pos:Top>1560</pos:Top> <br />
  <pos:Height>315</pos:Height> <br />
  <pos:Width>1605</pos:Width> <br />
  </pos:Position><br />
  <txt:TextLocked>false</txt:TextLocked> <br />
  <txt:TextMaxLen>255</txt:TextMaxLen> <br />
  <txt:TextMinLen>0</txt:TextMinLen> <br />
  <txt:TextMultiline>false</txt:TextMultiline> <br />
  <txt:TextDataType>0</txt:TextDataType> <br />
  <txt:TextFormat /> <br />
  <txt:IsIndexField>True</txt:IsIndexField> <br />
  </txt:TextBox><br />
- <txt:TextBox TextIndex="2"><br />
  <txt:TextName>Text2</txt:TextName> <br />
  <txt:TextAlign>0</txt:TextAlign> <br />
  <txt:Appearance>1</txt:Appearance> <br />
  <txt:TextBackColor>-2147483643</txt:TextBackColor> <br />
  <txt:TextForeColor>-2147483640</txt:TextForeColor> <br />
  <txt:TextBorderStyle>1</txt:TextBorderStyle> <br />
  <txt:TextText>Text2</txt:TextText> <br />
- <fn:Font><br />
  <fn:FontName>MS Sans Serif</fn:FontName> <br />
- <fn:FontStyle><br />
  <fn:Bold>false</fn:Bold> <br />
  <fn:Italic>false</fn:Italic> <br />
  </fn:FontStyle><br />
  <fn:FontSize>8</fn:FontSize> <br />
  <fn:FontUnderline>false</fn:FontUnderline> <br />
  <fn:FontStrikeout>false</fn:FontStrikeout> <br />
  </fn:Font><br />
  <txt:TextToolTip /> <br />
- <pos:Position><br />
  <pos:Left>1965</pos:Left> <br />
  <pos:Top>2085</pos:Top> <br />
  <pos:Height>315</pos:Height> <br />
  <pos:Width>1605</pos:Width> <br />
  </pos:Position><br />
  <txt:TextLocked>false</txt:TextLocked> <br />
  <txt:TextMaxLen>255</txt:TextMaxLen> <br />
  <txt:TextMinLen>0</txt:TextMinLen> <br />
<br />
  <txt:TextFormat /> <br />
  <txt:IsIndexField>False</txt:IsIndexField> <br />
  </txt:TextBox><br />
- <txt:TextBox TextIndex="3"><br />
  <txt:TextName>Text3</txt:TextName> <br />
  <txt:TextAlign>0</txt:TextAlign> <br />
  <txt:Appearance>1</txt:Appearance> <br />
  <txt:TextBackColor>-2147483643</txt:TextBackColor> <br />
<br />
  <txt:TextBorderStyle>1</txt:TextBorderStyle> <br />
  <txt:TextText>Text3</txt:TextText> <br />
- <fn:Font><br />
  <fn:FontName>MS Sans Serif</fn:FontName> <br />
- <fn:FontStyle><br />
  <fn:Bold>false</fn:Bold> <br />
  <fn:Italic>false</fn:Italic> <br />
  <br />
- <pos:Position><br />
  <pos:Left>2925</pos:Left> <br />
  <pos:Top>4935</pos:Top> <br />
  <pos:Height>315</pos:Height> <br />
  <pos:Width>1605</pos:Width> <br />
  </pos:Position><br />
  <txt:TextLocked>false</txt:TextLocked> <br />
  <txt:TextMaxLen>255</txt:TextMaxLen> <br />
  <txt:TextMinLen>0</txt:TextMinLen> <br />
  <txt:TextMultiline>false</txt:TextMultiline> <br />
  <txt:TextDataType>0</txt:TextDataType> <br />
  <txt:TextFormat /> <br />
  <txt:IsIndexField>True</txt:IsIndexField> <br />
  </txt:TextBox><br />
- <chk:CheckBox ChkBoxIndex="1"><br />
  <chk:ChkBoxName>Checkbox1</chk:ChkBoxName> <br />
  <chk:ChkBoxAlign>0</chk:ChkBoxAlign> <br />
  <chk:ChkBoxAppearance>1</chk:ChkBoxAppearance> <br />
  <chk:ChkBoxBackColor>16777215</chk:ChkBoxBackColor> <br />
  <chk:ChkBoxCaption>Checkbox1</chk:ChkBoxCaption> <br />
- <fn:Font><br />
  <fn:FontName>MS Sans Serif</fn:FontName> <br />
- <fn:FontStyle><br />
  <fn:Bold>false</fn:Bold> <br />
  <fn:Italic>false</fn:Italic> <br />
  </fn:FontStyle><br />
  <fn:FontSize>8</fn:FontSize> <br />
  <fn:FontUnderline>false</fn:FontUnderline> <br />
  <fn:FontStrikeout>false</fn:FontStrikeout> <br />
  </fn:Font><br />
  <chk:ChkBoxForeColor>-2147483630</chk:ChkBoxForeColor> <br />
- <pos:Position><br />
  <pos:Left>2280</pos:Left> <br />
  <pos:Top>3180</pos:Top> <br />
  <pos:Height>285</pos:Height> <br />
  <pos:Width>1395</pos:Width> <br />
  </pos:Position><br />
  <chk:ChkBoxToolTip /> <br />
  <chk:ChkBoxDefaultValue>false</chk:ChkBoxDefaultValue> <br />
  </chk:CheckBox><br />
  </Page><br />
  </Pages><br />
  </Name>

AnswerRe: Xml serilization of controls properties to save and get Pin
Dave Kreskowiak1-Oct-07 5:17
mveDave Kreskowiak1-Oct-07 5:17 
QuestionI hate Combo Box Pin
fazeepk1-Oct-07 4:13
fazeepk1-Oct-07 4:13 
AnswerRe: I hate Combo Box Pin
Dave Kreskowiak1-Oct-07 5:48
mveDave Kreskowiak1-Oct-07 5:48 
QuestionINSERT INTO Query with apostrophes in filenames? Pin
eyeball_20031-Oct-07 3:52
eyeball_20031-Oct-07 3:52 
AnswerRe: INSERT INTO Query with apostrophes in filenames? Pin
Dave Kreskowiak1-Oct-07 4:13
mveDave Kreskowiak1-Oct-07 4:13 
AnswerRe: INSERT INTO Query with apostrophes in filenames? Pin
eyeball_20031-Oct-07 5:27
eyeball_20031-Oct-07 5:27 
GeneralRe: INSERT INTO Query with apostrophes in filenames? Pin
Dave Kreskowiak1-Oct-07 5:48
mveDave Kreskowiak1-Oct-07 5:48 
AnswerRe: INSERT INTO Query with apostrophes in filenames? Pin
Guffa1-Oct-07 6:32
Guffa1-Oct-07 6:32 
GeneralRe: INSERT INTO Query with apostrophes in filenames? Pin
eyeball_20031-Oct-07 7:16
eyeball_20031-Oct-07 7:16 
AnswerRe: INSERT INTO Query with apostrophes in filenames? Pin
mmelick1-Oct-07 10:34
mmelick1-Oct-07 10:34 
Questiondatagridview ? Pin
moomoooomoo1-Oct-07 3:47
moomoooomoo1-Oct-07 3:47 
AnswerRe: datagridview ? Pin
Dave Kreskowiak1-Oct-07 4:10
mveDave Kreskowiak1-Oct-07 4:10 
GeneralRe: datagridview ? Pin
moomoooomoo1-Oct-07 4:21
moomoooomoo1-Oct-07 4:21 
GeneralRe: datagridview ? Pin
Dave Kreskowiak1-Oct-07 5:46
mveDave Kreskowiak1-Oct-07 5:46 
QuestionCurrent user input language Pin
Proqrammer1-Oct-07 3:15
Proqrammer1-Oct-07 3:15 
AnswerRe: Current user input language Pin
Gary Bigman1-Oct-07 5:14
Gary Bigman1-Oct-07 5:14 
QuestionCommunication between dlls Pin
Jens Johanneson1-Oct-07 2:58
Jens Johanneson1-Oct-07 2:58 

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.