Click here to Skip to main content
15,921,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionmovable and resizable controls at runtime Pin
sankalp singh25-Oct-07 9:58
sankalp singh25-Oct-07 9:58 
AnswerRe: movable and resizable controls at runtime Pin
Dave Kreskowiak25-Oct-07 10:49
mveDave Kreskowiak25-Oct-07 10:49 
AnswerRe: movable and resizable controls at runtime Pin
Luc Pattyn25-Oct-07 16:16
sitebuilderLuc Pattyn25-Oct-07 16:16 
QuestionControls at runtime Pin
sankalp singh25-Oct-07 9:26
sankalp singh25-Oct-07 9:26 
AnswerRe: Controls at runtime Pin
Dave Kreskowiak25-Oct-07 10:48
mveDave Kreskowiak25-Oct-07 10:48 
GeneralRe: Controls at runtime Pin
sankalp singh25-Oct-07 17:49
sankalp singh25-Oct-07 17:49 
GeneralRe: Controls at runtime Pin
Tom Deketelaere25-Oct-07 20:47
professionalTom Deketelaere25-Oct-07 20:47 
Questionvb6 to . net Pin
s3rro25-Oct-07 9:10
s3rro25-Oct-07 9:10 
Him
I am converting a project from VB6 to .Net platform. In some classes I having problems with global variables,it seems like they are not recognized in those classes.

for the line below
Private m_sCallData As String
I get "Statement is not valid in a namespace." error


Like in one class I started like following:
Option Explicit On

Private m_sCallData As String
Private m_cCallData As Collection

Public Property Get Item(name As String) As String
Dim equ_posn As Integer
Dim s As String
s = ""
On Error GoTo NoItem
s = m_cCallData.Item(name)
equ_posn = InStr(1, s, "=")
If equ_posn = 0 Then
Item = m_cCallData.Item(name)
Else
Item = Mid$(s, equ_posn + 1, Len(s) - equ_posn)
End If

for even " Dim s As String" I get the "Statement is not valid in a namespace" error.

Any suggestions?

Thanks
AnswerRe: vb6 to . net Pin
pmarfleet25-Oct-07 9:58
pmarfleet25-Oct-07 9:58 
Questiondynamically(randomly) changing images with a given time interval? Pin
sivaram praveen25-Oct-07 8:05
sivaram praveen25-Oct-07 8:05 
AnswerRe: dynamically(randomly) changing images with a given time interval? Pin
Dave Kreskowiak25-Oct-07 8:16
mveDave Kreskowiak25-Oct-07 8:16 
AnswerRe: dynamically(randomly) changing images with a given time interval? Pin
pmarfleet25-Oct-07 9:55
pmarfleet25-Oct-07 9:55 
AnswerRe: dynamically(randomly) changing images with a given time interval? Pin
SHatchard25-Oct-07 21:18
SHatchard25-Oct-07 21:18 
QuestionDBNull and Crystal Reports Pin
digicd125-Oct-07 6:47
digicd125-Oct-07 6:47 
AnswerRe: DBNull and Crystal Reports Pin
Dave Kreskowiak25-Oct-07 7:19
mveDave Kreskowiak25-Oct-07 7:19 
QuestionOperation has Timed Out ! Pin
AliAmjad25-Oct-07 4:16
AliAmjad25-Oct-07 4:16 
AnswerRe: Operation has Timed Out ! Pin
Dave Kreskowiak25-Oct-07 4:52
mveDave Kreskowiak25-Oct-07 4:52 
GeneralRe: Operation has Timed Out ! Pin
AliAmjad25-Oct-07 4:58
AliAmjad25-Oct-07 4:58 
GeneralRe: Operation has Timed Out ! Pin
Dave Kreskowiak25-Oct-07 5:17
mveDave Kreskowiak25-Oct-07 5:17 
GeneralRe: Operation has Timed Out ! Pin
AliAmjad25-Oct-07 5:22
AliAmjad25-Oct-07 5:22 
QuestionUsing VB .NET to Generate An E-mail Automatically Pin
Johnny Mar25-Oct-07 4:09
Johnny Mar25-Oct-07 4:09 
AnswerRe: Using VB .NET to Generate An E-mail Automatically Pin
Dave Kreskowiak25-Oct-07 4:43
mveDave Kreskowiak25-Oct-07 4:43 
QuestionAccess database size is increasing Pin
dimuthuvbnet25-Oct-07 3:22
dimuthuvbnet25-Oct-07 3:22 
AnswerRe: Access database size is increasing Pin
Tom Deketelaere25-Oct-07 3:30
professionalTom Deketelaere25-Oct-07 3:30 
AnswerRe: Access database size is increasing Pin
Dave Kreskowiak25-Oct-07 4:02
mveDave Kreskowiak25-Oct-07 4:02 

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.