Click here to Skip to main content
16,008,490 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHelp needed with retrieving values from Dataset? Pin
Rashar4-Mar-06 12:03
Rashar4-Mar-06 12:03 
AnswerRe: Help needed with retrieving values from Dataset? Pin
H@is@here4-Mar-06 15:35
H@is@here4-Mar-06 15:35 
GeneralRe: Help needed with retrieving values from Dataset? Pin
Rashar5-Mar-06 4:43
Rashar5-Mar-06 4:43 
Questionstring concat Pin
united184-Mar-06 7:48
united184-Mar-06 7:48 
AnswerRe: string concat Pin
Dave Kreskowiak4-Mar-06 10:15
mveDave Kreskowiak4-Mar-06 10:15 
GeneralRe: string concat Pin
united184-Mar-06 17:28
united184-Mar-06 17:28 
GeneralRe: string concat Pin
Dave Kreskowiak5-Mar-06 1:59
mveDave Kreskowiak5-Mar-06 1:59 
GeneralRe: string concat Pin
united185-Mar-06 3:33
united185-Mar-06 3:33 
yes.... u r right. 1) i will copy the code rather than typing it here.
2) objMP3V1.Frame(MP3ID3v1.FrameTypes.Title) .This code return the value of title and similarly objMP3V1.Frame(MP3ID3v1.FrameTypes.Artist) returns the value of Artist. But when i try to concat by either i) artist + title or ii) artist & title ---- it returns only artist's value.
But this problem was solved when i created 3 label fields :-
label1, label2, label3. what i did was:-
label1.text=objMP3V1.Frame(MP3ID3v1.FrameTypes.Title)
label2.text=objMP3V1.Frame(MP3ID3v1.FrameTypes.Title)
label3.text=label1.text + "-" + label2.text

With this code it was concatening. But in this case also if i make these 3 label fields invisible ('label1.visible=false') then it doesn't concatenate again. So i have to always set the visible property to true of these 3 labels. This is quite strange though.

Anyways thanks a lot for your help.

Regards
GeneralRe: string concat Pin
Dave Kreskowiak5-Mar-06 7:30
mveDave Kreskowiak5-Mar-06 7:30 
GeneralRe: string concat Pin
united185-Mar-06 7:54
united185-Mar-06 7:54 
GeneralRe: string concat Pin
Dave Kreskowiak5-Mar-06 8:45
mveDave Kreskowiak5-Mar-06 8:45 
GeneralRe: string concat Pin
Guffa4-Mar-06 11:51
Guffa4-Mar-06 11:51 
GeneralRe: string concat Pin
united184-Mar-06 17:27
united184-Mar-06 17:27 
QuestionCreate an Active-X exe in VB.Net Pin
Rich Bradley4-Mar-06 4:17
Rich Bradley4-Mar-06 4:17 
AnswerRe: Create an Active-X exe in VB.Net Pin
Dave Kreskowiak4-Mar-06 10:12
mveDave Kreskowiak4-Mar-06 10:12 
QuestionHelp me please... TextBox Control Pin
FeRtoll4-Mar-06 3:27
FeRtoll4-Mar-06 3:27 
AnswerRe: Help me please... TextBox Control Pin
united185-Mar-06 8:04
united185-Mar-06 8:04 
GeneralRe: Help me please... TextBox Control Pin
FeRtoll5-Mar-06 9:50
FeRtoll5-Mar-06 9:50 
GeneralRe: Help me please... TextBox Control Pin
united185-Mar-06 14:45
united185-Mar-06 14:45 
GeneralRe: Help me please... TextBox Control Pin
FeRtoll6-Mar-06 1:02
FeRtoll6-Mar-06 1:02 
GeneralRe: Help me please... TextBox Control Pin
united186-Mar-06 5:57
united186-Mar-06 5:57 
GeneralRe: Help me please... TextBox Control Pin
Roy Heil6-Mar-06 11:11
professionalRoy Heil6-Mar-06 11:11 
GeneralRe: Help me please... TextBox Control Pin
FeRtoll6-Mar-06 12:03
FeRtoll6-Mar-06 12:03 
QuestionChange font color in datagrid Pin
Gariel Elijah4-Mar-06 3:24
Gariel Elijah4-Mar-06 3:24 
AnswerRe: Change font color in datagrid Pin
Dave Kreskowiak4-Mar-06 10:20
mveDave Kreskowiak4-Mar-06 10:20 

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.