Program DreamScene Component?
May 18, 2012I will like to use the Dreamscene component in my vb.net code.
View 3 RepliesI will like to use the Dreamscene component in my vb.net code.
View 3 RepliesI have main program and use the componant , and I need to stop and exit the program from the component
View 10 RepliesI am converting an old Vb6 solution to .net 2.0 in vs2010. I've been working in C# for about 3 years now and .net for 5. I don't recall having this problem in C#, but if I want initialize a readonly collection of DerivedControlFoo Is there a clean way to do it besides creating a sub to do it all off somewhere else? I'd love to be able to do it at the class level at the declaration for readability and simplicity.
View 1 RepliesCreate a DLL component for database operation and use created component in another project. Required methods, events and properties
a. Connect
b. Add
c. Delete
d. Save
e. Record navigation (first, next, previous, last)
f. Properties for all database fields
g. Events for validation of database fields.
I've created a component whose name I'd like to be able to change while editing in the component tray. I've added a Designer action for a name property, but now I'm stuck.
Looking at the property grid, I can see that the name property is parenthesised, indicating that it's not a regular property.
Had this matter on Xp machine and visual studio 2010 ultimate after windows update between december and january: even the simplest windows form program crash on start when starting for debug (inside Ide, F5) unless putting breakpoints on each line of the autogenerated (and marked as "debugger step thorugh") code.(see: [URL]) I was wondering if this matter affects only Xp machines, or if someone with Seven or Vista had same matter.
View 2 RepliesI'm trying to use a registered COM component in my ASP.Net web application. The application is written in VB.Net. I've added a reference to the Com component using the IDE.
Here's the
Try
Dim physicalToken As New PhysicalDevices2.PhysicalToken
Dim physicalTokens As New PhysicalDevices2.PhysicalTokens
[code]....
how to add FLV payer component in VB.Net..cz windows Media Player does't play the FLV player...
View 1 RepliesIts mine first post in this forum..I want to know that how to add FLV payer component in VB.Net..cz windows Media Player does't play the FLV player.
View 7 Repliesi got a error while using my app on other System class not registered i search for the solution and this just to register the ocx component i registered the component by using setup factory its working fine on XP but in Window$ 7 i got the same error what is the best way to register the component
View 4 RepliesIs there a good web browser component for VB.NET that has all the features of the regular one? This includes printing and progress bar support. I've tried WebKit.NET, but it didn't have progress bar support. I also tried xlurunner but it had no printing support. Is there another web browser component that has both printing support and progressbar support? I shouldn't have to omit features from my browser just to get a better rendering engine.
View 1 RepliesUnable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-
[code].....
May i know where can download or get OCR .net component for free?? or the cheapest one??
View 2 RepliesI'm making some archeology, dealing with COM+I managed to enlist a simple COM dll as a COM+ component, so far so good.So I've got this 'foobar' com+ component, with it's interface, and the method I'd like to call.My question is then rally simple: how am I supposed to make a call to this component?.NET or VB6 answer is accepted (I have to check the component is OK, don't care about the client)
Edit (06/03/09): Well, I'm confused. so as to work properly, my COM+ component needs it's dll to be registered. Why not? But then, how to be sure I'm making a COM+ call, and not a COM one?
I have a function to determine the correct time that appears to function correctly, but I must be making some mistake in the "calling" of the function. This is the first time I have tried use a component and it shows.
View 1 Repliesthe best 3rd party component in vb.net.
The most important I want is listview / combobox
look at the following picture, which showing smart tag for DataGridView Now I'm creating new component and I want it to support showing some properties in Smart Tags, how to add the properties to the smart Tag?
View 2 Repliesi have just quick question (there's not much to elaborate from OP site). Have you any links or ideas, or experiences, what is to be done to class derived from System.ComponentModel.Component, in order to show its rectangle in designed form or control. I maybe satified with just making Component shapy. Anything else should be just game. But actually I have no idea how to draw component from its basics. Any idea or link, or bunch of links very welcomed! Even my capabilities of crunching google links are nothing here.
View 7 RepliesThere's a number of postings about IMAPI in .NET, including these:
[URL]
But I can't say they're straightforward. First link looks good, though its C# WinForms realization doesn't allow simple re-using in VB.NET project without conversion.I only need to burn a list of files to a CD/DVD and that's it. Any thoughts? Freeware/open-source is preferred.
I didnt know if this was the correct location to post this kind of question. My code is in C# however I am using the visualBasic. Interaction. CreateObject to connect to a OCX file. I notice that this works great for a while but if it continues to do its job for lets say a few days then I get and exception... "Can not create an ActiveX component." I am 100% sure that the ocx and dlls are registed correctly to the system.
View 2 RepliesI am using the following code to send an email thru Outlook 2003:
Dim omsg As Object
Dim oRcp As Object
Dim objCDO As MAPI.Session
[Code].....
I am develpoing a small vb.net forms application. From that trying to load the Autocad using the following code.[code]When creating the application for first time, it works fine. Loads the Autocad correctly. But for second time if run the application the following runtime error is occuring. "Cannot create ActiveX component" at the CreateObject line.I cant predict what is the problem. I've included the following references in my program.[code]
View 1 RepliesI am developing a VB2008 application that makes use of the Office Access runtime.I started development on Win7 64-bit & Visa 32-bit machines.The application runs just fine on the machines with VB2008 installed.I have used a number of tools to build the application installation and I am running into the same thing on all target test machines (currently XP Pro).The system fails when the Office Access portion of the code starts to run.Below is the Just-In-Time debug info.
I also notice that .NET 2 is being called.Is it wise to make .Net3x the preferred .Net client?In the application, I have specificed .Net3 (however, it does not look like it is being called).The target test machine (XP Pro) has .Net 2.3 and 4 installed.See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Exception: Cannot create ActiveX component.[code].....
I want to click on the button, then change the itself position
the visual studio prompt me that is a public property, and the type is double. Why I cannot change the value? And it does not provide any method let me change the top property, so how I can change the property?
<Button Content="Button" Grid.Column="1" Height="23" HorizontalAlignment="Left" Margin="0,0,0,0" Name="Button1" VerticalAlignment="Top" Width="75" Grid.Row="1" />
MsgBox(Button1.Margin.Top)
Button1.Margin.Top = 10
I have a large project which consists of about 60 modules. It contains a lot of DataGridView components.
Recently I implemented cut-copy-paste functionality to one of the DataGridViews.
What is the best way to add same functionalities to all the other DataGridViews .
P.S. I don't want to create a new component which inherits DataGridView and re-define all the DataGridViews.
component id for Visual Basic Power Pack 3.0.I need to determine if or not it is installed on my system for my setup.
View 3 RepliesHow do I create a .NET component as a DLL and distribute it?
View 3 Replieswhen is the neccisity to create a component services for a DLL.
i ask because , i have a dll and the website runs fine if i just register the dll.
so when should i go for componet services
How do you create your own custom component for vb.net 2008? I want it to simply output to a .dll, not a whole winforms app.
How can I control the component? For example, I want my component to not have a visible design view, I want it to stay below like the stopwatch component and the notifyicon component and such, it is not something to be designed. Then, how do I edit the possible properties a user can control, and make them effect the end result?
I've been trying to figure out how to get this control to work for over a week. It can be found here: A Professional Calendar/Agenda View That You Will Use - CodeProject. It's a calendar/scheduler control that was designed using c# and I'm trying to use it in my vb.net app. I've sucessfully created a dll and have referenced that dll in my project and am able to see the controls in the toolbox as well as put them on my form. My problem is that I can't get ANY of the code that I wrote in the form to fire. No event handlers will work, not even the form_load which handles the mybase.load event. Nada. f a reason that this might be? How do I sucessfully add a handler to the events? I've used <code> addhandler monthView1.SelectionChanged, addressof (and nothing I put here ever works) </code>
View 4 Replies