Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Microsoft > COM [1 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
VBForums ActiveX Add-in for Outlook - Choose template to reply with  
01:20 23-Aug-08   [Replies: 0, Views: 57]    By: jhize
Hello, I'm on a hunt. I work for a company that has approximately 36 or so canned statements that they use to reply to the most common questions. Right now they copy / paste. I am wanting ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Custom Control Property  
19:24 22-Aug-08   [Replies: 7, Views: 74]    By: L3mmy
ok i can help you build properties... heres the steps(for your case, but is these way that you will build a new propertyies): 1-you must declare the variable in usercontrol Declaration section...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] about propertyies  
17:37 16-Aug-08   [Replies: 4, Views: 203]    By: joaquim
i have tested again and i can see a problem: the animation property value is fine, the tmranimation.enable value is fine... but when i execute the program the timer change(for a round value) is ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums about combine checkboxes values and boolean in property page  
15:54 12-Aug-08   [Replies: 5, Views: 54]    By: joaquim
i'm using visual basic 6. i build a property page: Code: Private Sub PropertyPage_ApplyChanges() SelectedControls(0).Transparent = cboTransparent.ListIndex If cboTransparent.L...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums about color dialog in property  
12:51 12-Aug-08   [Replies: 4, Views: 111]    By: joaquim
Try just: CommonDialog1.Color ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] if an obejct exist  
16:38 31-Jul-08   [Replies: 8, Views: 358]    By: joaquim
Code: If Not (shpimage(i) = Nothing) Then You were right the 1st time, you need to evaluate the object 1st usually. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Adodc refresh failed  
16:05 31-Jul-08   [Replies: 1, Views: 191]    By: cheril0721@yahoo.com
Hi cheril0721, and welcome to the forums Does this happen on every line which has a where clause by any chance, or upon every one of those refreshes including the simple select * from? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums VB Custom ActiveX in WebPage  
15:53 31-Jul-08   [Replies: 1, Views: 205]    By: vik_221
Quote: Originally Posted by vik_221 Then I deployed it to my Apache 2.2 webserver hosted on my laptop. Did you register that file also using the RegSv...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums cannot upload file  
15:43 31-Jul-08   [Replies: 1, Views: 122]    By: eimima85
I believe your issue is with these 2 lines of code: Code: upload.HostName = "https://localhost" upload.Path = "/testv/" From their site example, the HostName prope...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums dll problem  
15:17 31-Jul-08   [Replies: 4, Views: 218]    By: tavarishes
Hi tavarishes, and welcome to the forums! I don't know if any of us here would know this component really to be able to help you. I've just attempted to both search their site for online hel...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Running Excel Through AxWebBrowser  
15:01 31-Jul-08   [Replies: 2, Views: 109]    By: kwints
Hi Kwints, and welcome to the forums! Though a little late, you can automate any of the Microsoft Office applications by using either late binding (and the CreateObject keyword) to allow you...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Microsoft Transaction server  
13:08 31-Jul-08   [Replies: 1, Views: 155]    By: mahes
The MTS label was used in NT4 server. This changed (rather confusingly to COM, or COM services within Windows 2000 server, and now within Windows 2003 Server, it is known as COM+ (I can't comment ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums multimsn installing  
12:55 23-Jul-08   [Replies: 10, Views: 110]    By: dot_net_help
I need to install multimsn on msn 8.1..............so when i execute the multimsn setup file i got the error Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums How to convert VBScript to DLL(Urgent)  
08:49 16-Jul-08   [Replies: 1, Views: 20]    By: pyar
Please don't double post [http://www.vbforums.com/showthread.php?t=531423]>. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums ATSC tv tuner on PC  
08:32 11-Jul-08   [Replies: 3, Views: 652]    By: david90
This is a bit of a punt, but I've been thinking about similar things and I'd be inclined to get the JTV Lan video player and viewing the stream from DVB Web Scheduler. I have no idea what ATSC is...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Retrieving an array of objects from COM object.  
02:37 4-Jul-08   [Replies: 2, Views: 223]    By: karlmdv
Hi all, I'm trying to pass an array of objects from a COM dll written in VB.Net, to a VB6 app. The point of this excersize is that's it's analogous to the behaviour of a web service client I'...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums OLE automation  
11:56 19-Jun-08   [Replies: 1, Views: 359]    By: murphy1965
I have integrated MS Word into internet explorer using OLE automation. But when any file is opened, it flickers a lot while loading the file which is very annoying. Is there any way to make the lo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums how to create encypted pdf with the help of vb code ?  
05:50 9-Jun-08   [Replies: 0, Views: 15]    By: Prakash Paul
Hi All, I am trying to create encypted pdf file through vb6 but there is a problem I am able to encrypt only first page from source file I want to encrypt all the pages from source file. h...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums about properties  
14:09 8-Jun-08   [Replies: 4, Views: 380]    By: joaquim
if my question is confuse, just tell me... thanks ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Problem in create encrypted pdf file through VB6 code  
09:57 7-Jun-08   [Replies: 2, Views: 120]    By: Prakash Paul
Hi Friends, I am using dll "encryptpdf.dll" for creating encrypted pdf file for that I am using Code: Private Declare Function veryEncryptPDF Lib "encryptpdf.dll"...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums How do I hide/protect ActiveX source code?  
03:15 30-May-08   [Replies: 4, Views: 580]    By: eriksvegersson
That makes sense - thank you. So I guess that means that it would be practially impossible to find the source code if I distribute it as compiled...? cheers ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Serial Port Communication  
14:44 29-May-08   [Replies: 2, Views: 178]    By: stasis8605
Hi, I'm totally new to programming involving serial port communication. I'm using Visual Studio 1.0 (2001) and there is no default communication control available to me, at least that I can f...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums activex EXE Help?  
08:51 29-May-08   [Replies: 1, Views: 173]    By: Chubby
Hi, Got a quick Question if anyone can help? I have a HUB type Exe that spawns 10 ActiveX EXE's (thread per object) with events. For example: I have a routine that calls Print and it...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums How to register DCOM component (server)  
19:37 16-May-08   [Replies: 2, Views: 382]    By: ferrethouse
Hi, I have an application called Databridge.exe. It is showing up in DCOM Config on one server but I need to install it on another server. I tried running... Databridge.exe /regserver ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Running ActiveX control in IE7  
16:47 14-May-08   [Replies: 2, Views: 347]    By: geogomez
Hello, I am getting an error in IE7 that reads: "Internet Explorer has blocked this site from using and ActiveX control in an unsafe manner. As a result, this page will not display correc...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006