Re: vb run time error

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Thu, 11 May 2006 05:36:42 GMT, "carmen413" <u21749@uwe> wrote:

Hi, i'm new for this community. I have a problem regarding VB6.0

I have desined a program using MS VB6.0 and it can run or execute without any
problem. but when i make the project to .exe file and the .exe file to the
client. client encounter a problem which the error is: "Run time error:'380'
Invalid property value. "

I have searched for solution by setting the Visible property of the Mask Edit
control to True at design-time and then change it to False at run-time,
perhaps during the Load event of the form. but this solution is only applied
to Ms VB 4.0 and 5.0.

i have tried but could not find Custom Controls on the Tools Menu.

It sounds as if your client has a different version of the MaskEdit on
their machine.

If it is a Focus problem, then using the API SetFocus (normally
aliased to PutFocus) might solve the problem.

Private Declare Function Putfocus _
Lib "user32" _
Alias "SetFocus" _
(ByVal hwnd As Long) As Long

Call PutFocus( MaskEdit1.hWnd )



.



Relevant Pages

  • Dashn or DashBaduk: does it still function
    ... At one time I could look at the DashBaduk client. ... I've just tried again after having downloaded the .exe file ... I suppose it must be as the English web page is still there; ...
    (rec.games.go)
  • Remoting Windows Forms and Events
    ... I would like 1 exe file to send a message to the ... other and an event be fired on the recieving client. ... via the tcp remoting. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: EXE at server
    ... it's unlikely to be a Linux binary if it's an EXE file. ... and now Win32 executable file format. ... If the program has been properly written as an X client, ... possible to write an X server that will serve display functionality over ...
    (comp.programming)
  • 404.2 error clicking a link to download a file
    ... click a link to a .exe file to download and install a ... client application. ... How do I correct this to allow the clients to download and ... install the app.? ...
    (microsoft.public.inetserver.iis.security)