, I am installing it in a network, the DB is in an unique compater that wil be the DB server, and i can connect from the others computers througth my aplication but when I have to see some datas, An error message appear: “Run-time-error 339: Component MSFLXFRD.OCX or one of its dependencies not correctly registered: a file is missing or invalid” Its message appear only in the remote clients, not in the server. tihs file is located in the carper System32, and I believe it is for a sharing or permition issue. I am using OBDC wih windows autentification, throw the guest user.
if any one can help me…
Posts Tagged ‘Basic’
I Made An Aplication Using Visual Basic V6?
Thursday, September 17th, 2009I Need Help In Visual Basic 6?
Sunday, September 13th, 2009Is there an ActiveX OCX Contorl that freezes the windows in the desktop. And also disable/enable the start button. Where can I download that OCX?
Visual Basic Programming Help?
Friday, September 11th, 2009I am using visual asic 6 enterprise edition.
Can anybody tell me how to customase window form and command button. I want to make form like vista or anything else, becouse standard forms are borring. If you can tell me some internet site where i can find this (with source code or anything else) and ocx or dll files to use to make this or recomand me program for creating forms.
How Can I Insert .png Picture File Inside A Visual Basic Form?
Tuesday, September 1st, 2009does it require an .ocx file plugin to be included?
I Need Help With Program Written In Visual Basic 6. It Will Not Runs Fine On 3 Xp Computer But Not Another!
Monday, August 31st, 2009When I run the program I get the error:
failed to load control ‘MFDatePicker’ from Cal.ocx. Your version of Cal.ocx may be outdated. Make sure you are using the version of the control that was provided with your application
I copied the cal.ocx from the other working computer and registered it but it still will not work. Can someone help?
I am not a programmer.. Please help!
Runtime Error 339 On Windows Vista Home Basic?
Wednesday, August 26th, 2009Ok so im trying to use a program and evertime i try to load it (specifically a server) runtime error 339 pops up saying MSWINSCK.OCX is missing or invalid well how do i get that missing or invalid file please someone tell me how to fix this!!
I Don’t Have Databound Grid Control In My Visual Basic 6 Enterprice Edition. How To Get It Installed?
Tuesday, August 25th, 2009I tried copy & paste of file ‘dbgrid32.ocx’. But it gives a massage telling something wrong with registration when I attepted to use a databound grid control on a form
How To Register My Visual Basic Program Into System Registry?
Sunday, August 23rd, 2009i made a simple program and i made it executable and then i tried to run it in other computer without installed visual basic and when i’ve run it has an error said Run-time error 339 Component MSDTAGRD.ocx or one of its dependencies not correctly registered. A file is missing or invalid. Who can helped me on this>>>????
How Do I Make The Visual Basic 6 Gui Remain Responsive During A Dll Call?
Wednesday, August 19th, 2009My employer will not spend the money to get me Visual Basic.Net. I am stuck using Visual Basic 6. I am pretty good with programming embedded C, but have no time to learn to program in Visual C++.
So I am doing some advanced programming, in VB6, using several DLL’s. I have 4 DLL’s, and two of them use callbacks. The problem is the GUI will appear to freeze during a DLL call. When the DLL returns, everything returns to normal. I have partly cured the problem by refreshing the forms, and calling DoEvents during callbacks. This works fine, unless the user clicks on a control button. The button event will not fire until the DLL returns, or during the callback. This makes the app very sluggish.
I have tried various methods of multi-tasking. Several of them work, in the IDE, but crash at runtime. The app will crash with an exception when one of the DLL’s executes a callback.