| Thread | Last Post | Replies |
|
| importing document from word | 28 Jul 2003 10:22 GMT | 1 |
Hi, I am kind of new with VB. What I need to do is to import a letter that I wrote in a word document to manipulate the text but with out loosing its format (justified, centered,
|
| Drag within a container | 28 Jul 2003 07:31 GMT | 1 |
I would like to give the user the opportunity to drag a control to another place within a container (PictureBox). Unfortunately, the DragDrop event will not be triggered if the control is released within the same container. Therefore I cannot assign new X and Y values to the control ...
|
| stdole.IDispatch | 26 Jul 2003 16:37 GMT | 1 |
I have a need for dispatching calls at run-time, instead of at compile-time. However, I am not able to use the IDispatch interface, I get an error from VB that says "Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic".
|
| Using IR port - Any SDK's Available? | 26 Jul 2003 16:20 GMT | 1 |
i wanted to know whether there are any sdk's available for programming IR adaptors using vb. ive an IR port on my laptop and am looking for any resource that could help in writing programs for it thanks
|
| STA Component | 25 Jul 2003 23:29 GMT | 7 |
I tried replicating COM+ blocking by creating a component in a single threaded apartment and by making two other components (in separate threads) call it at the same time but I did not see what i expected (blocking). Can some one
|
| VB-applicatie onder Windows NT loopt niet (nou ja, wel vast....) | 25 Jul 2003 23:24 GMT | 1 |
Mijn VB-applicatie installeert zich en loopt foutloos onder windows98, windows2000 en XP. Onder windows NT workstation krijg ik de fout MSCAL.OCX kan niet registreren en het werkt verder ook niet.
|
| item cannot be found in the collection, helppppppppp!!!!!!!!!!!! | 25 Jul 2003 21:27 GMT | 2 |
Hi Gents, Could you help me please ? One stored procedure return @entitle while I try to get that value from vb it has shown that error message
|
| MDI component | 25 Jul 2003 12:53 GMT | 1 |
I have a problem :) Can you tell me please how I can put all my MDI project in a component (for using in WEB) Must it be ActiveX component or may be .NET?
|
| Session variables problem. | 25 Jul 2003 12:32 GMT | 1 |
i have a project which is include ASP, VB, VB COM, MTS, IIS. when the user enter the site the user is asked to login using UserID and Password after that i am passing those values to COM Objects and those COM objects are setting the Session values through ASP intransic objects., if
|
| VB 6 & WinFax Pro | 24 Jul 2003 17:13 GMT | 1 |
I had a working VB application that ftp'ed text files from a main frame, and then used WinFax Pro 10 to fax the file out. Customer upgraded the PC to XP, which required migrating to WinFax Pro 10.02. My VB app stopped working. SDK sample from Symantec doesn't work either. I ...
|
| Error: Application called an interface that is marshalled for a different thread. | 24 Jul 2003 13:40 GMT | 1 |
I Have 3-Tier Architecture with One object (Datalayer Object) is registered on application server and it is loaded on client PC Through Proxy. (Datalayer.MSI File). But sometimes it gives problem "Application Called an interface that is marshaled for a different Thread". And to ...
|
| Implements | 23 Jul 2003 17:30 GMT | 1 |
I read an article in MSDN under the head "Implements Keyword" where the following statement is made. "If an interface were to contain actual data members, the client would build dependencies on them. You know by this
|
| DLL settings for a local DLL and a Server DLL | 23 Jul 2003 17:20 GMT | 6 |
Our team has created dlls in order to reuse them with different kind of applications. All of our dlls are deployed with the application that use the dll. So the dlls are local.
|
| Con anyone tell me how to link to a DLL | 23 Jul 2003 17:09 GMT | 3 |
I'm having problems linking to a custom made DLL. The problem is that I do not know how to make an ActiveX Dll accept a link request from VB. Whenever I try, I always get an error message stating that Error 453 has occered
|
| Detecting network speed | 23 Jul 2003 13:53 GMT | 1 |
I need to know if a user is connected to our company intranet via a phone line or has an active LAN connection. Anyone know how I can detect this ? Thanks in advance, Steve
|