Hi, thank you very much, it works :D, my first listview :D Now i can extend my App an learn more :D Best regards Arrin.
Arrin
Posts
-
SDI Project Question -
SDI Project QuestionHi community, i use this example from codeproject: Creating your first Windows application[^] to learn more about SDI Programing, and later about MDI. Now i try to add a CListCtrl to show some Data in the list, but where to initialize a CListCtrl as a member? In my class derived from CView, or something else? In Dialogbased Application i know how to do this, but not here :( Or is here a example to learn more about SDI and MDI programing? Best regards,thanks for any help Arrin
-
Using ON_UPDATE_COMMAND_UI Macro??Hello, I need to use this macro to make my menus, but this don't work right! All samples that I have are used with CMainFrame class. I need this to use wit CDialog based application! My question is, works this macro with(in) CDialog??? Thanks for any help! Arrin
-
Multiple selection in CListCtrl??Hello, sorry for late answer, thanks for help! Your idea works! Regards Arrin
-
Multiple selection in CListCtrl??Hello, i need to copy multiple selection to clipboard from my CListCtrl. Now is that ctrl+c copy only the first selected item from my CListCtrl, but not the rest! How to catch ctrl+c key's??? thanks for any help! Arrin!
-
WM_KICKIDLE Message and Cursor?Hello, i need some suggestions with this problem, after start my application does nothing until the user give some input to dialog. but the cursor is always as "wait-cursor" showed!? On Spy++ the only messages that are active are this wm_kickidle messages. Now, this is only if my application runs on 64bit system (ms windows), not on 32bit??? Does any one have idea about how to solve this? regards arrin
-
How to determine the control under cursorHi, thanks, it works with wm_mousewheel regards arrin
-
How to determine the control under cursorHello, thanks for suggestions, it works with WM_MOUSEWHEEL message! Best regards Arrin
-
How to determine the control under cursorHello, thanks for answer,i try to do this, but there is an little problem :) when i use WM_MOUSEWHEEL windows catch this event only i my mouse is not over a CListCtrl! :( But i need to use when is OVER an CListCtrl, to set set focus to this list control! regards Arrin
-
How to determine the control under cursorHello community, i need to determine the control under the cursor, to call "vertical scroll" event for it! I have two CListCtrl-controls in my dialog, so if the mouse is over one of them, it should be possible to scroll in this control without clicking inside of control! Just like in MS Outlook, if mouse is over "preview" area, you can use mouse wheel without clicking in this control to scroll! Thanks for any help! Arrin
-
Rename a folder?Hi, when i try to use ShFileOperation i receive a error like "Folder is open by another application"??? My only problem that this dont work on LAN, over LAN! In a local drive its all ok! :( Arrin
-
Rename a folder?Hi, thanks for answer, is that ah way to resolve a network drive to this LAN name? My Letter is this one P on network, "P:\project\projectname.pf" how to resolve this name to "\\server\project\"??? Is there any solution for this?? I select this folder over an File Dialog, and they give me this path back, but how to convert him to this LAN name! Thanks for any help! Arrin
-
Rename a folder?Hi, i forgot to say that this is a directory in a LAN? In this case, do i have to do the same, to use same function SHFileOperation for network operations??? When i tray to do this, i receive an error like this "Invalid File path"?? Thanks Arrin
-
Rename a folder?Hi, thanx for answer! Arrin!
-
Rename a folder?Hi, thanx for answer! Arrin!
-
Rename a folder?Hello, is there any other function to rename folder as _wrename(old_name, new_name); Thanks for any help Arrin!
-
CComboBox lost focus!Hello, thanks for answer, no changes :( i call this funcion like this: mycombo.SetExtendetUI(TRUE); regards Arrin
-
CComboBox lost focus!Hi, i have a CComboBox in my CDialog but after dialog is shown, CComboBox hide the cursor, caret! Combo dont lose the focus, just hide the caret!:( What to do to avoid this, is there any way for this, or is there any way to show caret in combobox again?? Thanks for any help Arrin
-
Visual Studio 2008 control events are not displayedHello, i have this problem and i cant find what is wrong in my visual studio, can anyone help me with that? How to show all control events in resource viewer, when i show properties of a control? I have MSVS2008 with SP1 and .Net Framework wit SP3 Thanks for any help! arrin
-
CComboBox the max text length ??Sorry i solve this, :(, its simple setting on the properties CBS_AUTOHSCROLL :( Arrin