Click here to Skip to main content
15,888,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: webbrowser control problem Pin
Hessam Jalali7-Aug-07 8:03
Hessam Jalali7-Aug-07 8:03 
QuestionRead incoming number from Mobile Device and Save to Database Pin
Kiran S. S.6-Aug-07 19:53
Kiran S. S.6-Aug-07 19:53 
AnswerRe: Read incoming number from Mobile Device and Save to Database Pin
Colin Angus Mackay6-Aug-07 23:49
Colin Angus Mackay6-Aug-07 23:49 
GeneralRe: Read incoming number from Mobile Device and Save to Database Pin
SamerAZ7-Aug-07 7:37
SamerAZ7-Aug-07 7:37 
GeneralRe: Read incoming number from Mobile Device and Save to Database Pin
Colin Angus Mackay7-Aug-07 9:21
Colin Angus Mackay7-Aug-07 9:21 
GeneralRe: Read incoming number from Mobile Device and Save to Database Pin
Dave Kreskowiak7-Aug-07 12:15
mveDave Kreskowiak7-Aug-07 12:15 
AnswerRe: Read incoming number from Mobile Device and Save to Database [modified] Pin
Kiran S. S.8-Aug-07 22:28
Kiran S. S.8-Aug-07 22:28 
QuestionStoring and Retrieving Images from SQL Server using - VB.Net Database Pin
M Irshad Qureshi6-Aug-07 17:56
M Irshad Qureshi6-Aug-07 17:56 
Private m_lImageFileLength As Long = 0
Private m_barrImg As Byte()

1. OpenFileDialog1.ShowDialog(Me)
2. Dim strFn As String = OpenFileDialog1.FileName
3. Dim fiImage As FileInfo = New FileInfo(strFn)
4. Me.m_lImageFileLength = fiImage.Length
5. Dim fs As FileStream = New FileStream(strFn, FileMode.Open, FileAccess.Read, FileShare.Read)
6. m_barrImg(0) = Convert.ToInt32(Me.m_lImageFileLength)

On running above code I get the following error on line 6

An unhandled exception of type 'System.OverflowException' occurred
Additional information: Arithmetic operation resulted in an overflow.


Irshad
AnswerRe: Storing and Retrieving Images from SQL Server using - VB.Net Database Pin
Colin Angus Mackay6-Aug-07 23:47
Colin Angus Mackay6-Aug-07 23:47 
AnswerRe: Storing and Retrieving Images from SQL Server using - VB.Net Database Pin
ChandraRam7-Aug-07 0:17
ChandraRam7-Aug-07 0:17 
GeneralRe: Storing and Retrieving Images from SQL Server using - VB.Net Database Pin
Colin Angus Mackay7-Aug-07 0:34
Colin Angus Mackay7-Aug-07 0:34 
QuestionWin32_PingStatus Pin
jontyler6-Aug-07 17:09
jontyler6-Aug-07 17:09 
AnswerRe: Win32_PingStatus [modified] Pin
Dave Kreskowiak7-Aug-07 11:56
mveDave Kreskowiak7-Aug-07 11:56 
GeneralRe: Win32_PingStatus Pin
jontyler7-Aug-07 12:27
jontyler7-Aug-07 12:27 
GeneralRe: Win32_PingStatus Pin
Dave Kreskowiak7-Aug-07 12:54
mveDave Kreskowiak7-Aug-07 12:54 
GeneralRe: Win32_PingStatus Pin
jontyler7-Aug-07 13:23
jontyler7-Aug-07 13:23 
GeneralRe: Win32_PingStatus Pin
Dave Kreskowiak7-Aug-07 13:40
mveDave Kreskowiak7-Aug-07 13:40 
QuestionUpgrading VB5 application to VB.Net or C# Pin
Ceriouss6-Aug-07 17:07
Ceriouss6-Aug-07 17:07 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
Christian Graus6-Aug-07 17:33
protectorChristian Graus6-Aug-07 17:33 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
Vasudevan Deepak Kumar7-Aug-07 1:52
Vasudevan Deepak Kumar7-Aug-07 1:52 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
Kevin McFarlane7-Aug-07 2:01
Kevin McFarlane7-Aug-07 2:01 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
leckey7-Aug-07 5:05
leckey7-Aug-07 5:05 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
'Drew7-Aug-07 7:24
'Drew7-Aug-07 7:24 
GeneralRe: Upgrading VB5 application to VB.Net or C# Pin
Dave Kreskowiak7-Aug-07 11:49
mveDave Kreskowiak7-Aug-07 11:49 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
'Drew7-Aug-07 12:14
'Drew7-Aug-07 12:14 

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.