Find Subimage Inside A Primary Image?
Aug 27, 2010I'm trying to compare two images to see if bmpComp exists in bmpSrc. At this point in the code, the first pixel of bmpComp matches the first pixel of bmpSrc at (intx, inty).[code]...
View 4 RepliesI'm trying to compare two images to see if bmpComp exists in bmpSrc. At this point in the code, the first pixel of bmpComp matches the first pixel of bmpSrc at (intx, inty).[code]...
View 4 RepliesScreen and send are both bmps:This is what I've tried so far but it doesn't work
For y = 0 To screen.Height - 1
For x = 0 To screen.Width - 1
If getpixel(screen, x, y) = getpixel(send, 0, 0) Then
[code].....
On a client i have an anonymous list containing a multi-column primary key previously selected from the DB.Then i need to select all the records from the DB that equals the primary key list i have stored in the memory.[code]
View 1 RepliesHow i can import row from TABLE1 to TABLE2 without primary keyfield or adding correct value to primary key
i tried with two different codes, but result is same, it says: "In the column "Key"a constraint on the uniqueness.[code]...
i'm trying to do some appointment book so i decided to use MonthCalendar control and date changed event for choose the date i tried dataset.table.rows.find() function on other tables which have int primary key and it works its finds my row/s i need but when i tried this func. on date type primary key it cannot find i tried to search with date type ==> fail search with string type like 03.07.2012 ==> failed etc.
View 3 RepliesI have a simple gridview that contains a label in one of the rows. I'm trying to access that label in the RowDataBound event, but for some reason I keep getting a "Object reference not set to an instance of an object." error on the line where I am using FindControl.
I've tried using "gvQReport.FindControl", "e.Row.FindControl", and "Me.FindControl" but nothing works.
[Code]....
Also, programmatically, how do I get the player to stop playing an audio file?I have my app that upon startup has the wmp. The program does not revolve around the wmp, it's just a nice addition for the user. The user has 2 options to "Hide" the player. 1) "Hide the Audio Player but keep Playing the Audio File" and 2) "Hide the Audio Player AND stop the currently playing Audio File". The first option is easy to code, but for the secoond option, I have not been able to figure out in code hoow to "Stop" the audio. And I could not find any examps. Thus, the reason I am asking here.
View 2 RepliesI want to find the values from a number of dropdown controls inside a repeater control. I eventually want to build a multidimensional array, so I can loop through each item and add them to a database table.
<asp:Repeater ID="myRepeater" runat="server">
<ItemTemplate>
<asp:DropDownList ID="AdTitle" runat="server">[code].....
I'm writing a .NET program for an engineering company. Their specification is to find the number of holes (either of same or different radius) on a rectangular plate and then to find the area of the rectangle and also area of the circle inside that rectangle. It's not essential that the circle touches the rectangle.
View 1 RepliesI can't find FileListBox,DirListBox inside the toolbox
View 2 RepliesI want to find the values from a number of dropdown and textbox controls inside a repeater control.
db.ConnectionString = SystemConnString
db.Open()
Dim selectedAdTitle As String = ""[code].....
AdTitle and AdFullName dont seem to be bringing across the values. There is no error so they have found the control ok. Below is the ASPX file code.
<asp:Repeater ID="myRepeater" runat="server">
<ItemTemplate>
<asp:DropDownList ID="AdTitle" runat="server">[code]......
I want to find a url webbrowser control inside iframe.
1) my webbrowsercontrol opena url
2)that url has one iframe inside it
3) That Iframe has a link which I want to grab programmatically using vb.net
i need ti find string in the file with indexing service, the could be any type of file (pdf,doc,xls,txt)
i search on the internet i couldn't find the step by step tutorial
if any one have step by step tutorial to find sting inside the file
I want to do is have a picture box that when you click on the picture box it changes the picture inside the picture box.I have tried but failed at doing something like this..[code]But I can't get the name of the Picture that is in the PictureBox.
View 5 RepliesHow do I create a program that finds the position of an image that is contained in another image?
View 1 RepliesI have a DIV container which has some text, background-image, image. I need to convert that whole DIV contents into image and save.
View 3 RepliesI am new to all this programming and I am using visual basic 2010. My problem is how do I resize that image the "back button image" I know how to resize the square but not the image inside it.
View 3 RepliesI'm making an rpg game but the map images i'm making are very large and I wanted to know if its possible to make the picturebox zoom on one particular region of the image and make the image move within the picturebox...
[Code]...
i have a game in which i move my character (the picturebox) using the keys W, S, A, D....how do i rotate the image inside the picturebox to where it always follows the cursor?
View 1 RepliesDoes anyone know how to set the x and y coordinates of the image inside a picturebox.
View 7 Repliescurrently we are doing a project in vb.net. I want to identify and count a irregular shape of pattern (which is a predefined shape ) inside an image.
View 2 RepliesI know there's way to display portion of image from the original image size, however I still unable to do it successfully. Is there any good examples for me to refer?
View 3 Repliesi'm creating 64 button dynamically during run time. and from database i'm getting the description, font color, back color and picture path. and if the picture path is not nothing, then i need to display that picture in that button. if picture path is nothing, then need to display the description as button text using font color and back color.
this button values are not loaded only once. using button click Addhandler, each button values keeps on changing each time.
The Code i used to display is
Code:
For Each c As Control In Controls
If c.Name = "ItemBtn-" & x Then
c.Text = ButtonText
[Code].....
while i run the program, the image is diplaying in correct button if picture path exist and button that didn't have the picture path is displaying the text.
but the image is not fitting inside the Button. i can see only half of the image. i need a way to make the Image stretched or reduced to fit inside button.
I have a gridview and the one coulmn is a image column. How would i change the DataImageUrlFormatString value in my code behind?
i tried doing this but it does not work.......
((ImageField)(GridView2.Rows[0].Cells[0].FindControl("ID"))).DataImageUrlFormatString
= "~/createthumb.ashx?gu=/pics/gmustang06_2.jpg";
[code].....
how would you identify the shape of text like inside a scanned document containing text and graphics?In a perfect world,users would never enter data in the wrong form,files they choose to open would always exist and code would never have bugs.[URL]
View 5 RepliesI just wanna ask, how to format an image or a picture inside an RTB control? Its like the way MSWORD does the formatting, (i.e Center, Behind Text, etc..).
View 8 RepliesIs it possible to give an image inside of a picture box a transparent background? Like, for example say i have a red circle on a white background, is it possible to make the white transparent?
View 6 Repliesdrawing shapes on a picture box then saving them.
My current situation: I have a scrollable picturebox (achieved using panel + picturebox). On top of the image inside the picturebox I've added labels on different locations(the labels are added on run-time using PictureBox1.Controls.Add etc). I want to save the contents as well as the image inside the picturebox.
How do I create a function to copy and image from a picturebox to another inside the form. Or from a picturebox to a coordinate place inside the form.
View 12 RepliesI have webcontrol inside windows application now i want save image inside page on my local hard disk?