Click here to Skip to main content
16,005,149 members
Home / Discussions / C#
   

C#

 
Generalsimple question about accessing value Pin
montu33771-Apr-05 5:56
montu33771-Apr-05 5:56 
GeneralRe: simple question about accessing value Pin
yoaz1-Apr-05 10:16
yoaz1-Apr-05 10:16 
GeneralRe: simple question about accessing value Pin
Ashok Dhamija1-Apr-05 19:14
Ashok Dhamija1-Apr-05 19:14 
GeneralRe: simple question about accessing value Pin
Luis Alonso Ramos1-Apr-05 22:04
Luis Alonso Ramos1-Apr-05 22:04 
GeneralListView Pin
Gary Kirkham1-Apr-05 5:20
Gary Kirkham1-Apr-05 5:20 
GeneralRe: ListView Pin
Dave Kreskowiak1-Apr-05 5:22
mveDave Kreskowiak1-Apr-05 5:22 
GeneralRe: ListView Pin
Gary Kirkham1-Apr-05 5:27
Gary Kirkham1-Apr-05 5:27 
GeneralRe: ListView Pin
Dave Kreskowiak1-Apr-05 8:10
mveDave Kreskowiak1-Apr-05 8:10 
Hmmm...There's no way to get it directly. The ListView creates that edit box on-the-fly and it only exists for as long as your typing in it. About the only way to do this would be to use the GetWindow API functions to enumerate the windows of the application and look for a specific window class. I can see a couple of possibl problems though. First, the window class used by the edit box can be used by TextBox's also. I think you'll also have to find a way to get the parent window handle from the windows that you find and compare it to the handle of the ListView. I don't know if they'll actually match though, or if you can even get that parameter from the edit box window.

Hmmm...A very interesting research project...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalwrite only one bit to file Pin
Kiki991-Apr-05 4:23
Kiki991-Apr-05 4:23 
GeneralRe: write only one bit to file Pin
Dave Kreskowiak1-Apr-05 5:20
mveDave Kreskowiak1-Apr-05 5:20 
GeneralRe: write only one bit to file Pin
yoaz1-Apr-05 10:14
yoaz1-Apr-05 10:14 
GeneralMinimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis931-Apr-05 3:53
mdavis931-Apr-05 3:53 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz1-Apr-05 12:23
yoaz1-Apr-05 12:23 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis931-Apr-05 17:46
mdavis931-Apr-05 17:46 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz2-Apr-05 9:35
yoaz2-Apr-05 9:35 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis932-Apr-05 11:20
mdavis932-Apr-05 11:20 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz4-Apr-05 11:06
yoaz4-Apr-05 11:06 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis935-Apr-05 0:47
mdavis935-Apr-05 0:47 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz5-Apr-05 9:32
yoaz5-Apr-05 9:32 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis936-Apr-05 2:53
mdavis936-Apr-05 2:53 
Question"This file is being used by another process", can I know the name of process? Pin
abcxyz821-Apr-05 3:44
abcxyz821-Apr-05 3:44 
AnswerRe: "This file is being used by another process", can I know the name of process? Pin
Colin Angus Mackay1-Apr-05 3:58
Colin Angus Mackay1-Apr-05 3:58 
GeneralRe: "This file is being used by another process", can I know the name of process? Pin
abcxyz821-Apr-05 4:40
abcxyz821-Apr-05 4:40 
GeneralRe: "This file is being used by another process", can I know the name of process? Pin
Dave Kreskowiak1-Apr-05 5:14
mveDave Kreskowiak1-Apr-05 5:14 
GeneralWindows Forms Timer Pin
totig1-Apr-05 3:07
totig1-Apr-05 3:07 

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.