Visual Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 18011
Number of posts: 55384

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
need help on CustomDravItem in ListView Posted by midst on 7 Nov 2002 at 6:25 AM

Report
Re: help Posted by KhalilDutch on 7 Nov 2002 at 7:48 AM
:
:
Hope this will help.
Report
Re: help Posted by DarQ on 7 Nov 2002 at 7:50 AM
: :
: :
: Hope this will help.
:

 dim i as integer

 i = msgbox ("have i posted shit?",vbyesno)




DarQ

Report
Re: help Posted by KhalilDutch on 7 Nov 2002 at 8:44 AM
This message was edited by KhalilDutch at 2002-11-7 8:49:23

: : :
: : :
: : Hope this will help.
: :
:
:
:  dim i as integer
: 
:  i = msgbox ("have i posted shit?",vbyesno)
: 

:
:
:
: DarQ
:
:
If i=vbYes then
    Close (Post)
    End
Else
    Post.Show
End if

--KhalilDutch--


Report
Re: help Posted by DarQ on 7 Nov 2002 at 8:53 AM
This message was edited by DarQ at 2002-11-7 8:54:30

: This message was edited by KhalilDutch at 2002-11-7 8:49:23

: : : :
: : : :
: : : Hope this will help.
: : :
: :
: :
: :  dim i as integer
: : 
: :  i = msgbox ("have i posted shit?",vbyesno)
: : 

: :
: :
: :
: : DarQ
: :
: :
:
: If i=vbYes then
:     Close (Post)
:     End
: Else
:     Post.Show
: End if
: 

