Click here to Skip to main content
15,920,956 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can i change headercolumn in datagrid:confused: Pin
ami.minami9-Aug-07 17:46
ami.minami9-Aug-07 17:46 
AnswerRe: how can i change headercolumn in datagrid:confused: Pin
i gr89-Aug-07 18:36
i gr89-Aug-07 18:36 
AnswerRe: how can i change headercolumn in datagrid:confused: Pin
KeyPointAnalyzer9-Aug-07 19:36
KeyPointAnalyzer9-Aug-07 19:36 
Questionset iTunes in Mini Player mode Pin
ianbacalla9-Aug-07 15:54
ianbacalla9-Aug-07 15:54 
AnswerRe: set iTunes in Mini Player mode Pin
Christian Graus9-Aug-07 17:02
protectorChristian Graus9-Aug-07 17:02 
GeneralRe: set iTunes in Mini Player mode Pin
ianbacalla9-Aug-07 19:18
ianbacalla9-Aug-07 19:18 
QuestionConcurrency violation Problem [modified] Pin
progalx9-Aug-07 13:56
progalx9-Aug-07 13:56 
AnswerSenthil's Reply for Concurrency violation Problem Pin
Senthil S9-Aug-07 18:40
Senthil S9-Aug-07 18:40 
Hi,
There is many possiblity of problems/bugs in ur connecting n disconnecting. 1st thing is the ms access is using by some other process Or the db file driver may be NTFS format Or the system may have virues that accesing ur db. Many of the programmers mistake it to forgot to close the connections..

It is the best to use try... catch..
i.e,
Try
Open()
(coding....)
Catch ex As Exception
Finally
connect.close()
End Try
Try this code.. N Pls reply me wat u get

Senthil S
Software Engineer

GeneralRe: Senthil's Reply for Concurrency violation Problem [modified] Pin
progalx10-Aug-07 3:54
progalx10-Aug-07 3:54 
QuestionColorIndex Definition Pin
ohart9-Aug-07 13:16
ohart9-Aug-07 13:16 
AnswerRe: ColorIndex Definition Pin
Johan Hakkesteegt10-Aug-07 3:08
Johan Hakkesteegt10-Aug-07 3:08 
GeneralRe: ColorIndex Definition Pin
ohart10-Aug-07 7:40
ohart10-Aug-07 7:40 
QuestionOwn control with visual styles Pin
vocaris9-Aug-07 12:14
vocaris9-Aug-07 12:14 
Questionother fourms Pin
vocaris10-Aug-07 8:00
vocaris10-Aug-07 8:00 
AnswerRe: other fourms Pin
meofcourse14-Aug-07 6:32
meofcourse14-Aug-07 6:32 
QuestionWebclient Proxy server authentication failure when on alternate thread Pin
dman77779-Aug-07 8:42
dman77779-Aug-07 8:42 
QuestionNeed to Connect to UNIX server From Desktop Pin
OldDog5009-Aug-07 8:29
OldDog5009-Aug-07 8:29 
AnswerRe: Need to Connect to UNIX server From Desktop Pin
MidwestLimey13-Aug-07 7:44
professionalMidwestLimey13-Aug-07 7:44 
GeneralRe: Need to Connect to UNIX server From Desktop Pin
OldDog50017-Aug-07 3:51
OldDog50017-Aug-07 3:51 
QuestionProblem getting value Pin
TAK789-Aug-07 6:24
TAK789-Aug-07 6:24 
AnswerRe: Problem getting value Pin
Dave Kreskowiak9-Aug-07 7:55
mveDave Kreskowiak9-Aug-07 7:55 
GeneralRe: Problem getting value Pin
TAK789-Aug-07 7:58
TAK789-Aug-07 7:58 
GeneralRe: Problem getting value Pin
Dave Kreskowiak9-Aug-07 8:13
mveDave Kreskowiak9-Aug-07 8:13 
QuestionRip CD Pin
meofcourse9-Aug-07 5:22
meofcourse9-Aug-07 5:22 
AnswerRe: Rip CD Pin
Kschuler9-Aug-07 9:18
Kschuler9-Aug-07 9:18 

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.