En train de créer un logiciel

Fermé
kelkin - Modifié par ^^Marie^^ le 4/03/2011 à 13:09
 Hip - 4 mars 2011 à 13:09
je ne suis informaticien, je me suis débrouillé tout seul depuis toujours

aujourd'hui je suis en train de créer un logiciel très particulier et n'oubliez pas plus vite vous m'aidez à le réaliser plus vite vous en profiterez.

en fait j'ai crée une sorte de banque de données, tout fonctionne et chui super content comme un gosse dans un magasin de jouets.

le blème est que je n'arrive pas à faire fonctionner les zones textes enfin vous m'avez compris quoi, des textes qui correspondent à chaque forme géométrique qui ressemble à des images.

en plus clair (lol) par exemple lorsque je tape un titre dans recherche par mot clé, je dois automatiquement obtenir une image avec son nom mais je dois aussi obtenir une minim page texte qui explique cette forme géométrique, vous me comprennez ou pas? dans cette page il y a un super bla bla hyper long que je voudrais pouvoir faire défiler ce texte de haut en bas et l'inverse avec des jolie fleches.

aller quoi vous allez pas me laisser tomber hein les gars.

bon j'attends de vos nouvelles, si j'en ai pas avant midi je change de crémerie merci d'avance.
A voir également:

1 réponse

Bonjour et Merci :


On ne sais pas (sauf erreur) avec quel langage ou SE tu travailles :


Api Windows : Le contrôle scroll bar ou ascenceur. (nom trompeur) :
https://chgi.developpez.com/windows/scrollbar/


Flat Scroll Bar (Windows) :
https://docs.microsoft.com/en-us/windows/win32/controls/flat-scroll-bars-reference?redirectedfrom=MSDN

"Microsoft Internet Explorer 4.0 introduced a new visual technology called flat scroll bars. Functionally, flat scroll bars behave just like standard scroll bars. The difference is that you can customize their appearance to a greater extent than standard scroll bars."

(!! L'index à gauche n'est pas affiché si on remplace en-us par fr-fr dans le lien)

Flat Scroll Bar Functions (Windows) :
https://docs.microsoft.com/en-us/windows/win32/controls/bumper-flat-scroll-bars-reference-functions?redirectedfrom=MSDN

(!! L'index à gauche n'est pas affiché si on remplace en-us par fr-fr dans le lien)


Scroll Bar (Windows) :
https://docs.microsoft.com/en-us/windows/win32/controls/scroll-bars?redirectedfrom=MSDN

"This section contains information about the programming elements used with scroll bars. A window can display a data object, such as a document or a bitmap, that is larger than the window's client area. When provided with a scroll bar, the user can scroll a data object in the client area to bring into view the portions of the object that extend beyond the borders of the window."

"About Scroll Bars = A scroll bar consists of a shaded shaft with an arrow button at each end and a scroll box (sometimes called a thumb) between the arrow buttons."

"Using Scroll Bars = When creating an overlapped, pop-up, or child window, you can add standard scroll bars by using the CreateWindowEx function and specifying WS_HSCROLL, WS_VSCROLL, or both styles."

(!! L'index à gauche n'est pas affiché si on remplace en-us par fr-fr dans le lien)

Scroll Bar Reference (Windows) :
https://docs.microsoft.com/en-us/windows/win32/controls/bumper-scroll-bar-scroll-bars-reference?redirectedfrom=MSDN

In This Section

* Scroll Bar Functions
* Scroll Bar Macros
* Scroll Bar Messages
* Scroll Bar Notifications
* Scroll Bar Structures
* Scroll Bar Constants

(!! L'index à gauche n'est pas affiché si on remplace en-us par fr-fr dans le lien)

Scroll Bar Functions (Windows) :
https://docs.microsoft.com/en-us/windows/win32/controls/bumper-scroll-bars-reference-functions?redirectedfrom=MSDN

(!! L'index à gauche n'est pas affiché si on remplace en-us par fr-fr dans le lien)


Comment faire pour faire défiler la zone de texte de Visual Basic par programme et spécifiez les lignes :
https://support.microsoft.com/en-us/help/147887

Un seul long et grand texte que tu peux faire défiler au bon endroit ...


Windows API scrollbar dialog box - Recherche Google :
https://www.google.fr/search?hl=fr&q=Windows+API+scrollbar+dialog+box&gws_rd=ssl

Win32 Tutorials - Scroll Bars :
http://www.functionx.com/win32/controls/scrollbars.htm


Si cela peut t'aider :)
0