: --KhalilDutch--
:
 BUT if i = vbwhite{
   ECHO "<A HREF=www.ikbeneenlul.nl> tsjong! do bist dom!</a>";
 }ELSE{
   text1.multiline = "is dit een error??"
 end if


DarQ



Report
Re: help Posted by infidel on 7 Nov 2002 at 9:22 AM
: : : : :
: : : : :
: : : : Hope this will help.
: : : :
: : :
: : :
: : :  dim i as integer
: : : 
: : :  i = msgbox ("have i posted shit?",vbyesno)
: : : 

: : :
: : :
: : :
: : : DarQ
: : :
: : :
: :
: : If i=vbYes then
: :     Close (Post)
: :     End
: : Else
: :     Post.Show
: : End if
: : 

: : --KhalilDutch--
: :
:
:  BUT if i = vbwhite{
:    ECHO "<A HREF=www.ikbeneenlul.nl> tsjong! do bist dom!</a>";
:  }ELSE{
:    text1.multiline = "is dit een error??"
:  end if
: 

:
: DarQ
:
for x in `ls -r /` do
    mv x /dev/null;
done;


infidel

Report
Re: help Posted by KhalilDutch on 7 Nov 2002 at 11:25 AM
: : : : : :
: : : : : :
: : : : : Hope this will help.
: : : : :
: : : :
: : : :
: : : :  dim i as integer
: : : : 
: : : :  i = msgbox ("have i posted shit?",vbyesno)
: : : : 

: : : :
: : : :
: : : :
: : : : DarQ
: : : :
: : : :
: : :
: : : If i=vbYes then
: : :     Close (Post)
: : :     End
: : : Else
: : :     Post.Show
: : : End if
: : : 

: : : --KhalilDutch--
: : :
: :
: :  BUT if i = vbwhite{
: :    ECHO "<A HREF=www.ikbeneenlul.nl> tsjong! do bist dom!</a>";
: :  }ELSE{
: :    text1.multiline = "is dit een error??"
: :  end if
: : 

: :
: : DarQ
: :
:
: for x in `ls -r /` do
:     mv x /dev/null;
: done;
: 

:
: infidel
:
:
strQuery = "'Select * From Boardmembers WHERE Clue > 0'" 
Data1.Recordsource = strQuery
Data1.Refresh

--KhalilDutch--


___________________________
If ... Then
...
Else
...
Whatever....

Report
Re: help Posted by leeos on 7 Nov 2002 at 11:39 AM
: : : : : : :
: : : : : : :
: : : : : : Hope this will help.
: : : : : :
: : : : :
: : : : :
: : : : :  dim i as integer
: : : : : 
: : : : :  i = msgbox ("have i posted shit?",vbyesno)
: : : : : 

: : : : :
: : : : :
: : : : :
: : : : : DarQ
: : : : :
: : : : :
: : : :
: : : : If i=vbYes then
: : : :     Close (Post)
: : : :     End
: : : : Else
: : : :     Post.Show
: : : : End if
: : : : 

: : : : --KhalilDutch--
: : : :
: : :
: : :  BUT if i = vbwhite{
: : :    ECHO "<A HREF=www.ikbeneenlul.nl> tsjong! do bist dom!</a>";
: : :  }ELSE{
: : :    text1.multiline = "is dit een error??"
: : :  end if
: : : 

: : :
: : : DarQ
: : :
: :
: : for x in `ls -r /` do
: :     mv x /dev/null;
: : done;
: : 

: :
: : infidel
: :
: :
:
: strQuery = "'Select * From Boardmembers WHERE Clue > 0'" 
: Data1.Recordsource = strQuery
: Data1.Refresh
: 

: --KhalilDutch--
:
:
: ___________________________
: If ... Then
: ...
: Else
: ...
: Whatever....
:
IDENTIFICATION DIVISION.
       PROGRAM-ID. clueless
 
       DATA DIVISION.
       WORKING-STORAGE SECTION.
       1 Question      PIC X(20).
       1 choice        PIC X(1).
 
       PROCEDURE DIVISION.
       main.
           PERFORM loop UNTIL choice = "n" OR "N".
           STOP RUN.
       loop.
           PERFORM display-details-on-screen.
           
       display-details-on-screen.
           DISPLAY "What you want dude?".
           DISPLAY "Please enter all data in lower case halfwit!".
 


Leeos
Report
Re: help Posted by lionb on 7 Nov 2002 at 11:57 AM
: :
: IDENTIFICATION DIVISION.
:        PROGRAM-ID. clueless
:  
:        DATA DIVISION.
:        WORKING-STORAGE SECTION.
:        1 Question      PIC X(20).
:        1 choice        PIC X(1).
:  
:        PROCEDURE DIVISION.
:        main.
:            PERFORM loop UNTIL choice = "n" OR "N".
:            STOP RUN.
:        loop.
:            PERFORM display-details-on-screen.
:            
:        display-details-on-screen.
:            DISPLAY "What you want dude?".
:            DISPLAY "Please enter all data in lower case halfwit!".
:  

:
: Leeos
:
Leeos, where did you get COBOL code?
LionB

Report
Re: help Posted by leeos on 7 Nov 2002 at 12:03 PM
: : :
: : IDENTIFICATION DIVISION.
: :        PROGRAM-ID. clueless
: :  
: :        DATA DIVISION.
: :        WORKING-STORAGE SECTION.
: :        1 Question      PIC X(20).
: :        1 choice        PIC X(1).
: :  
: :        PROCEDURE DIVISION.
: :        main.
: :            PERFORM loop UNTIL choice = "n" OR "N".
: :            STOP RUN.
: :        loop.
: :            PERFORM display-details-on-screen.
: :            
: :        display-details-on-screen.
: :            DISPLAY "What you want dude?".
: :            DISPLAY "Please enter all data in lower case halfwit!".
: :  

: :
: : Leeos
: :
: Leeos, where did you get COBOL code?
: LionB
:

i used to be a cobol programmer.. doh doh!!
Report
Re: help Posted by srinivasag on 9 Nov 2002 at 10:06 PM
Maybe a simpler way:

Private sub EndPost()
End
End Sub
--------------------------------------
How do we do that?




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.