Use The Microsoft Amination Control?
Feb 28, 2009
Does anyone know how to use the animation control. Because I think its what i have been looking for to put images into a sequence and then export them as one file code - I have none Thats why i posted
View 2 Replies
ADVERTISEMENT
Feb 3, 2012
I would like to execute vbscript code in vb.net using the microsoft script control (msscript.ocx).theirs an executestatement or addcode method i can use which one should i? I've been trying to convert my vbscript to vb.net but its too complex even though its not big and thought this control might help me save time. Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt.
View 4 Replies
Oct 13, 2010
In the com component list there is no Microsoft Char Control selection. How can I find it.
View 1 Replies
Jan 24, 2010
My published app fails to install because the "assembly is missing" for the Chart Control.
View 3 Replies
Feb 22, 2012
I am using Microsoft Script Control, Version 1 on the application and it works fine on 32-Bit OS, but when i upgrade to 64-Bit OS it stops working and the only workaround is to build the application as x86 and the application will work fine on x64 OS but will run under 32 Bit process.
Now I am looking for alternative ActiveX or method to get my application work on native 64 Bit OS.
Is there a quick way of getting this fixed with minimum code change?
View 5 Replies
Nov 22, 2010
Does anyone of working example of Microsoft StackedArea100 Chart Control?
View 3 Replies
Feb 11, 2011
trying to write an app consisting of MDI parent where the child forms are:
- created with the Microsoft Terminal Services Control
- connected to remote server (from a listbox)
I can get it to work in a SDI, however whenever I try to spawn the child window in MDI format I get:
System.InvalidOperationException was unhandled
Message="Unable to get the window handle for the 'AxMsTscAxNotSafeForScripting' control. Windowless ActiveX controls are not supported." Source="System.Windows.Forms"
View 2 Replies
Jan 29, 2010
i have currently a dictionary of 20,000 words and since i want my application to be ran independently, i want to use the words in my dictionary to spell check all words in the RTB Control.
View 2 Replies
Jun 13, 2009
I am developing a Door Access Control System which talks the hardware's firmware via TCP/IP. The first version was a success and done using VB6 Winsock Control 6.0. Currently, I am doing the second version in VB.NET and the pain is with the socket. Winsock Control 6.0 is such a blessing (finally admitted) Does anyone know the default encoding of Winsock Control 6.0 in VB6 so that I can set it exactly to the encoding for socket in VB.NET. ANSI (VB.NET) seems to work (but not fully tested with the hardware), but is there something more specific?
View 8 Replies
Jul 7, 2010
i am using VB 2008. And i want to tell you that there are many basic features not yet available with controls. 1] Blank Date (Null Date) with DateTimePicker Control (user may not want to write date for some fields) 2] NumericBox for Writting just Numbers having properties AllowDecimal, AllowThousandSeperator, Min. n Max.Ranges. 3] Multi Column List for ComboBox. 4] 'Contains' type Lookup (finding) in ComboBox and AutoComplite enabled TextBox which finds for the strings in any part of String. Why developers needs to rely on third party control vendors for these Basic Features?
View 5 Replies
Dec 11, 2009
My VB.NET application uses Microsoft Flex Grid Control 6.0. This is a legacy application which has been ported from VB6 with the Visual Studio conversion wizard. Although I can compile the assembly, I get a COMException because some class is not registered. I've found out that this class is the Microsoft Flex Grid Control 6.0.
Where can I find the control and how can I register it on machines so that the application will run?
View 1 Replies
Nov 13, 2009
I'm using the Microsoft Chart Controls for Microsoft .NET Framework 3.5 and am having a spot of trouble getting Data Markers to show on the image.I'm generating the chart at run-time, so can't just use the designer.
Sub New()
MainChart = New Chart
MainChart.Size = New Drawing.Size(500, 200)
[code]....
Which all works lovely, and I get pretty charts.The only problem is that there are no markers on the datapoints.
View 1 Replies
Mar 23, 2012
How do you change the colour of the labels(not sure what the correct name is) in a Microsoft Chart Control in VB.
By "labels" I mean the text that is overlaid on every column in a StackedColumn chart.
You can change the Axis labels with the following:
<AxisY LineColor="Red">
<LabelStyle ForeColor="Red" />
</AxisY>
[Code].....
What is the equivalent to target the labels?
View 1 Replies
Mar 29, 2009
I try to add a "Microsoft Office Document Imaging Viewer Control 12.0" control to a form and i'm getting the next exeption: An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) I have try to register the next files which throws an exeption when I try to do it:
[Code]...
View 4 Replies
Apr 26, 2011
ow can open word document inside the "Microsoft Web Browser" control using vb.net.Word document open inside the "microsoft web browser" control by using VS 2008,vb.net, office 2003 and Win Xp. but it is not open inside the "microsoft web browser" control by using VS2008,vb.net office 2007 and Win 7.
View 1 Replies
Nov 4, 2011
I am developing a commercial VB.net WPF application that needs user generated scripts for controlling the application to be shared between users. The best way that I have come across of accomplishing this so far without writing my own parser is using the Microsoft Script Control.
It would appear that both VBScripts and JScripts run through this control have access to wscript and as a result are too powerful to be shared between programmers and non-technical users for obvious security reasons. I have considered trying to filter out dangerous scripts with some kind of regex parsing or something but that just seems far too risky and easy to circumvent.
So, is there some way of using this control but blocking its access to the system so that it could be used for controlling only the objects that I give it? If not, could someone recommend a better way of doing this?
I do not particularly mind what language the script would be in at this stage, although having multiple options would be nice.EDIT: I am basing my conclusion that the control is too powerful for this on the fact that the following JScript code successfully launches notepad when called using the .AddCode and .Run methods of the control.
[Code]...
View 2 Replies
Mar 30, 2010
I am using a Microsoft Chart control (system.windows.forms.datavisualization.charting.chart) in a Windows forms application, vb.net 2008. I use folder paths for the x values in a pie chart. Chart control converts a name like c:ewfolder into c:[newline]ewfolder. I tried adding a slash, making it c:\newfolder, but this only changes it to c:[newline]ewfolder. Is there a workaround for this behavior?
some code:
Chart1.Titles.Clear() : Chart1.Titles.Add("Largest Folders in " & txPath.Text)
Chart1.Series(0).ChartType = DataVisualization.Charting.SeriesChartType.Pie
Chart1.Series(0)("PieLabelStyle") = "Inside"
Chart1.Series(0).YValueType = DataVisualization.Charting.ChartValueType.Double
Chart1.Series(0).XValueType = DataVisualization.Charting.ChartValueType.String
[Code]...
View 1 Replies
Jan 16, 2012
Error: ClassFactory cannot supply requested class.I installed 2003 Add-in: Office Web Components, you can download and install OWC11.exe from the following link:aunched a VB formadded the Spreadsheet 11.0 control and got the above error.
View 1 Replies
Jun 3, 2010
I am migrating VB application in VB.NET. In VB application , there are using Microsoft windows common control 5.0 COMCTL32.OCX. When I add this component in migrated project, it becomes interop_mscommlib.dll. I want to remove any interop dll in my migrated project. So my question is : Is there any .net supported COMCTL32 which i can use and from where I can get that.
View 3 Replies
Feb 1, 2012
I seemed to have have ruined my settings on VS 2010... I can't get the Shapes to work just after I had fixed the problem with the PowerPacks, and then it deleted all of my shapes I had on my form after I was tweaking the code and added another shape. And ever since, the shapes make errors and I can't change there colors. I've tried reinstalling VS 2010, and changing refferences doesn't work anymore. The title is the problem I have with trying to add a shape through the code in my project, here is the code for that:
Public Class Form1
Public Circle As New Microsoft.VisualBasic.PowerPacks.OvalShape()
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[code]....
View 18 Replies
Oct 8, 2011
I'm currently doing a project that includes access 2010 My question will be what driver can I use for an access 2010 *.accdb type file? For a *.mdb it works perfectly well with
ConnString ="Driver={Microsoft Access Driver (*.mdb)};Dbq=" & Application.StartupPath & "\CITSDB.mdb;Uid=Admin;Pwd=123;"
But, when I changed the mbd to accdb:
ConnString ="Driver={Microsoft Access Driver (*.accdb)};Dbq=" & Application.StartupPath & "\CITSDB.accdb;Uid=Admin;Pwd=123;"
It resulted in errors:
ERROR[HY000][Microsoft][ODBC Microsoft Access Driver]Could not find file '(unknown)'.
ERROR[IM006][Microsoft][ODBC Driver Manager]SQLSetConnetAttr failed
ERROR[HY000][Microsoft][ODBC Microsoft Access Driver]Could not find file '(unknown)'
And then it shows me that my code for
If dsLogin.Tables(0).Rows.Count = 1 Then
IndexOutOfRangeException was unhandled
Cannot find table 0
I knew it must be the driver but I don't know what accdb driver I can use for the connstring.
View 3 Replies
Aug 7, 2009
I have a database with one table.I'd like to populate an array with the values in the table so that I can work with the data.How do I copy the data from the table to the array?I am able to view the data with a DataGridView but can't find any info on extracting the data to an array or variable.
View 2 Replies
Dec 7, 2011
I have an error ERROR [22018] [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. and I've been trying to solve this but unfortunately I couldn't get the hack of this error. I'm a newbie in dotNet.
Public Sub LogInContinue(ByVal senter As Object, ByVal e As EventArgs)
Dim LibDS As DataSet = New DataSet
Dim LibDA As OdbcDataAdapter = New OdbcDataAdapter("SELECT * FROM tblUserAccount WHERE Uname='" & txtUserName.Text & "'", LibConn)
[code]......
View 2 Replies
Aug 7, 2009
I am building a VB 2008 Express Edition application.I have built a database (with a single table) using SQL Server Compact 3.5 and have connected it to the project. I am able to view and edit the data using a DataGridView on a second form (tutorial made this very easy). I need to work with the data in the table within the application. how to easily load the entire table into an array or even read the table a row or cell at a time so that I can make all of the data available for manipulation within the application (the tutorials only seem to show how to display the data).
View 7 Replies
May 8, 2011
I am developing a database system using Microsoft Visual Basic 2010 and Microsoft SQL Server 2008 R2. Honestly i don't have any knowledge on how to connect the data in VB to Microsoft SQL Server 2008 R2, so kindly anyone could support me with tutorial videos or ebook or any reference
View 4 Replies
Jul 23, 2010
So I have this error.
[Code]...
So I'm guessing it has something to do with the fact that I don't have office loaded on my computer. Now I have another laptop, with office that I loaded this project on, and it works fine. So do I have to load office on this computer, or can I just reference something?
[Code]...
View 8 Replies
May 3, 2012
I have vb .net windows form application that I want to connect to Microsoft access database using "Microsoft DAO 3.6 object library". My problem is that when I go to Project tab -> Add reference -> COM tab, there should have been "Microsoft DAO 3.6 Object Library" on the list, but for some reason It's not on the list. Then I googled, and found out that the location of "DAO360.DLL" is "Program FilesCommon FilesMicrosoft SharedDAO". After clicking on Browse tab, I browsed to that location, and I guess I added reference on another way.This is the code that I used before for connecting to Access, but for some reason It doesn't work this way on this PC.
[Code]...
View 9 Replies
Oct 26, 2010
Ok well i am using MSScript Conrol in my program. And i would like to add My form as "Form" to the script. I have a code to do this but it just comes up with a error,
Script:
Dim script as New MSScriptControl.ScriptContorl
'Add The Form Event For Load Srry Could Not post event'
script.AddObject("Form1",Me,True)
This should work but it deos not. Can someone please fix the error. If you try this you have add a reference called "MSControl" Them code Imports MSSControl Then script.language = "VBscrtipt"
View 1 Replies
Aug 5, 2010
Basically I've coded an Excel 2007 project in VB.NET 2010 that allows you to create charts with a fair amount of interactivity. I want the user to be able to save and reopen this workbook and still have that interactivity in any already-created charts, so they don't have to re-create them.
When I create the charts, I use Sheet1.Controls.AddChart(...), which returns a Microsoft.Office.Tools.Excel.Chart with which I can handle events and such. However, when I reopen the file and look through the Sheet1.Controls collection, there are no Chart objects. Accessing the charts through Sheet1.ChartObjects.Chart gives me Interop Charts, when I need the Tools Charts.
View 2 Replies
Dec 29, 2010
Here's my situation: I have a control with motion graphics (for the sake of simplicity, a 'video player' control) in my project. Think of a PictureBox with constantly-changing images. In front of this will sit a second control (such as a second PictureBox of the same dimensions). The topmost PictureBox will be drawn to in its Paint event.
I need to draw very few elements, and the bottom control is updated much more frequently than I need for this drawing. So these elements are drawn to the topmost control. Think of a news broadcast, where they have live video in the background, with a news channel logo, news ticker, and sometimes gradient visible in front.
I'm trying to create that 'foreground' control, and the closest I believe I have gotten so far is the following:
Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Drawing.Drawing2D
[CODE]...
The 'Opacity' property in the code above is a sort of "scaling factor." The image drawn to the top control may, in different parts of the image, have any alpha value from full transparent to a full 255. This 'Opacity' property is applied to the entire image being drawn, scaling the alpha values of each pixel.
See the following pictures for description:
[URL]
[URL]
[URL]
View 9 Replies