Click here to Skip to main content
16,007,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET MySQL Pin
Socheat.Net18-Mar-08 0:09
Socheat.Net18-Mar-08 0:09 
GeneralRe: VB.NET MySQL Pin
Christian Graus18-Mar-08 0:16
protectorChristian Graus18-Mar-08 0:16 
GeneralRe: VB.NET MySQL Pin
Guffa18-Mar-08 7:00
Guffa18-Mar-08 7:00 
GeneralRe: VB.NET MySQL Pin
N a v a n e e t h18-Mar-08 22:27
N a v a n e e t h18-Mar-08 22:27 
GeneralChange form color when Theme color change Pin
Rupesh Kumar Swami17-Mar-08 22:21
Rupesh Kumar Swami17-Mar-08 22:21 
QuestionHow to collect the same data? Pin
phowarso17-Mar-08 21:59
phowarso17-Mar-08 21:59 
AnswerRe: How to collect the same data? Pin
Christian Graus17-Mar-08 22:15
protectorChristian Graus17-Mar-08 22:15 
AnswerRe: How to collect the same data? Pin
Rajesh Anuhya17-Mar-08 22:56
professionalRajesh Anuhya17-Mar-08 22:56 
hi..,


i am trying to give you 2 suggestion.


1. Try to retrive the unqui date from data base. when you are retriving data from dbase base
user "distinct" keyword in query

Ex: select distinct mydate from mytable.

or

2. use the below logic.

dim innlop,temploop
dim dupflad as boolen=false
combobox1.items.clear
For innlop = 0 To ftp_ds_NT.Tables(0).Rows.Count - 1
dupflad =false
for temploop=0 to combobox1.items.count -1
if ftp_ds_NT.Tables(0).Rows(innlop)(0) )=combobox1.item(temploop)
dupflag=true
end if
next temploop
if dupflag=false then
combobox1.items.add(ftp_ds_NT.Tables(0).Rows(innlop)(0) ))
end if
Next innlop

********* Please Ignore the syntex errors **************

thanks

Rajesh B --> A Poor Workman Blames His Tools <--

GeneralRe: How to collect the same data? Pin
Christian Graus17-Mar-08 23:30
protectorChristian Graus17-Mar-08 23:30 
GeneralRe: How to collect the same data? Pin
Rajesh Anuhya18-Mar-08 20:15
professionalRajesh Anuhya18-Mar-08 20:15 
GeneralProblem in Crescent Combo box ( vb.net code migrated from vb6) [modified] Pin
Nitin198117-Mar-08 20:36
Nitin198117-Mar-08 20:36 
GeneralRe: Problem in Crescent Combo box ( vb.net code migrated from vb6) Pin
Vimalsoft(Pty) Ltd18-Mar-08 2:30
professionalVimalsoft(Pty) Ltd18-Mar-08 2:30 
GeneralRe: Problem in Crescent Combo box ( vb.net code migrated from vb6) Pin
Dave Kreskowiak18-Mar-08 3:55
mveDave Kreskowiak18-Mar-08 3:55 
QuestionCall to keypress event In vb.net 2005 Pin
kalikarr17-Mar-08 18:29
kalikarr17-Mar-08 18:29 
GeneralRe: Call to keypress event In vb.net 2005 Pin
Christian Graus17-Mar-08 18:54
protectorChristian Graus17-Mar-08 18:54 
AnswerRe: Call to keypress event In vb.net 2005 Pin
Rajesh Anuhya17-Mar-08 19:09
professionalRajesh Anuhya17-Mar-08 19:09 
GeneralRe: Call to keypress event In vb.net 2005 Pin
Christian Graus17-Mar-08 19:29
protectorChristian Graus17-Mar-08 19:29 
GeneralRe: Call to keypress event In vb.net 2005 Pin
Rajesh Anuhya17-Mar-08 19:40
professionalRajesh Anuhya17-Mar-08 19:40 
GeneralRe: Call to keypress event In vb.net 2005 Pin
Christian Graus17-Mar-08 19:42
protectorChristian Graus17-Mar-08 19:42 
GeneralRe: Call to keypress event In vb.net 2005 Pin
Rajesh Anuhya17-Mar-08 19:57
professionalRajesh Anuhya17-Mar-08 19:57 
GeneralRe: Call to keypress event In vb.net 2005 Pin
Christian Graus17-Mar-08 21:22
protectorChristian Graus17-Mar-08 21:22 
Answernavigation in Code Pin
Tauseef A17-Mar-08 18:21
Tauseef A17-Mar-08 18:21 
AnswerRe: navigation in Code Pin
Mushtaque Nizamani17-Mar-08 23:43
Mushtaque Nizamani17-Mar-08 23:43 
GeneralAPI to get Application Status (running, stopped, etc) [modified] Pin
Mitch F.17-Mar-08 17:26
Mitch F.17-Mar-08 17:26 
GeneralRe: API to get Application Status (running, stopped, etc) Pin
Scott Dorman17-Mar-08 17:52
professionalScott Dorman17-Mar-08 17:52 

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.