- This topic has 304 replies, 5 voices, and was last updated 1 year ago by
mauricem.
-
AuthorPosts
-
September 11, 2021 at 6:20 am #96759
ghostriderofthenite
MemberSeptember 11, 2021 at 5:11 pm #96796ghostriderofthenite
Membertried to add Explicit
Private Declare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByRef lParam As Any) As Long
Private Declare Function SendMessageByString Lib “user32” Alias “SendMessageW” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
Private Declare Function SendMessageStr Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As String) As Long
Private Const EM_GETLINECOUNT = &HBA
Private Const EM_LINELENGTH = &HC1
Private Const EM_GETLINE = &HC4
Private Declare Function FindWindow Lib “user32” Alias “FindWindowA” _
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function GetMenu Lib “user32” (ByVal hwnd As Long) As Long
Private Declare Function GetMenuItemID Lib “user32” (ByVal hMenu As Long, ByVal _
nPos As Long) As Longand rest of it got errors
September 12, 2021 at 9:22 am #96829ghostriderofthenite
Memberso looks like your trivia was stand alone project with its own modules hmmmmmmmmm wonder how to use with a complex prj like mine hahahahahah way over my head
September 12, 2021 at 9:34 am #96830ghostriderofthenite
Membermaybe the trivia needs be its own project and linked to main project i’m not sure
September 12, 2021 at 2:03 pm #96855ghostriderofthenite
Memberso in looking at it all code and modules there just need be changed somewhat to fit new project maybe
September 13, 2021 at 9:16 am #96909ghostriderofthenite
Memberso the trivia needs its own modules like you have done but since its part of a larger project with modlues and class modules how to add or use?
September 13, 2021 at 9:21 am #96910ghostriderofthenite
Memberawwwwwwwwwww stupid me the modules are the same
September 13, 2021 at 10:28 am #96915ghostriderofthenite
Member‘Program Variables
Dim SendRTB As RichTextBox user type not defindSeptember 13, 2021 at 5:17 pm #96935ghostriderofthenite
Memberhmmmmmmmmmmmmmm just wonder how make it work since module allready has all send and receive text in it
September 13, 2021 at 7:51 pm #96938Locohacker
Administrator‘Program Variables
Dim SendRTB As RichTextBox user type not defindI need to check the code, but it means that the RichTextBox has not been added to the program 🙂 did you add it yet?
September 13, 2021 at 9:25 pm #96940ghostriderofthenite
MemberI dont think so
September 13, 2021 at 9:31 pm #96941ghostriderofthenite
Memberdont seem allow me add richtextbox
September 14, 2021 at 9:34 am #96980ghostriderofthenite
MemberRich TextBox Control 6.0 (SP6) Failed to Register hmmmmmmmmmmm
September 14, 2021 at 9:41 am #96981ghostriderofthenite
Memberi manually installed RICHTX32.OCX sucsefully
September 14, 2021 at 10:39 am #96984ghostriderofthenite
MemberStill wont instal Rich TextBox hmmmmmm
-
AuthorPosts
Related
- You must be logged in to reply to this topic.