Click here to Skip to main content
16,004,991 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: About Visual Basic Pin
Dave Kreskowiak10-Dec-07 2:13
mveDave Kreskowiak10-Dec-07 2:13 
Generalwindows form while restore Pin
balakpn10-Dec-07 0:31
balakpn10-Dec-07 0:31 
GeneralRe: windows form while restore Pin
Michael Sync10-Dec-07 1:43
Michael Sync10-Dec-07 1:43 
GeneralRe: windows form while restore Pin
balakpn11-Dec-07 1:51
balakpn11-Dec-07 1:51 
Questionhow can i determine the location of current cell Pin
Rupesh Kumar Swami9-Dec-07 23:38
Rupesh Kumar Swami9-Dec-07 23:38 
AnswerRe: how can i determine the location of current cell Pin
Michael Sync10-Dec-07 1:34
Michael Sync10-Dec-07 1:34 
GeneralRe: how can i determine the location of current cell Pin
Rupesh Kumar Swami10-Dec-07 5:56
Rupesh Kumar Swami10-Dec-07 5:56 
QuestionUrgent HELP with usercontrols!!!!!! Pin
highjo9-Dec-07 23:06
highjo9-Dec-07 23:06 
Hello guys I've been trying to validate a textbox with user control and it seems like my text property i coded is wrong because if i show the content of the textbox like msgbox(textnox1.text) the msgbox is empty. this would be my design code:

<br />
<br />
<global.microsoft.visualbasic.compilerservices.designergenerated()> _<br />
Partial Class prodidtextbox<br />
    Inherits System.Windows.Forms.UserControl<br />
<br />
    'UserControl overrides dispose to clean up the component list.<br />
    <system.diagnostics.debuggernonusercode()> _<br />
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)<br />
        If disposing AndAlso components IsNot Nothing Then<br />
            components.Dispose()<br />
        End If<br />
        MyBase.Dispose(disposing)<br />
    End Sub<br />
<br />
    'Required by the Windows Form Designer<br />
    Private components As System.ComponentModel.IContainer<br />
<br />
    'NOTE: The following procedure is required by the Windows Form Designer<br />
    'It can be modified using the Windows Form Designer.  <br />
    'Do not modify it using the code editor.<br />
    <system.diagnostics.debuggerstepthrough()> _<br />
    Private Sub InitializeComponent()<br />
        Me.textbox1 = New System.Windows.Forms.TextBox<br />
        Me.SuspendLayout()<br />
        '<br />
        'textbox1<br />
        '<br />
        Me.textbox1.Location = New System.Drawing.Point(0, 0)<br />
        Me.textbox1.Name = "textbox1"<br />
        Me.textbox1.Size = New System.Drawing.Size(100, 20)<br />
        Me.textbox1.TabIndex = 0<br />
        '<br />
        'prodidtextbox<br />
        '<br />
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)<br />
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font<br />
        Me.Controls.Add(Me.textbox1)<br />
        Me.Name = "prodidtextbox"<br />
        Me.Size = New System.Drawing.Size(100, 20)<br />
        Me.ResumeLayout(False)<br />
        Me.PerformLayout()<br />
<br />
    End Sub<br />
    Friend WithEvents textbox1 As System.Windows.Forms.TextBox<br />
<br />
End Class<br />
<br />
</system.diagnostics.debuggerstepthrough()></system.diagnostics.debuggernonusercode()></global.microsoft.visualbasic.compilerservices.designergenerated()>



and this is my textbox property codes:
<br />
public class proidtexbox<br />
dim t as object<br />
 public overrides property text() as string<br />
  get<br />
   return t<br />
  end get<br />
  set(byval value as string)<br />
   t=value<br />
  end set<br />
 end property<br />
end class<br />


please i need this to finish a class project that i should submit tomorrow
thanks for you all reading this

eager to learn

GeneralRe: Urgent HELP with usercontrols!!!!!! Pin
Michael Sync10-Dec-07 1:27
Michael Sync10-Dec-07 1:27 
GeneralRe: Urgent HELP with usercontrols!!!!!! Pin
highjo10-Dec-07 4:58
highjo10-Dec-07 4:58 
Questionimporting excel sheet into datagrid Pin
sivaram praveen9-Dec-07 21:18
sivaram praveen9-Dec-07 21:18 
GeneralRe: importing excel sheet into datagrid Pin
Michael Sync9-Dec-07 22:30
Michael Sync9-Dec-07 22:30 
GeneralTimer object don't tick in a Module Pin
Narenge9-Dec-07 10:58
Narenge9-Dec-07 10:58 
GeneralRe: Timer object don't tick in a Module Pin
Luc Pattyn9-Dec-07 11:15
sitebuilderLuc Pattyn9-Dec-07 11:15 
GeneralRe: Timer object don't tick in a Module Pin
Narenge9-Dec-07 11:20
Narenge9-Dec-07 11:20 
GeneralRe: Timer object don't tick in a Module Pin
Luc Pattyn9-Dec-07 12:09
sitebuilderLuc Pattyn9-Dec-07 12:09 
GeneralVB database Pin
BOREC9-Dec-07 10:25
BOREC9-Dec-07 10:25 
GeneralRe: VB database Pin
Christian Graus9-Dec-07 13:11
protectorChristian Graus9-Dec-07 13:11 
GeneralAccessing fields in crosstab in Crystal11 from VB Pin
mikeh nz9-Dec-07 7:57
mikeh nz9-Dec-07 7:57 
Question[Message Deleted] Pin
BOREC9-Dec-07 4:01
BOREC9-Dec-07 4:01 
GeneralRe: visual basic question Pin
Christian Graus9-Dec-07 9:41
protectorChristian Graus9-Dec-07 9:41 
Generalswf in vb 2005 Pin
Sai Yasodharan9-Dec-07 1:07
Sai Yasodharan9-Dec-07 1:07 
GeneralRe: swf in vb 2005 Pin
Dave Kreskowiak9-Dec-07 4:44
mveDave Kreskowiak9-Dec-07 4:44 
QuestionHow to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Sergio2santos8-Dec-07 17:56
Sergio2santos8-Dec-07 17:56 
AnswerRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Dave Kreskowiak9-Dec-07 4:39
mveDave Kreskowiak9-Dec-07 4:39 

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.