I have exactly the same issue... although I think I can give further details that may help to narrow down this problem.
I have two profiles set up. One for work and one for personal mail. My work profile connects directly to an exchange 2000 server. Outlook never exhibits this problem when...
Hi,
I would like to retrieve a comment from a file (i.e. the one you can enter under the summary information in explorer).
Is GetDetailsEx the right API to use - has anyone implemented this within Visual Basic? Can I have a few tips please?
Quros. Quros on the web.
http://quros.ontheweb.com
Hi,
Can I return a value from a Visual Basic executable - as I can in a C executable - for trapping errors in a batch script for example?
Regards,
Quros.
http://quros.ontheweb.com
I have done a project similar to this. It wasn't for switching lights on and of - but is was for manipulating high voltage (10,000V DC!). I used VB to write the front end with the MSComm control. From a programmers point of view this control is quite difficult to use - serial comms is really...
Hi,
I am using SetWindowPos in an application written in VB which resides at the edge of the screen - much like the start bar - to set the window as Always On Top.
This works fine, but one of the controls on the form has a problem - namely the Toolbar control which is in CommonControls 6.0...
After you've added the text, there is a property called SelStart for the text box control which sets the cursor position. Set this to be the same as then length of the text ( use len() ).
It looks to me as though your design is wrong from the start. If you charge 50p for one song, nobody is going to want to use it anyway - so it doesn't matter if it works or not!!!!
You could use InStr in your own function to get the position of each space in the string, and then chop out the relevant parts using mid$().
However - the easiest way to do this is to use Split() - which returns a string array - each member of the array is a different component of the original...
Hi,
Does anymody know of a file copy method I can use from within VB which will give me some kind of progress? Like explorer does when copying large files, or files over a slow network connection.
Any help greatly appreciated.
Quros.
You may have referenced an ActiveX control which is not available on that machine. I know this certainly causes hang-ups in the debug environment.
Even if the control is not used in the code, if it is referenced and missing, delays can occur as the app scours the registry for the guid of the...
You should be able to manipulate objects on a form from within a class by prefixing the object name with the form name. I have done this many times before. If you use the auto complete stuff, all the objects available should be in that list.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.