2nd problem with that listbox doesn't refresh after adding an ite

J

Jeffrey Tan[MSFT]

Hi Dennis,

I have already sent an email to the email you registed in Microsoft support
service: '(e-mail address removed)'. Is this your valid email address?

Anyway, I have also sent an email to your email address
(e-mail address removed). Hope it can help you. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
G

Guest

I got it at yahoo, Jeffrey. Thanks. The other email address is obsolete.
If you wish I'll send it to you from yahoo, but I don't want it public, of
course.

I'm adding 2 gb ram today, reformatting my disks and reinstalling
everything. You may not hear from me for a couple of days. I have
absolutely everything at my fingertips. But as a famous American general
said, Pershing I think, "battle plans don't survive first contact with the
enemy."

dennis
 
J

Jeffrey Tan[MSFT]

Hi dennis,

I am glad you got my modified project. I hope it will meet your need.
Anyway, if you need further help, please feel free to feedback, I will help
you. Thanks!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
G

Guest

Hi, Jeffrey,

I reformatted my hard disks and reinstalled everything. Also went away a
few days. Sorry it took so long to test out your app. Thanks for the work.

Strangely, for me the new button now works on every listbox but
lstConcepts0. I can see from the listbox that you've put a whole bunch of
new entries with parentid = 0. Apparently it worked for you. Can you give
me some suggestions.

dennis
 
G

Guest

Jeffrey, I haven't been able to set up the newsreader in Microsoft Outlook
Exress. While I ask in an XP group could you in the meantime send it to my
polynomial5d address. I'd be quite grateful.

Thanks,

Dennis
 
G

Guest

Working fine now. Thanks muchly.

Now unto the next problem....it'll come up soon, I'm sure.

dennis
 
J

Jeffrey Tan[MSFT]

Hi dennis,

I am glad your problem resolved.

I suggest you register your current valid email address
"(e-mail address removed)" to your MSDN PSS support, then you will get
notification email after we reply your post . Currently, your obsolete
email address "(e-mail address removed)" is registed, so when we replied you,
this obsolete address will get the notification email.

Thanks!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
D

Dennis

Jeffrey, I'm afraid when I tried to apply it to my main program, and not
just the extract I created for this purpose, I got build errors. The build
errors are asking for 'argument not specified for m_Parent in four
different forms. I have no idea how to resolve it.
I tried to send the application - with everyhting extraneous removed, but
it was still 600kb zipped and that's too large for the newsgroup.

I could removed all extraneous forms, but it wouldn't reduce the size
enough. What should I do?

Dennis
 
J

Jeffrey Tan[MSFT]

Hi Dennis,

I am not sure why you got build errors. Does the sample project I send to
you also generate the build error?

I think for the build errors, you should first determine which code
statement in your generates this error, then you can focus on this
statement to see what is the problem. I think build error is not difficult
to find the cause.

Anyway, if you still can not find out the cause yourselves, you may send a
reproduce project to me through email directly. I think you should have my
correct email address. I will wait for your feedback. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
G

Guest

Hi Jeffrey,

I went after the errors. However, as I fixed one, another popped up. I
kept going around in circles for half a day, today. Finally I decided to
send it to you.

One thing. When you click on the solution, 3 projects will be missing, just
click OKI. I wanted to make the zip file as small as possible.

I can't thank you enough.

Dennis

By the way, your project worked fine. I applied it to my special project
and it worked fine as well.

However, in the general project, concepts list boxes are on a tab in a form
called frmtopicfromstart, and this is where the trouble arises.

Once you fix the errors and it builds, a form call startform first comes up.
click the topic from start button to open that form. Open any text file
from the open button, select less than 200 characters, then click the topic
title button. Then click the save button. Then click the concepts tab on
the form, to test if it works.

Thanks again.

Dennis
 
J

Jeffrey Tan[MSFT]

Hi Dennis,

I have received your project. After unzip it and build, I got compile time
error:
"Argument not specified for parameter 'm_ParentForm' of 'Public Sub
New(ByRef m_ParentForm As frmTopicFromStart)'."

After viewing your code, I found that you created a "frmTopicFromStart"
type without any parameter passing to it. But in the definition of class
"frmTopicFromStart", it has no default constructor, there is only one
parameterized constructor:
Public Sub New(ByRef m_ParentForm As frmTopicFromStart)

So you have to pass a frmTopicFromStart parameter to this constructor,
while you did not pass anything. This is why the build error occurs.

Because I did not know any program logic of your project, I am not sure
what you should pass to this constructor(You should think of the meaning of
your constructor parameter "ByRef m_ParentForm As frmTopicFromStart", then
create a suitable instance, pass to it), this is totally based on your
project logic. Hope this information makes sense to you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jeffrey Tan[MSFT]

Hi Dennis,

Yes, I think a new project to show your problem is better. I will wait for
your new project. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jeffrey Tan[MSFT]

Hi Dennis,

Yes, I have received your sample project. But after build it, I did not get
any compile time error. What you show me where the problem is?

Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
G

Guest

Jeffrey,

I'm not smoking anything funny, I promise. But when I sent you the file I
was getting build errors. I just tried it again, and like you, no build
errors. Very nice indeed.

Dennis

Dennis said:
Hi, Jeffrey,

I reformatted my hard disks and reinstalled everything. Also went away a
few days. Sorry it took so long to test out your app. Thanks for the work.

Strangely, for me the new button now works on every listbox but
lstConcepts0. I can see from the listbox that you've put a whole bunch of
new entries with parentid = 0. Apparently it worked for you. Can you give
me some suggestions.

dennis

"Jeffrey Tan[MSFT]" said:
Hi dennis,

I am glad you got my modified project. I hope it will meet your need.
Anyway, if you need further help, please feel free to feedback, I will help
you. Thanks!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jeffrey Tan[MSFT]

Hi Dennis,

It does not matter. If any further problem arise, please feel free to
feedback, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
G

Guest

Jeffrey, you and Kevin have been of immense and regular help to me. I thank
you both from the bottom of my heart. As you problably don't know, I am 100%
disabled, and programming is among my favorite pleasures. At one point last
year it looked like I was going to die, but I responded to new treatment and
my health is much better and I'm out of danger. MSDN in general, and
particularly Israel Customer Service, have gone out of their way to help me.
I thank you all.

It looked like my current subscription was to be my last. Now I'm looking
forward to buying a two year renewal!

Dennis

Dennis said:
Hi, Jeffrey,

I reformatted my hard disks and reinstalled everything. Also went away a
few days. Sorry it took so long to test out your app. Thanks for the work.

Strangely, for me the new button now works on every listbox but
lstConcepts0. I can see from the listbox that you've put a whole bunch of
new entries with parentid = 0. Apparently it worked for you. Can you give
me some suggestions.

dennis

"Jeffrey Tan[MSFT]" said:
Hi dennis,

I am glad you got my modified project. I hope it will meet your need.
Anyway, if you need further help, please feel free to feedback, I will help
you. Thanks!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jeffrey Tan[MSFT]

Hi Dennis,

Thanks for your feedback!

I am glad our support can help you. Also, take care, the health is the most
important thing in the life. Hope our effect make you very satisfied!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top