Click here to Skip to main content
15,898,939 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .Net API GetMembers(BindingFlags) returns some additional members. Pin
Mark Churchill3-Nov-08 14:09
Mark Churchill3-Nov-08 14:09 
QuestionHow do I suppress the SelectAll when tabbing into a ComboBox? Pin
Poolee2-Nov-08 18:51
Poolee2-Nov-08 18:51 
AnswerRe: How do I suppress the SelectAll when tabbing into a ComboBox? Pin
Wendelius3-Nov-08 9:09
mentorWendelius3-Nov-08 9:09 
GeneralRe: How do I suppress the SelectAll when tabbing into a ComboBox? Pin
Poolee3-Nov-08 13:06
Poolee3-Nov-08 13:06 
GeneralRe: How do I suppress the SelectAll when tabbing into a ComboBox? Pin
Wendelius3-Nov-08 17:53
mentorWendelius3-Nov-08 17:53 
QuestionHow to transfer file via bluetooth from desktop PC to Windows Mobile Device Pin
yudhisthira31-Oct-08 19:17
yudhisthira31-Oct-08 19:17 
AnswerRe: How to transfer file via bluetooth from desktop PC to Windows Mobile Device Pin
Giorgi Dalakishvili2-Nov-08 4:32
mentorGiorgi Dalakishvili2-Nov-08 4:32 
QuestionHow to show the windows File Association form? Pin
ninkk31-Oct-08 8:21
ninkk31-Oct-08 8:21 
Hi,
i want to show the windows File Association form when user presses a button. I use the following code:

Imports System.Runtime.InteropServices
Public Declare Auto Function OpenWithDialog Lib "shell32.dll" Alias "OpenAs_RunDLL" (ByVal hwnd As IntPtr, ByVal hinst As IntPtr, ByVal lpFile As String, ByVal nShowCmd As Int32) As Int32

Private Sub button_ItemClick(...)
OpenWithDialog(Me.Handle, Marshal.GetHINSTANCE(Me.GetType().Module), "", CInt(AppWinStyle.NormalFocus))
End Sub

Well, it opens a similar form, the "Open With..." form, but i am not looking for the Open With... form. I imagine that i have to make 1-2 changes and after that then it will really open the File Association form(Set Association - Associate a file type or protocol with a specific program).

Any idea what i need to change on this so it work?
Thanks in advance
AnswerRe: How to show the windows File Association form? Pin
ninkk2-Nov-08 7:17
ninkk2-Nov-08 7:17 
QuestionChange class inheritance at runtime Pin
jpsstavares31-Oct-08 1:18
jpsstavares31-Oct-08 1:18 
AnswerRe: Change class inheritance at runtime Pin
Pete O'Hanlon31-Oct-08 1:54
mvePete O'Hanlon31-Oct-08 1:54 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares31-Oct-08 2:00
jpsstavares31-Oct-08 2:00 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon31-Oct-08 2:46
mvePete O'Hanlon31-Oct-08 2:46 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares31-Oct-08 7:27
jpsstavares31-Oct-08 7:27 
GeneralRe: Change class inheritance at runtime Pin
led mike31-Oct-08 7:33
led mike31-Oct-08 7:33 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares31-Oct-08 7:38
jpsstavares31-Oct-08 7:38 
GeneralRe: Change class inheritance at runtime Pin
led mike31-Oct-08 9:32
led mike31-Oct-08 9:32 
GeneralRe: Change class inheritance at runtime Pin
Luc Pattyn31-Oct-08 9:53
sitebuilderLuc Pattyn31-Oct-08 9:53 
GeneralRe: Change class inheritance at runtime Pin
dybs1-Nov-08 16:35
dybs1-Nov-08 16:35 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon3-Nov-08 8:37
mvePete O'Hanlon3-Nov-08 8:37 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares3-Nov-08 22:46
jpsstavares3-Nov-08 22:46 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon4-Nov-08 0:07
mvePete O'Hanlon4-Nov-08 0:07 
QuestionError in running the application in AMD Preocessor Pin
M. J. Jaya Chitra30-Oct-08 18:34
M. J. Jaya Chitra30-Oct-08 18:34 
GeneralRe: Error in running the application in AMD Preocessor Pin
Luc Pattyn30-Oct-08 19:09
sitebuilderLuc Pattyn30-Oct-08 19:09 
AnswerRe: Error in running the application in AMD Preocessor Pin
kinar31-Oct-08 9:07
kinar31-Oct-08 9: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.