Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~480 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Dhilip.S

I want to select items in listbox based on data reader contents from db. this is my code mycmd = New OleDbCommand("SELECT PROD_MASTER.P_NAME FROM (PRO_APPROACH INNER JOIN PROD_MASTER ON PRO_APPROACH.P_ID = PROD_MASTER.P_ID) where PRO_APPROACH.VISIT_ID =" & sessionvar, cn) dr = mycmd.ExecuteReader Dim li As New ListItem While dr.Read() For i …

0
54
Member Avatar for Dhilip.S

pls tell me some logic of how to create a macro for an intellisense that shud display the whole sentence as we type.. we can select the needed sentence by clicking on it. so far MsWord only has the option of updating the word with intellisense. but i want it …

0
98
Member Avatar for Dhilip.S

[B]pls tell me the way to create a intellisense that should display a updated sentence as we type in Msword Dhilip[B][/B] [/B]

0
54
Member Avatar for Dhilip.S

[B]I ve added windows media player in the form. and i can add a audio file in it..but i want to add more than one audio files in a playlist and from tat playlist i want to retreive duration of each n every file and store it seperatly in an …

Member Avatar for Dhilip.S
0
77
Member Avatar for Dhilip.S

Plsssssssssss help me. i want to retrieve duration of audio file like .wav .dss .mp3 using vb.net code... i m in midst of project .... unable to complete coz of this.. so anyone pls help me

Member Avatar for Dhilip.S
0
165
Member Avatar for Dhilip.S

I want a VB.net code to retrieve audio file duration(in mns) using windows media player control or by anyother means... Dhilip

-2
32