Click here to Skip to main content
15,908,264 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: HOW TO SEND SMS Pin
AliAmjad29-Oct-07 4:59
AliAmjad29-Oct-07 4:59 
QuestionHow to connect USB Port in VB/VB .NET Pin
kkb_200129-Oct-07 1:38
kkb_200129-Oct-07 1:38 
AnswerRe: How to connect USB Port in VB/VB .NET Pin
Dave Kreskowiak29-Oct-07 4:48
mveDave Kreskowiak29-Oct-07 4:48 
QuestionSaving image with customize size Pin
yogesh_kumar_agarwal29-Oct-07 1:04
yogesh_kumar_agarwal29-Oct-07 1:04 
AnswerRe: Saving image with customize size Pin
Abhijit Jana29-Oct-07 4:16
professionalAbhijit Jana29-Oct-07 4:16 
QuestionBug?? mdichildactivate Pin
Tom Deketelaere28-Oct-07 23:42
professionalTom Deketelaere28-Oct-07 23:42 
AnswerRe: Bug?? mdichildactivate Pin
Dave Kreskowiak29-Oct-07 4:46
mveDave Kreskowiak29-Oct-07 4:46 
GeneralRe: Bug?? mdichildactivate Pin
Tom Deketelaere29-Oct-07 5:16
professionalTom Deketelaere29-Oct-07 5:16 
I did that first but because the code always got run I tryed it with string as I posted.

I tryed you'r code and still get the same result.

The strange thing about it is even if you invert the condition the code also get's run. So nomatter what the outcome of my condition is the code inside the if gets run


If TypeOf Me.ActiveMdiChild Is frmAgenda Then        
' I'm assuming that this code is on the MdiParent form...        
Me.rdSearch.Enabled = False    
End If


and


If not TypeOf Me.ActiveMdiChild Is frmAgenda Then        
' I'm assuming that this code is on the MdiParent form...        
Me.rdSearch.Enabled = False    
End If


both result in me.rdsearch.enabled = false






If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

GeneralRe: Bug?? mdichildactivate Pin
Dave Kreskowiak29-Oct-07 7:09
mveDave Kreskowiak29-Oct-07 7:09 
GeneralRe: Bug?? mdichildactivate Pin
Tom Deketelaere29-Oct-07 7:30
professionalTom Deketelaere29-Oct-07 7:30 
GeneralRe: Bug?? mdichildactivate Pin
Dave Kreskowiak29-Oct-07 7:54
mveDave Kreskowiak29-Oct-07 7:54 
GeneralRe: Bug?? mdichildactivate Pin
Tom Deketelaere29-Oct-07 10:56
professionalTom Deketelaere29-Oct-07 10:56 
QuestionHow to find out the installed version of MS Power Point from registry? Pin
FishiFishi28-Oct-07 23:20
FishiFishi28-Oct-07 23:20 
AnswerRe: How to find out the installed version of MS Power Point from registry? Pin
AliAmjad29-Oct-07 4:48
AliAmjad29-Oct-07 4:48 
QuestionMCAD OR MCSD Pin
plural28-Oct-07 23:10
plural28-Oct-07 23:10 
AnswerRe: MCAD OR MCSD Pin
Christian Graus29-Oct-07 0:13
protectorChristian Graus29-Oct-07 0:13 
AnswerRe: MCAD OR MCSD Pin
Colin Angus Mackay29-Oct-07 0:48
Colin Angus Mackay29-Oct-07 0:48 
Questionxml to database conversion Pin
KarthikMano28-Oct-07 22:19
KarthikMano28-Oct-07 22:19 
AnswerRe: xml to database conversion Pin
Dave Kreskowiak29-Oct-07 5:04
mveDave Kreskowiak29-Oct-07 5:04 
GeneralRe: xml to database conversion Pin
KarthikMano31-Oct-07 19:16
KarthikMano31-Oct-07 19:16 
QuestionHow to pass a structure contains an array in any size ? Pin
Ky Nam28-Oct-07 21:46
Ky Nam28-Oct-07 21:46 
AnswerRe: How to pass a structure contains an array in any size ? Pin
Dave Kreskowiak29-Oct-07 5:00
mveDave Kreskowiak29-Oct-07 5:00 
GeneralRe: How to pass a structure contains an array in any size ? Pin
Ky Nam29-Oct-07 5:23
Ky Nam29-Oct-07 5:23 
GeneralRe: How to pass a structure contains an array in any size ? Pin
Dave Kreskowiak29-Oct-07 7:51
mveDave Kreskowiak29-Oct-07 7:51 
GeneralRe: How to pass a structure contains an array in any size ? Pin
Ky Nam29-Oct-07 19:04
Ky Nam29-Oct-07 19:04 

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.