j'ai une petite question a poser qui ne concerne pas VB mais un ancien basic ' liberty basic ' pour être exact. j'ai fais un programme qui fonctionne bien dans lequel l'affichage ce fait dans une fenétre avec des appels API et je voudrais créer une fonction recherche mais je ne sais pas comment afficher le texte dans la fenetre a partir du mot trouvé. si quelqu'un peut m'aider ça serait sympa.. merci
voila la fonction d'affichage. appel >> call SetWindowText hT, txt$
sub SetWindowText hWnd, txt$ open "user32" for dll as #u calldll #u, "SetWindowTextA", hWnd as long,_ txt$ as ptr, result as void close #u end sub
Marsh Posté le 20-08-2006 à 17:56:24
bonjour.
j'ai une petite question a poser qui ne concerne pas VB mais un ancien basic ' liberty basic ' pour être exact.
j'ai fais un programme qui fonctionne bien dans lequel l'affichage ce fait dans une fenétre avec des appels API
et je voudrais créer une fonction recherche mais je ne sais pas comment afficher le texte dans la fenetre a partir du
mot trouvé.
si quelqu'un peut m'aider ça serait sympa.. merci
voila la fonction d'affichage. appel >> call SetWindowText hT, txt$
sub SetWindowText hWnd, txt$
open "user32" for dll as #u
calldll #u, "SetWindowTextA", hWnd as long,_
txt$ as ptr, result as void
close #u
end sub