Community
Civil 3D Customization
Welcome to Autodesk’s AutoCAD Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

loosing focus

3 REPLIES 3
Reply
Message 1 of 4
ebo134
305 Views, 3 Replies

loosing focus

Hi, every one

I designed a window with a pick button, when I hit the button for selecting an alignment ,iam loosing the focus on autocad civil 3d 2013,what should I do to fix that

 

 

 

thanks

Tags (1)
3 REPLIES 3
Message 2 of 4
Alfred.NESWADBA
in reply to: ebo134

Hi,

 

what type of development are you working with? LISP, VBA, VB.NET, ARX, ....?

That is important to be able to give you any tips.

 

For dotNET I usually use

<DllImport("user32.dll")> _
Private Shared Function SetFocus(ByVal hwnd As System.IntPtr) As System.IntPtr
End Function

'and the call to that function
Call SetFocus(Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Window.Handle)

 

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 3 of 4
ralstogj
in reply to: Alfred.NESWADBA

Alfred

 

Sort ouf along the same lines but in reverse

 

I am trying to create catchments using the sendcommand and sendkeys as catchment objects are not exposed in the API yet. However on launching the command the Create Catchment Object dialog grabs the focus away from my code. Do you know anyway to return the focus to your code. I was thinking another dll with a windows hook listening for the dialog to appear but maybe you know a better way.

Regards

Justin Ralston
http://c3dxtreme.blogspot.com/
Message 4 of 4
ebo134
in reply to: ralstogj

Thank you alfred, but it didnt work for me, can you have any other solution

 

 

 

thanks

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report