VS 2008 How To Enable DCOM
Jun 9, 2010Basically what i want to do is enable DCOM with visual basic how can i do this..not manually..bu with a code or script?
View 1 RepliesBasically what i want to do is enable DCOM with visual basic how can i do this..not manually..bu with a code or script?
View 1 RepliesI need a clarification of COM & DCOM concepts. How to use this technology and with samples codes in vb 6.0 or vb.net so that I can understand easily.
View 2 RepliesWe need to put a firewall in between our servers and a couple of clients. To do this we need to limit the number DCOM ports available so that we know what ports to open on the firewall.The question I have is do we need to limit the number of ports on all the machines inside the firewall as well as outside. This would cause an issue as we have lots of machines which would need to be modified.If DCOM has the intelligence to negotiate on port 135 which port is available on both machines which need to communicate, we will only need to modify the 2 machines on the outside of the firewall.
View 2 RepliesTesting a configuration of a Windows 7 workstation acting as a "server" and a Windows XP workstation acting as a "client" (also fails in the same way using a Windows 7 client workstation).
[Code]...
I have an old Visual Basic 6.0 application. The program was compiled and ran as a schedule task. It creates the pdf files. When I look at the event viewer. It gives me this error message. The server {85DE1C45-2C66-101B-B02E-04021C009402} did not register with DCOM within the required timeout. The application id refers to adobe file. The schedule task never runs. This above error message showed up on the event viewer.
If I run the application by itself, it creates the pdf files with no problem. Any idea with this issue. I did a look up on this error. There is no solution for this issue that I came across on the web.
I want to allow the user to enable or disable a textbox by clicking either a button (enable) or the reverse. (disable) if the user clicks the enable button the textbox should receive the focus.
View 4 RepliesWhen i try to install the Visual Studio 6.0 in Vista , am getting following error message,"setup was unable to create a DCOM user account in order to register 'C:programs FilesMicrosoft Visual StudioCommonToolsVS-Ent98Vanalyzrvalec.exe"
View 1 RepliesI would like to make the list view that the post closed in the database and it is loaded into the list view.
from the time the record function is closed '(False, True)
that this item cannot be clicked.
but the other records have to be click able.
I have a list box with three items in it. This has been disabled and I want to enable a button if all three are checked, i was looking for a CheckedChange type event in the MSDN but could not find anything. How can I do something like this?
View 2 RepliesI was messing about with my code when I recieved some errors, I deleted some stuff but I don't know what but it fixed the errors I was getting but now the Enable Application Framework section has gone..
View 1 RepliesI have a RichText control on my form. In the control when running, the tab key does not do anything. I would like to enable it and set the size of the tab. How can I do this?
View 1 RepliesOk, ive got a control that is added on at first run..
So I cant see the property pane at the right to enable the keypreview = true
How can I do this manually in my code?
I'm working in ASP.NET ( beginner ) and I tried to make update query using the code below. I try the same code to get date from database and it work fine, but only don't work with update query.
Note: I use LINQ
Dim updateCust = (From cust In db.Customers
Where cust.CustomerID = "JILLF").ToList()(0)
updateCust.ContactName = "Jill Shrader"
[code]....
how to enable /disable the timer with a button and how enable /disable the timer with a checkbox? and the opposite how to enable /disable a button with a timer and how to enable /disable a checkbox with a timer
View 5 RepliesIs there a way to set the enabled property of a combo box using the tab index?
In my program I have two combo boxes next to eachother. When a certain option is selected in the first combo box, I want the second to enable itself. Obviously this is easy to do by using combobox2.enabled = true but I have 10 rows of boxes that need to do this and I want to put all the functionality into one sub. It's possible to read the tabindex into a variable by using VAR = sender.tabindex and then add 10 to that variable (The box that needs to be enabled will always have a tab index of sender + 10) but I can't figure out how I'd use the tab index to enable it. If only I could just type sender.tabindex(+10).enabled = true
I'm trying to register two hotkeys to enable two different button clicks. I have the first button successful. (F9 = Button 1) How would I add the second button without errors? (F10 = Button 2)
[Code]...
I have a usercontrol that contains a datagridview and a toolstrip. When creating a windows form that contains 2 of the mentioned usercontrol i gate for example c1 and c2 where both contains for sure the datagridview and the toolstrip hving the same control name for example G and t. in my case i want to apply the security on each form, i do this by reading the access of each control inside the windows form and if the control on the form was a user control then i dont consider it as one entity instead but as a grid alone and a toolstrip alone in order to be able to apply its security accordingly. but in ma case, if i want to disable the first grid and enable the 2nd i wont be able to do so since both grids have the same name. is there any solution for the above.
View 2 RepliesI am building a basic web browser that I would like to not have any scroll bars (I can do this by setting the "ScrollBarsEnabled" button to False) but also still be able to have the scroll fulction via keyboard shortcuts.
IE when you press page up and down the page scrolls, but when they are disabled you can no longer use the page up and down keys to scroll.
Is there any "scroll function" in the browser like WebBrowser1.scrolldown etc that I could use? that I can have key strokes trigger?
A bit of an over view, the web browser is hosted in other software that has customizable buttons, these buttons can be set to send key strokes to the hosted app in this case my web browser.
Example of what I do for my home button
Private Sub browser_homebutton(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PreviewKeyDownEventArgs) Handles browser.PreviewKeyDown
If e.KeyCode = Keys.H And e.Modifiers = Keys.Control Then
[Code]....
Is there something similar I can do for scroll up and scroll down?
The auto-comment option in my Visual Studio 2008 suddenly stopped working. o_O..Does anybody know how to repair it and enable this feature again?I'm putting triple apostrophe above function and comment tags do not appear.
View 1 RepliesThe auto-comment option in my Visual Studio 2008 suddenly stopped working. o_ODoes anybody know how to repair it and enable this feature again?I'm putting triple apostrophe above function and comment tags do not appear
View 4 Repliesone button on/off disable, enable any button like Handles Button1.Click i want to disable or enable part of the program?
View 8 RepliesI wanted to know how to enable the user to copy and paste the text in a message box, how can I do this?
View 8 RepliesI am wanting to enable scrolling via Page Up/down keys, arrow keys etc as well as using a multi-touch touch screen (just need to drag your finger any where on the web browser control), but I do not want to be able to see the scrollbars. All of this works when:
WebBrowser1.ScrollBarsEnabled = (True)
But if I set to false it disables not just the scroll bars but also scrolling. Does anyone know a work around to this?
So the exact site I'm trying to login to is GMail. I can send the POST data to login fine, but after that GMail performs an authentication (the redirect URL contains 'SetSID?'). Now with my HTTPWebRequest I don't see a way to enable support of HTTPs requests. Is there a way to get around this and successfully login?
View 4 RepliesHow to enable "Autio Hide" command for Solution Explorer Window
View 3 RepliesIve come up with an issue in a program im making, hoping someone might have a clue. Basically I want to enable meta gaming into a ORPG I play. Obtaining all the meta gaming was easy enougth to do, now I have to add it into the game (Microsoft Freelancer) But ive run into a problem.I don't have a clue how. Basically, Microsoft Freelancer has a "chatbox" and I want to pass skype to and from the chatbox using VB.So if I want to type "Hi everyone" into skype, I would type "/s Hi everyone" and theoretically my VB app catches the message and passes it to skype.I can do that part using windows hooks. But when skype chats back, How to post into the game?Ive run a sniffer, But I get data that I have no Idea what it is.0000 80 06 01 00 CD DE 00 00 93 F5 06 00 I do know the ip im sending to and the port, If that helps, And the rest of the program functions, just sending and receiving the chat data is beyond me atm.
View 1 RepliesI was wondering if it is possible to allow the add-ons that were developed for IE to work with webbrowser control.
I am working on a browser that uses the webbrowser control. I need to add certain features like ad-block to it. I noticed that these features are available as add-ons already for IE. Since webbrowser control is IE-based, I was wondering if it was possible to enable the webbrowser control to access these add-ons?
The script is used to enable or disable LAN. I would like to run it from a VB application by integrating it.
View 2 RepliesI have been working on my application for quite a long time, and now that I get to the closing stages I have hit a wall that I cannot quite get over (or work out how to get over ). My problem is that my application needs to be able to; edit registry keys, create them, and eventually delete them. Thats fine I have the code for it. The problem occurs because my app does not have the required security settings. I have been looking at this and came up with an idea
In the my project tab there is a tab called settings and I have enabled custom security with everything ticked but the problem is, is that my application still does not have the required permissions to edit the registry . So my question is... How Can you enable a program to edit the registry?
I am writing a small network configuration utility that allows the user to setup proxies and configure their Nic for static/Dhcp etc.My problem is this: I need to force the card to refresh its TCP/IP settings from the system. In Vista and above the Win32_NetworkAdapter enable/disable methods achieve what i want nicely but XP and all win5 systems do not support this.
View 4 Replies