Change AxShockwaveFlash1 To ShockwaveFlash1 In Vb10?
Jul 1, 2010how do i change AxShockwaveFlash1 To ShockwaveFlash1 in vb10
View 1 Replieshow do i change AxShockwaveFlash1 To ShockwaveFlash1 in vb10
View 1 RepliesUsing this Pixels Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]...
This will scan the whole screen for my specified colors. How can I make it scan the AxShockwaveFlash only?
I did a test using AxShockwaveFlash1, and while I set the WMode to Transparent, and tested the form, the transparency didn't work! How am I supposed to make it transparent?
View 1 RepliesAnyone got any ideas on how i would go about fading in/out a textbox? Because only forms have opacity properties i was thinking of something like setting the background color to transparent and setting the forecolor of the text to the same as the background color. Then using a timer i could slowly change it to black, etc.
View 7 RepliesIs the Horizonatal scroll bar an available tool in VB10. If so where is it?
View 5 RepliesI am writing a program for my intro to programming class. we have to make a bar chart using asterisks to show the bar items. he said we have to use nested loops. that i understand, but i can't figure out how to add the asterisks into the string without causing them to all be on separate lines.
View 3 RepliesI want to Replace a file with another in vb 10.
1)when Anyone click a button it will open a open directory.then it have to replace the file they choose with mine.
2)i need the code
Dim as new openfiledialog
is there a library for the matrix like the library of the complex numbers for example?
View 2 RepliesI had an assignment that I had done, which has been turned in, I was able to get it to graph, but it when it reaches the right side of the screen it drops off, when it is is adjusted using the velleman controls it jumps back up, hw would I fix this.
Here are the instructon for the assignment:
Write a program tat rads two analog inputs from a velleman board and plots the values on a rotating graph. The number of value plotted horizontally should be specified in a text box. Label the graphs vertical values in at least three places. Print the current voltage reading for each input in it's own lable. The graph should auto scale to fille the graph vertically and horizontally.
The two things that I couldn't get to work is the graph drops off the chart and I was unable to place the vertical values in three places.
Here is my code:
'Date: April 10, 2012
'Progammer: Cathy Hjelm
'Progam: wk8-1
[Code].....
I'm trying to use mockling with VB10(VS2010) to improve my unittesting. I have a C# lamda expression example but I don't know how to implement this in a VB lamda expression? v => v.Load += null The full Moq to raise the load event would be view.Raise(v => v.Load += null, EventArgs.Empty) .Net Developer
View 1 RepliesThe title basically says it all. What are the main differences between .NET 4.0 and .NET 4.5 and is it worth upgrading to .NET 4.5?Jordan St. Godard |Microsoft® Community Contributor 2011
double twoCents = .02;Console.WriteLine("$" + twoCents.ToString());
I have just opened VB10 for the first time and it converted my VB8 program beautifully, except that all of the screens are not showing any data !
My reference to the MS Access database file is as follows :-
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:MoneyMoney.mdb"
Do I need to change any of this syntax or is there some other reason why VB10 won't show anything ?
How can I set the width of a form in inches (or cm) instead of pixels?
I want to print the form, so it needs to always be the same dimensions (4" by 6"). I saw some examples for previous versions of VB, but nothing that works in VB10.
I recently finished a class that we're using to tie Access to some WCF Services. Of course this means that the .Net classes (and all of their properties) need to be visible to COM. Given that I'm using VB10 and the Contact class has about 20 properties I went ahead and used auto-implementing properties.Much to my surprise, the properties were not accessible from within VBA in Access. I tried marking the properties as ComVisible (which I didn't have to do in the past with standard properties) and it still didn't work. After changing the auto properties to standard properties everything worked.
Became
Public Property FirstName As String
Get
[code].....
i am working on a project in vb10 i want simple code to add delete or update record in ms access by a click of button
View 10 RepliesI am developing a simple application in VB10 that uses ADO.net to store data in an Access database, and gets input via a serial port RS232. It works well, but is not fully debugged. Unfortunately, a problem has recently started where as soon as i close the program I get a blue screen. Makes it hard to debug. The solution does not even have to have run; it just has to have been loaded and then exit VB10. The blue screen aslo happens to most of the other example solutions that I have downloaded.
Questions:
1)How do you capture the STOP error codes (probably stupid question)?
2) Is there an easy solution that rings a bell? My IT support is trying but not getting anywhere. Have to believe it is hardware related, but the hard drive checks out with testing.
I try to determine the lenght of a string variable, but get the wrong outcome when using: testje = Len(testSTR). When I insert the following line of code: testje = testSTR.Length the answer is still wrong but when I click "Length" I see the correct value. How to get at that value, so I can use it?
View 11 RepliesI've been using the vs2010 beta but I can't seem to get edit and continue to work.
Compile -> Advanced Options -> Target platform is set to x86 (Compile -> Platform is disabled and set to Active (Any Cpu)?).Options -> Debugging -> Edit-and-continue is checked but grayed out. Presumably for the same reason I can't debug.Options -> Historical Debugging is set to Events Only. Disabling it doesn't help.I get no warnings when trying to modify files while debugging, they're just read-only (shows a lock icon in tab).
What are some other options that might be disabling edit-and-continue?
can I increase the diameter of the sphere of radio buttons in VB10?
View 2 RepliesI want to read data from excel sheets and write into tables in database visual basic 2010. I am usinq Oracle 9i for database.and my objective is that user should select excel file and if button is pressed then I want to extract data from excel sheet and store in a already created tables.
View 5 RepliesProblem in VisualBasic 10 on Windows 7 OS I have a form which has 30 lines for user input in format <textbox for Name> <comboBox for Type> <comboBox for Quality> <NumericUpDown for Amount> At the start of each line is a CheckBox. The intention is this enables/Disables the line. I have associated each object with an Array - eg
Dim Name(30) As Textbox
etc
and assigned
Name(1)=Name1
[code]....
ie enable/disable the boxes on a line dependent on whether CheckBox is Checked The Sub for Picked_Changed refuses to allow referenced to the arrays within, even if not generated by the picking of box (see above - it allowed '=Men3.Value' but not 'Men(3).Value', although the button sub is fine with this)
I'm using Visual Studio 2010 / VB / dot net 4.0, and I have a drop-down menu in my left column that switches resource languages for the end user. It reads like this:
--------English ------- <<- Engish is always the default top language option
French |
Spanish |
[code].....
How do I convert a VB4 source code to VB10 source code?
View 3 RepliesI have two combobox in a form: Cb1 and Cb2
When I load the form, Cb1 and Cb2 are connected to a bindingsource.
When I change Cb1, the code (below) changes Cb2 to show only the items according to Cb1
This is working fine.
The problem is when I change Cb1 , change Cb2 and click the save button..... Cb2 seems to be 'lost'...
I'm using VS2008.
CODE:
I have a DGV I am working on, and I have many columns.
For example I have Columns colcase(Combobox), colreportTime(Time)
the combox shows 4 cases {A,B,C,D}
what I need to do is if the user select "C"
the the colreporttime will show the time of this change unless the old value is C
I'm getting familiar now with using the Dataset Designer and how it makes for quick and easy updates and query of tables. I use to use the OleDB commands and leave the Connection String as a Global Constant so I can easily change it if the server name changes, or if we have to re-direct the .NET to another instance of the database.
But now that I use the Dataset designer I'm concerned that I maintain flexibility and support in the long run. how the Dataset designer works and where it stores it's connection string info? And how difficult that would be to update. It looks like I modify the App.config file, but I'm unfamiliar with this.
What am I getting myself into? It looks like a standard XML file. Is that it?
Ok, so I know I have to change the labeledit to true but that doesn't change the selected node to be able to edit, so how does that work?
Along with renaming I have it set to that a user can add a node. So once the node has ben added how do I let them rename it as it is being added and without being a prompt or inputbox? So lets say I cam clicked on a parent and they click add node, it adds it to parent but I have it so it is default "New" but I want them to edit it as it is added. I think it will be along the same lines as clicking on one and rename but I have to start some place.
Can someone please help me create a very very simplistic sample page as the chat page included is too coomplete. something as simple as detecting a change in the database and displaying the word "change" on screen in realtime for any client connected.and I tried creating a global.asax file into which I added in the line mentioned in the link above, but it does not seem to like the word "Setup" in the line [code]
View 2 Replieswhats wrong with my code?if i change the item from the combo box..the textbox not change or has an error?
conn = New MySqlConnection()
conn.ConnectionString = "server=localhost; user id=root; password=12345; database=gigzta; allow zero datetime=no"
strsql = "SELECT accNo FROM accinfo WHERE (completename LIKE '%" & ComboBox2.Text & "%')"[code].....
I have 10 Comboboxes in a form. All these combo boxes have databound items which come from the same column in a table in the database (access 07) (Am designing a billing software, and these comboboxes show the items (10 lines of them).All these combos reside in one Groupbox.Now for the strange (scary/funny) part, whenever I change a value of 1 combo, all the other combos change automatically and show the same value as the one that was changed. (strange!).
View 6 Replies