Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.Net Custom ListView Row Height Pin
bigjokey15-Jun-07 11:13
bigjokey15-Jun-07 11:13 
QuestionExporting data of Datagrids to Excel in VB.NET Pin
hsprasain15-Jun-07 9:59
hsprasain15-Jun-07 9:59 
AnswerRe: Exporting data of Datagrids to Excel in VB.NET Pin
Taylor Kobani16-Jun-07 4:19
Taylor Kobani16-Jun-07 4:19 
GeneralRe: Exporting data of Datagrids to Excel in VB.NET Pin
hsprasain16-Jun-07 10:09
hsprasain16-Jun-07 10:09 
QuestionContextmenu not always showing on right clicking DataGrid Pin
GuyThiebaut15-Jun-07 9:17
professionalGuyThiebaut15-Jun-07 9:17 
AnswerRe: Contextmenu not always showing on right clicking DataGrid Pin
Taylor Kobani16-Jun-07 4:29
Taylor Kobani16-Jun-07 4:29 
GeneralRe: Contextmenu not always showing on right clicking DataGrid Pin
GuyThiebaut16-Jun-07 6:34
professionalGuyThiebaut16-Jun-07 6:34 
Questionusing recordset in MS Access to place values into array Pin
reegan4115-Jun-07 3:20
reegan4115-Jun-07 3:20 
I have a string array. I want to run a query that will pull numerous paragraphs from a database.

the query works fine. I usually use string = rs.GetString, and then split the string on Chr(13) into a string array so I can loop through and place each array memeber into a combobox or listbox.

however, in this situation, there is no distinct delimiter to split on.

I was wondering, if I use recordset.GetRows, use that in a loop...if I could then use some property/sub routine within recordset so that I can place each result in a specific element in my array manually using a loop. Right now I have the following:

'all definitions aside'
rs.Open LSQL, cnn
rowCount = rs.GetRows

For i = 0 To i < rowcount
paragraphArray(i) = rs.?????

I want to put basically the first recordset result into paragraphArray(0), second into paragraphArray(1), and so on until the recordset is at the end. I'm not sure of the exact code to use. Any ideas?
AnswerRe: using recordset in MS Access to place values into array Pin
GoodID21-Jun-07 17:56
GoodID21-Jun-07 17:56 
Questioncan any one tell reular exp to validate domain name Pin
koolprasad200315-Jun-07 3:08
professionalkoolprasad200315-Jun-07 3:08 
AnswerRe: can any one tell reular exp to validate domain name Pin
Tom Wright15-Jun-07 3:53
Tom Wright15-Jun-07 3:53 
GeneralRe: can any one tell reular exp to validate domain name Pin
koolprasad200315-Jun-07 21:15
professionalkoolprasad200315-Jun-07 21:15 
AnswerRe: can any one tell reular exp to validate domain name Pin
berghain15-Jun-07 4:47
berghain15-Jun-07 4:47 
GeneralRe: can any one tell reular exp to validate domain name Pin
koolprasad200315-Jun-07 21:13
professionalkoolprasad200315-Jun-07 21:13 
AnswerRe: can any one tell reular exp to validate domain name Pin
Steven J Jowett15-Jun-07 5:46
Steven J Jowett15-Jun-07 5:46 
GeneralRe: can any one tell reular exp to validate domain name Pin
koolprasad200315-Jun-07 21:13
professionalkoolprasad200315-Jun-07 21:13 
QuestionTransfer Datetime field from MS-Access to SQL server? Pin
.NetRams15-Jun-07 2:11
.NetRams15-Jun-07 2:11 
AnswerRe: Transfer Datetime field from MS-Access to SQL server? [modified] Pin
GuyThiebaut15-Jun-07 9:26
professionalGuyThiebaut15-Jun-07 9:26 
GeneralOutput From Stored Procedures Pin
Dreamer200715-Jun-07 1:52
Dreamer200715-Jun-07 1:52 
GeneralRe: Output From Stored Procedures Pin
Tom Wright15-Jun-07 3:44
Tom Wright15-Jun-07 3:44 
GeneralRe: Output From Stored Procedures Pin
Dreamer200715-Jun-07 20:47
Dreamer200715-Jun-07 20:47 
GeneralRe: Output From Stored Procedures Pin
.NetRams16-Jun-07 0:18
.NetRams16-Jun-07 0:18 
GeneralRe: Output From Stored Procedures Pin
Xandip16-Jun-07 2:24
Xandip16-Jun-07 2:24 
Questionhow can i validate a URL using vb.net Pin
koolprasad200315-Jun-07 1:25
professionalkoolprasad200315-Jun-07 1:25 
AnswerRe: how can i validate a URL using vb.net Pin
Dave Sexton15-Jun-07 2:04
Dave Sexton15-Jun-07 2:04 

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.