You are viewing our Forum Archives. To view or take place in current topics click here.
DotNetBar not working in Visual Studio 2012? [Help]
Posted:
DotNetBar not working in Visual Studio 2012? [Help]Posted:
Status: Offline
Joined: Sep 02, 201113Year Member
Posts: 404
Reputation Power: 18
Status: Offline
Joined: Sep 02, 201113Year Member
Posts: 404
Reputation Power: 18
When I use it, it loads onto the form properly but when I debug it, it isn't there it is just default windows form. Could anyone help with this please? Thanks skype is preferable so if you could help just pm me your skype please.
#2. Posted:
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
C#:
This.EnableGlass = false;
VB:
Me.EnableGlass = False
This.EnableGlass = false;
VB:
Me.EnableGlass = False
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 08, 201013Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: Dec 08, 201013Year Member
Posts: 15
Reputation Power: 0
Z61 wrote C#:
This.EnableGlass = false;
VB:
Me.EnableGlass = False
I had the same problem. it still doesn't look how it should. any other Ideas?
Thanks?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 12, 200915Year Member
Posts: 1,703
Reputation Power: 93
Form1.EnableGlass = False
if its a message box...
MessageBoxEx.EnableGlass = False
i think these are right
make sure if you use message boxes you evComponents.DotNetBar
welcome
if its a message box...
MessageBoxEx.EnableGlass = False
i think these are right
make sure if you use message boxes you evComponents.DotNetBar
welcome
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Dec 08, 201013Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: Dec 08, 201013Year Member
Posts: 15
Reputation Power: 0
Exitables wrote Form1.EnableGlass = False
if its a message box...
MessageBoxEx.EnableGlass = False
i think these are right
make sure if you use message boxes you evComponents.DotNetBar
welcome
Tried the glass thing... heres what happens [ Register or Signin to view external links. ]
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.