Corned Bee - could you answer or least translate this post?
Thank you.
http://www.vbforums.com/showthread.p...hreadid=156262
Printable View
Corned Bee - could you answer or least translate this post?
Thank you.
http://www.vbforums.com/showthread.p...hreadid=156262
used altavista.com > Translate:
Quote:
Babel Fish Translation, In English:
Hello of people, if I try an object from a TreeView OCX existing in the form for ACCESS to produce and their function ocxTree.Nodes.Add execute, then that does not fold. Error message is: " run time error 35613 " " the figure listing of you item must be initialized before the use. " Now the question: How am I to initialize the Nodes object?? Normally should the function produce nevertheless a Object, or? Assistance necessarily... Greeting, Peekay
A more exact translation:
Hi guys
I try creating an object from a TreeView OCX existing inside an Access form and executing the method ocxTree.Nodes.Add but it dosn't work. The error message is:
"Run time error 35613"
"The picture list control must be initialized before usage."
Now the question:
How would I initialize the nodes object? The function should create the object, right?
Need help...
Greetings
Peekay
This translation app is damn good, better than any I've seen before. Damn good job at translating this "german".
Actually, despite German is my native language, I'm better at English when talking about computers.
Thanks for your help. :D
Hi Jim
I wrote to you before, and you answered me, but I need your help again: I want App A to open App B, then close itself without closing App B. You suggested CreateProcess, which I cannot get to work. I get the error: Param 7 cannot be converted from 'const int' to 'void *'
As you can see I tried a few things, but end up with the same error
The code:
if (CreateProcess (
NULL, //1
"c:\\Program Files\\Explosive Experts\\RL26DatabaseOptimiser.exe",//,
NULL, //3
NULL, //4
FALSE,CREATE_NEW_PROCESS_GROUP, //5
NORMAL_PRIORITY_CLASS, //6
NULL,//sEnv,//CString lEnviro = "NewWnd",// 7
NULL, //8
NULL))//9