Click here to Skip to main content
15,917,320 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Wants to generate Monthly Attendnace Report Pin
Paul Conrad2-Aug-08 8:24
professionalPaul Conrad2-Aug-08 8:24 
QuestionFlicker-Free Control Refreshing (VB.NET) Pin
jacobjordan1-Aug-08 14:00
jacobjordan1-Aug-08 14:00 
AnswerRe: Flicker-Free Control Refreshing (VB.NET) Pin
darkelv1-Aug-08 17:57
darkelv1-Aug-08 17:57 
GeneralRe: Flicker-Free Control Refreshing (VB.NET) Pin
Mycroft Holmes1-Aug-08 18:25
professionalMycroft Holmes1-Aug-08 18:25 
AnswerRe: Flicker-Free Control Refreshing (VB.NET) Pin
Thomas Stockwell2-Aug-08 7:44
professionalThomas Stockwell2-Aug-08 7:44 
Questionsending data over serial port Pin
Member 36239861-Aug-08 12:37
Member 36239861-Aug-08 12:37 
AnswerRe: sending data over serial port Pin
jzonthemtn3-Aug-08 12:43
jzonthemtn3-Aug-08 12:43 
QuestionCustom Control Pin
fatalwall1-Aug-08 10:49
fatalwall1-Aug-08 10:49 
I am working on making a specialized custom control that contains 3 other controls in it.

One of the Fields is a group box. I have set it up so that the user can set what the group box text property says however every time you run the application the control is in it reverts to the text that is in the group box instead of what the user typed in.

The property i use to get the text in the application is as follows.

<browsableattribute(true)> _<br />
Public Shadows Property Text() As String<br />
    Get<br />
        Return gbContainer.Text<br />
    End Get<br />
    Set(ByVal value As String)<br />
        gbContainer.Text = value<br />
    End Set<br />
End Property


The value in the group box text is ""

Has anyone found a solution for this?
AnswerRe: Custom Control Pin
Mycroft Holmes1-Aug-08 18:22
professionalMycroft Holmes1-Aug-08 18:22 
Questiondisplaying results on dropdownlist Pin
Mamphekgo Bahula1-Aug-08 1:01
Mamphekgo Bahula1-Aug-08 1:01 
AnswerRe: displaying results on dropdownlist Pin
Bassam Saoud1-Aug-08 6:01
Bassam Saoud1-Aug-08 6:01 
GeneralRe: displaying results on dropdownlist Pin
Mamphekgo Bahula3-Aug-08 20:54
Mamphekgo Bahula3-Aug-08 20:54 
GeneralRe: displaying results on dropdownlist Pin
Bassam Saoud4-Aug-08 3:22
Bassam Saoud4-Aug-08 3:22 
QuestionHow to send Email reminder automatically by fetching data from Excel sheet in VB.NET ? Pin
guriqbal8731-Jul-08 23:51
guriqbal8731-Jul-08 23:51 
AnswerRe: How to send Email reminder automatically by fetching data from Excel sheet in VB.NET ? Pin
ChandraRam1-Aug-08 0:15
ChandraRam1-Aug-08 0:15 
GeneralRe: How to send Email reminder automatically by fetching data from Excel sheet in VB.NET ? Pin
guriqbal871-Aug-08 0:30
guriqbal871-Aug-08 0:30 
GeneralRe: How to send Email reminder automatically by fetching data from Excel sheet in VB.NET ? Pin
Thomas Stockwell1-Aug-08 2:36
professionalThomas Stockwell1-Aug-08 2:36 
QuestionEmbeding flash player in Windows application Pin
pavya_Cool31-Jul-08 19:21
pavya_Cool31-Jul-08 19:21 
AnswerRe: Embeding flash player in Windows application Pin
Thomas Stockwell1-Aug-08 2:33
professionalThomas Stockwell1-Aug-08 2:33 
GeneralRe: Embeding flash player in Windows application Pin
pavya_Cool1-Aug-08 3:36
pavya_Cool1-Aug-08 3:36 
Questionelapsed time calculation b/w two click events Pin
chandrubngit31-Jul-08 16:00
chandrubngit31-Jul-08 16:00 
AnswerRe: elapsed time calculation b/w two click events Pin
AhsanS31-Jul-08 18:24
AhsanS31-Jul-08 18:24 
AnswerRe: elapsed time calculation b/w two click events Pin
Sam Xavier31-Jul-08 18:34
Sam Xavier31-Jul-08 18:34 
AnswerRe: elapsed time calculation b/w two click events Pin
Guffa31-Jul-08 22:31
Guffa31-Jul-08 22:31 
QuestionVoice Command using SAPI 5.1 [modified] Pin
cw342cw31-Jul-08 8:31
cw342cw31-Jul-08 8:31 

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.