Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionInserting pauses in wav files Pin
Benny_Lava1-Oct-07 7:04
Benny_Lava1-Oct-07 7:04 
AnswerRe: Inserting pauses in wav files Pin
MikeMarq1-Oct-07 10:56
MikeMarq1-Oct-07 10:56 
QuestionDeleting old files Pin
IETaxguard1-Oct-07 6:17
IETaxguard1-Oct-07 6:17 
AnswerRe: Deleting old files Pin
Johan Hakkesteegt1-Oct-07 6:42
Johan Hakkesteegt1-Oct-07 6:42 
AnswerRe: Deleting old files Pin
nlarson111-Oct-07 7:03
nlarson111-Oct-07 7:03 
GeneralRe: Deleting old files Pin
IETaxguard1-Oct-07 22:23
IETaxguard1-Oct-07 22:23 
AnswerRe: Deleting old files Pin
Ajay.k_Singh1-Oct-07 7:22
Ajay.k_Singh1-Oct-07 7:22 
GeneralRe: Deleting old files Pin
IETaxguard1-Oct-07 22:21
IETaxguard1-Oct-07 22:21 
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 

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.