Click here to Skip to main content
15,890,123 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Get all specific language characters Pin
Sharon Eden27-Sep-09 1:30
Sharon Eden27-Sep-09 1:30 
GeneralRe: Get all specific language characters Pin
N a v a n e e t h28-Sep-09 2:53
N a v a n e e t h28-Sep-09 2:53 
GeneralRe: Get all specific language characters Pin
Sharon Eden30-Sep-09 5:05
Sharon Eden30-Sep-09 5:05 
GeneralRe: Get all specific language characters Pin
lihtnes5-Nov-09 1:30
lihtnes5-Nov-09 1:30 
GeneralRe: Get all specific language characters Pin
Sharon Eden5-Nov-09 1:40
Sharon Eden5-Nov-09 1:40 
GeneralDoes anyone have another idea? Pin
Sharon Eden28-Sep-09 1:50
Sharon Eden28-Sep-09 1:50 
AnswerAny nice way to get 'equivalent' ASCII characters Pin
supercat930-Sep-09 11:13
supercat930-Sep-09 11:13 
Questionany body can help me Pin
rashid200926-Sep-09 22:49
rashid200926-Sep-09 22:49 
Sub Connectionopen()
Try
oraConnection = New OleDb.OleDbConnection(strConnectionString)

If (oraConnection.State = ConnectionState.Closed) Then

oraConnection.Open()

End If
Catch ex As Exception
'MsgBox(ex.ToString & "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!open")
End Try

End Sub


**** i want to put a timer on

oraConnection.Open()

that timer will check in 10 seconds either connection is open or closed.and i want to check this before oraConnection.Open()


thxxx
AnswerRe: any body can help me Pin
Abhijit Jana27-Sep-09 3:06
professionalAbhijit Jana27-Sep-09 3:06 
QuestionpLEASE DO REPLY ! Pin
Swastik Das26-Sep-09 22:24
Swastik Das26-Sep-09 22:24 
AnswerRe: pLEASE DO REPLY ! Pin
N a v a n e e t h27-Sep-09 0:01
N a v a n e e t h27-Sep-09 0:01 
AnswerRe: pLEASE DO REPLY ! Pin
Pete O'Hanlon27-Sep-09 9:06
mvePete O'Hanlon27-Sep-09 9:06 
GeneralRe: pLEASE DO REPLY ! Pin
Richard MacCutchan27-Sep-09 12:14
mveRichard MacCutchan27-Sep-09 12:14 
GeneralRe: pLEASE DO REPLY ! Pin
Pete O'Hanlon27-Sep-09 21:56
mvePete O'Hanlon27-Sep-09 21:56 
QuestionDatagrid Pin
jjppyy25-Sep-09 22:41
jjppyy25-Sep-09 22:41 
AnswerRe: Datagrid Pin
Richard MacCutchan26-Sep-09 0:29
mveRichard MacCutchan26-Sep-09 0:29 
AnswerRe: Datagrid Pin
PIEBALDconsult26-Sep-09 4:36
mvePIEBALDconsult26-Sep-09 4:36 
Questionexe running problem Pin
naveen attri25-Sep-09 22:02
naveen attri25-Sep-09 22:02 
AnswerRe: Cross Post Pin
Richard MacCutchan25-Sep-09 23:35
mveRichard MacCutchan25-Sep-09 23:35 
AnswerRe: exe running problem Pin
Abhishek Sur26-Sep-09 7:01
professionalAbhishek Sur26-Sep-09 7:01 
Questionweb base multi format video convetor Pin
dhiraj9124-Sep-09 8:34
dhiraj9124-Sep-09 8:34 
QuestionMultiLanguage Setup Pin
Ruben Gonzalez Gutierrez24-Sep-09 4:13
Ruben Gonzalez Gutierrez24-Sep-09 4:13 
AnswerRe: MultiLanguage Setup Pin
N a v a n e e t h24-Sep-09 15:27
N a v a n e e t h24-Sep-09 15:27 
QuestionCatch key event in .NET form used as modeless dialog Pin
wolfgangpuelm24-Sep-09 0:44
professionalwolfgangpuelm24-Sep-09 0:44 
AnswerRe: Catch key event in .NET form used as modeless dialog Pin
Luc Pattyn24-Sep-09 1:51
sitebuilderLuc Pattyn24-Sep-09 1:51 

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.