Click here to Skip to main content
15,905,781 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:18
kowplunk4-Aug-04 11:18 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:54
kowplunk4-Aug-04 11:54 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 14:26
Jim Matthews4-Aug-04 14:26 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk9-Aug-04 6:10
kowplunk9-Aug-04 6:10 
QuestionHow to implement right click event on MenuItem of Mainmenu in vb.net? Pin
viettho3-Aug-04 13:43
viettho3-Aug-04 13:43 
AnswerRe: How to implement right click event on MenuItem of Mainmenu in vb.net? Pin
Dave Kreskowiak4-Aug-04 4:37
mveDave Kreskowiak4-Aug-04 4:37 
GeneralMMControl Help Pin
Red Sunday3-Aug-04 12:36
Red Sunday3-Aug-04 12:36 
GeneralRe: MMControl Help Pin
Dave Kreskowiak4-Aug-04 3:33
mveDave Kreskowiak4-Aug-04 3:33 
You must copy over and register the MMCONTROL.OCX and, if you have it, the MCI32.OCX file on the target machine. You can't just copy it over and expect it to work. If it is already in the System32 directory on the target machine, unregister and register the control.
C:\WINDOWS\SYSTEM32>regsvr32 /u mmcontrol.ocx
C:\WINDOWS\SYSTEM32>regsvr32 mmcontrol.ocx

Do the same for MCI32.OCX.
If it still does not work, you'll need a fix the license information in the registry.

See this[^] article on MSDN for more information.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: MMControl Help Pin
Red Sunday4-Aug-04 7:54
Red Sunday4-Aug-04 7:54 
GeneralRe: MMControl Help Pin
Dave Kreskowiak4-Aug-04 10:48
mveDave Kreskowiak4-Aug-04 10:48 
Generaloverwrite a mdb file Pin
kornstyle3-Aug-04 12:26
kornstyle3-Aug-04 12:26 
GeneralRe: overwrite a mdb file Pin
Dave Kreskowiak4-Aug-04 3:08
mveDave Kreskowiak4-Aug-04 3:08 
GeneralRe: overwrite a mdb file Pin
kornstyle4-Aug-04 3:54
kornstyle4-Aug-04 3:54 
GeneralPopulating dropdown in client side. Pin
mittalpa3-Aug-04 11:07
mittalpa3-Aug-04 11:07 
GeneralRe: Populating dropdown in client side. Pin
Dave Kreskowiak4-Aug-04 3:00
mveDave Kreskowiak4-Aug-04 3:00 
Generalscreen shot and Remoting Pin
tommy_tanaka3-Aug-04 8:17
tommy_tanaka3-Aug-04 8:17 
GeneralHighlight a cell in DataGrid Pin
Richard Jones3-Aug-04 8:00
Richard Jones3-Aug-04 8:00 
Generalcommunication port Pin
x_no3-Aug-04 0:07
x_no3-Aug-04 0:07 
GeneralRe: communication port Pin
Dave Kreskowiak3-Aug-04 5:17
mveDave Kreskowiak3-Aug-04 5:17 
Generaladding a new node to XML config file Pin
Vineet Rajan2-Aug-04 20:57
Vineet Rajan2-Aug-04 20:57 
GeneralPlz Help me to fix overflow error Pin
Murtuza Husain Miyan Patel2-Aug-04 20:08
professionalMurtuza Husain Miyan Patel2-Aug-04 20:08 
GeneralRe: Plz Help me to fix overflow error Pin
Dave Kreskowiak3-Aug-04 5:21
mveDave Kreskowiak3-Aug-04 5:21 
GeneralRe: Plz Help me to fix overflow error Pin
Murtuza Husain Miyan Patel3-Aug-04 20:44
professionalMurtuza Husain Miyan Patel3-Aug-04 20:44 
GeneralRe: Plz Help me to fix overflow error Pin
Dave Kreskowiak4-Aug-04 2:57
mveDave Kreskowiak4-Aug-04 2:57 
GeneralRe: Plz Help me to fix overflow error Pin
Murtuza Husain Miyan Patel16-Aug-04 20:05
professionalMurtuza Husain Miyan Patel16-Aug-04 20:05 

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.