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:

Jimmy-Neutron
  • Powerhouse
Status: Offline
Joined: Sep 02, 201112Year Member
Posts: 404
Reputation Power: 18
Status: Offline
Joined: Sep 02, 201112Year 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:
Z61
  • V5 Launch
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
C#:
This.EnableGlass = false;
VB:
Me.EnableGlass = False
#3. Posted:
yoda302055
  • New Member
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?
#4. Posted:
Bind
  • TTG Senior
Status: Offline
Joined: Jun 12, 200914Year Member
Posts: 1,703
Reputation Power: 93
Status: Offline
Joined: Jun 12, 200914Year 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
#5. Posted:
yoda302055
  • New Member
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. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.