|
-
Mar 28th, 2002, 06:17 PM
#1
Corned Bee Übersetzen Sie diese Meldung zu Englisch, bitte
Corned Bee - could you answer or least translate this post?
Thank you.
http://www.vbforums.com/showthread.p...hreadid=156262
-
Mar 29th, 2002, 02:26 AM
#2
Fanatic Member
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
-
Apr 2nd, 2002, 01:07 PM
#3
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 2nd, 2002, 02:38 PM
#4
Thanks for your help.
-
Apr 22nd, 2002, 07:18 AM
#5
Member
Sorry jim
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
for (int i = 0;i < y3k; i++)
{
MakeMeSmarter (andMoreTolerant);
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|