|
GetCursorPos question I want to call the MouseDown event in a usercontrol when the DblClick event occurs. I don't want to use subclassing this time, I would need a quick solution. However, I cannot call MouseDown directly, because I don't know the position where the DblClick occured. I thought of using GetCursorPos and then somehow c... 30 Jul 2008 21:00
Access clipboard across network With two networked machines directly in front of me I often find myself wanting to copy/paste between them (with respective keyboard/mouse). Even just to get text would be nice. Is something like that doable with the help of a little VB6 utility. It'd be handy ! Regards, Peter T ... 31 Jul 2008 05:11
An important question about saving chat and Q&A sessions? Dear sir, I want to save the what each attendee has written in chat window during the meeting. LM does not allow to save this data. So, I need to access the chat object and get the writings of each user. How can I write a windows application that will know when the chat window of live meeting is active? Whe... 30 Jul 2008 17:55
Renaming File I have just saved some photos on a disc and would like to open the file to rename all the photos... I go to the photo...Click rename, type in name and then it asks me to confirm file rename ( Are you sure you want to rename the read only file? ). I click YES and then it says Cannot rename. Files on this disc i... 30 Jul 2008 04:05
Winsock Client Server Application Problem hello, im new here. i have searched this forum while im searching for a solution in my big problem. actually im writing a program called Library System that can have many clients can connect to the server. i write a multi-connection application using winsock 6.0 that is in array. my big problem is when th... 9 Aug 2008 09:30
Winsock Client Server Application Problem hello, im new here. i have searched this forum while im searching for a solution in my big problem. actually im writing a program called Library System that can have many clients can connect to the server. i write a multi-connection application using winsock 6.0 that is in array. my big problem is when the se... 29 Jul 2008 12:39
Setting Program Variable With Compile Time I put the date (sometimes just year, sometimes more) into my programs, to appear in the About box and elsewhere. Oftentimes I forget to change the date. Can I get the date at COMPILE time and set it into the code as a variable to be called up by the program? I Googled it, and the only thing I found basically sa... 1 Aug 2008 14:03
Visual Basic Target Files I am trying to open an existing VB project that was sent to me from another site. I am using Visual Studio 5. When I try to open the project I get the message C:\Microsoft. visualbasic.targets not found. What does this mean and what can I do about it. ... 29 Jul 2008 15:46
Controls not on Tool Box A current practice exercise I'm doing (in Summers, G Programming with Visual Basic 2nd Edn) specifies controls entitled "tabbed dialog" "MS FlexGrid" & "UpDown Control" These don't appear on the default toolbox. Is there some other place in the IDE to obtain them? Fran ... 30 Jul 2008 17:55
Passing Controls VB6 I have a picturebox pic(0) on a form I want to pass this control to a sub so that I can create an array of pic() using Load. How do I pass it as a picturebox? So far I can only pass it as an Object but would like to get full use of the picturebox properties etc to appear in the sub. Private Sub MenuCrea... 29 Jul 2008 17:50 |