PDA

Click to See Complete Forum and Search --> : Corned Bee Übersetzen Sie diese Meldung zu Englisch, bitte


jim mcnamara
Mar 28th, 2002, 05:17 PM
Corned Bee - could you answer or least translate this post?

Thank you.

http://www.vbforums.com/showthread.php?s=&threadid=156262

MoMad
Mar 29th, 2002, 01:26 AM
used altavista.com > Translate:



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

CornedBee
Apr 2nd, 2002, 12:07 PM
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.

jim mcnamara
Apr 2nd, 2002, 01:38 PM
Thanks for your help. :D

imj75
Apr 22nd, 2002, 07:18 AM
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