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

Visual Basic

 
Generalright click and refresh Pin
Ian3-Jul-01 22:55
Ian3-Jul-01 22:55 
Generalmail attach Pin
3-Jul-01 13:37
suss3-Jul-01 13:37 
GeneralCode Editor for VB Pin
James Stigler3-Jul-01 12:11
James Stigler3-Jul-01 12:11 
GeneralRe: Code Editor for VB Pin
CodeCrafty®17-Jul-01 22:13
CodeCrafty®17-Jul-01 22:13 
GeneralGet selected row from a DBGrid control Pin
Ameenudeen2-Jul-01 14:51
Ameenudeen2-Jul-01 14:51 
GeneralPages in tif Image Pin
28-Jun-01 0:28
suss28-Jun-01 0:28 
Generalpivot table Pin
tamar yona27-Jun-01 20:07
tamar yona27-Jun-01 20:07 
GeneralEvents with an MTS COM object. Pin
Jamie Nordmeyer27-Jun-01 6:01
Jamie Nordmeyer27-Jun-01 6:01 
I have an MTS COM component that is used for updating a SQLServer database. The component sits on the SQLServer computer, whereas the client of the component sits on various user machines (the typical 3 tier setup). I have written 3 events in the component. In the client app, all works fine until I add 'WithEvents' to the variable declaration for the object. When I run the client application, I get a 'Permission Denied' error. What's up? The SQLServer PC is running Windows 2000 Advanced Server, and the client app and COM component were compiled with VB6, SR4.

Dim U As tldll.Update 'This works fine, but...

Dim WithEvents U As tldll.Update 'fails with the Permission Denied error

Thanks in advance for any ideas.

Jamie Nordmeyer
Portland, Oregon, USA
GeneralRe: Events with an MTS COM object. Pin
Klaus Probst7-Aug-01 15:49
Klaus Probst7-Aug-01 15:49 
QuestionHow can i use the UDP in the Web ?? Pin
khamis22-Jun-01 7:49
khamis22-Jun-01 7:49 
AnswerRe: How can i use the UDP in the Web ?? Pin
Klaus Probst7-Aug-01 15:51
Klaus Probst7-Aug-01 15:51 
GeneralShowing modeless form in VB DLLs called from MFC Pin
22-Jun-01 1:18
suss22-Jun-01 1:18 
GeneralFormatting duplicates in excel Pin
Ian21-Jun-01 23:16
Ian21-Jun-01 23:16 
GeneralString Pin
20-Jun-01 4:46
suss20-Jun-01 4:46 
GeneralRe: String Pin
20-Jun-01 16:00
suss20-Jun-01 16:00 
GeneralRe: String Pin
Michael P Butler20-Jun-01 22:35
Michael P Butler20-Jun-01 22:35 
GeneralRe: String Pin
19-Jul-01 10:07
suss19-Jul-01 10:07 
Generalcomunication Pin
19-Jun-01 6:28
suss19-Jun-01 6:28 
GeneralPlus! Settings, large icons, et al. Pin
18-Jun-01 10:34
suss18-Jun-01 10:34 
GeneralMDI and Bitmap Pin
mr200318-Jun-01 8:17
mr200318-Jun-01 8:17 
GeneralRe: MDI and Bitmap Pin
20-Jun-01 17:04
suss20-Jun-01 17:04 
GeneralMultiple lines in input boxes Pin
Ian17-Jun-01 22:36
Ian17-Jun-01 22:36 
GeneralRe: Multiple lines in input boxes Pin
Erik Thompson18-Jun-01 7:52
sitebuilderErik Thompson18-Jun-01 7:52 
GeneralRe: Multiple lines in input boxes Pin
Ian18-Jun-01 21:02
Ian18-Jun-01 21:02 
GeneralRe: Multiple lines in input boxes Pin
Klaus Probst7-Aug-01 15:54
Klaus Probst7-Aug-01 15:54 

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.