What To Download To Face An Interface Like Windows 07 In .net
Oct 12, 2009what to download to face an interface like windows 07 in vb.net?
View 4 Replieswhat to download to face an interface like windows 07 in vb.net?
View 4 RepliesI need to do a face recognition using vb.net, Any lead or 3rd party controls or anything with this.
View 2 RepliesI'm trying to draw a red rectangle around a persons face in VB.NET, I've tried Luxand FaceSDK but, I need somethign free, I don't want info on the person or anything really, I just want it to draw a rectangle
If TextBox1.Text.StartsWith("http://") Or TextBox1.Text.StartsWith("https://") Then
PictureBox1.Image = Image.FromStream(Net.HttpWebRequest.Create(TextBox1.Text).GetResponse.GetResponseStream)
[code]....
What would i need to make a face-recognition application?Tutorials? DLL-download?
View 5 Repliesi am new to this ,now i am doing project on attendance using face recognition .any body has done this using VB.net i am using vb2005 .
View 3 RepliesHow can I share something on Facebook, using my vb.net code.I donot want human intervention, I just want to supply my credentials to my application and it should automatically begin to share pictures etc. with my intervention.
View 1 Replieshow do i go to a specified URL, grab a png image, and drop it onto my windows form in my vb.net windows application?
View 3 RepliesI found a way to use VB.Net to get the default audio device in Windows 7 through downloading something extra - in this case, NAudio - but I'm now having to research whether this can be done through nothing more than run-of-the-mill Visual Studio .Net stuff, with no extra downloads, externally-done system configurations, or anything else whatsoever. Is this possible? My current research suggests that it basically isn't.
View 1 Repliesim decide to develop Vb .net Application With Sql server Express 2008 ,but microsoft says they limit 4 GB Sze for per DB! So im developing my app for Single user Desktop pc , so what i do when the DB reached to the Maximum size? when the db size reached to maximum size , is it Good thing to create new DB and allow my vb.net application to work with both DB s ?
View 4 Repliesim new to the forums but I have some experience with vb.net.I want to create a windows application that has the ability to allow a user to "login" to the application via the internet and a website that the application serves, and lets the user interact with the program ie change settings etc. I have seen this done with many applications, almost like a web interface back end. Sorry I can't be more clear
I have searched all over the internet but can't find any examples or starting points. Maybe im using the wrong key words I dont know if there is a name for this type of thing.
My program is calling the IExtractImage Interface to get the thumbnail view just like window explorer. It works perfectly in Window XP. But in Windows 7, the thumbnail is in proportional but not aligned center. I have working for few days on this but still not able to find a solution.
View 2 RepliesI was planning to test a webservice on VB.NET application, but it seems that I need the IIS, How can I download the IIS from Microsoft website on a Windows 7.0 machine..Luai Alrantisi, BSc in Computer Engineering, University of Ottawa 2007, Canada. IT Manager of MTN Mobile Telecom.
View 1 RepliesI know there is a lot of forums out there regarding this, but I haven't been able to find what I need and I am somewhat new to this. I would like the simple openfiledialog code button click to attach a word document or PDF and upload it to a SQL server table to be saved. I would like to use my current datasets and controls without creating another SQL query within my project as I have seen in other forums, unless that is the only method. I know that the data needs to be saved as an image type with the file name and extension but I just need the code for this. I would then like to download the doc or pdf to view it within a form.
View 3 Replieswhere i can download some free toolbox controls for Windows Form for .NET?
Ive had a look around and im a student and cant afford the typical 1000 dollar lisences?
I am creating a screen capture program, but I cannot find the Windows Media Control Necessary for it in my toolbox. Is there anywhere I can get it.
View 1 RepliesI am creating a windows application using visual studio. I want somehow to insert an excel file into the application so the user will be able to download it from the program and save it to his computer. This means that the file will be a part of the program. There will be a button that will prompt the user to save the particular file somewhere so he can then view it.
What should I do in order to "embody" the excel file to the application? And what code should I write to link the file with the button?
I'm trying to write a windows app that will download files from a server. It is working fine for small files, but not the larger ones (50Mb+)- I get the error "An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full."This is the code I am using:
Private Function DownloadFile(ByVal fileSource As String, _
ByVal fileDestination As String, _
ByVal WebRequestType As String) As Boolean
[code]....
i want download all architectural with explaintation for foundation database windows 7
View 1 Repliescatalsyt control center can not be open im monitor display, the warning says command line intrface has stoped working already try to downlowload new dr
View 1 RepliesProject about queuing of clients with face capture feature and text to speech and auto generate of reports.
View 7 RepliesI can't seem to figure this out. Below is some HTML on a webpage after I've logged in. The HTML is generated by javascript, and not sure how to do the same thing they do.On the site I simply click the "Georgia KMA" cell in the table that pops up, then click "OK" button at bottom.I've gotten the login done, now I'm stuck, can't get a "Click" to occur in the cell. I've got the javascript up and can't identify for sure what handling the click input.What I'm doing is writing vbscript to automate a file download.I don't have access to modify the site in any way.I have verified by using a msgbox that the DIV item 107 is the correct item for what I want. with this code it doesn't highlight the cell so when I click OK it doesn't do anything but tell me to select one of the listed items.
My Code so far:
'code to halt internet explorer
Sub WaitForLoad(obj)
Do While ie.Busy: Loop[code]......
I am working on an application and I want the user to be able to enter commands into a textbox, and when they press enter, the command is printed in a rich text box, executed, and the output is printed. For instance: the user types move{file1}, {location} into the text box and this happens:
>command: move{file1}, {location}
>$ moving file1 to location
>job completed
How would I write lines to the rtb and execute commands when the enter key is pressed?
This works, partly.
Private Sub TextBox1_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles command.KeyPress
If e.KeyChar = Microsoft.VisualBasic.ChrW(Keys.Return) Then
RichTextBox2.Text = Environment.NewLine + command.Text
End If
End Sub
it erases everything in the textbox before adding the line... I would also like to be able to make a database of commands, maybe a .dll or something, so that when the user types in something, it checks that database to see if the command exists, if it does it executes, if not, error.
im building a mp3 player in vb 2010 i am using windows player to play files but the visualizations do not suit my design. how i can add visualizations to sink with windows media player?
View 2 RepliesHow do you drag objects without a windows frame?
View 5 RepliesHere is the IDL definition
[code]...
I am getting the following error:Unable to cast COM object of type 'TESTSERVERLib.TestClass' to interface type 'TESTSERVERLib.ITest'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{DAFB7D76-0158-452F-8FD0-FF97A683DEA3}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).Object reference not set to an instance of an object.Whereas the same code works from an VB .Net Forms application.Can anyone explain why this code does'nt work in a VB .NET windows service.
I'm not sure that I'm doing the right thing here..I'm writing a user control that's supposed to be (fairly) generic. It's a bit like a modified email client specifically tailored to some of the internal things we do.
The view is composed of two main pieces, a message list and a viewer. I need this viewer to be interchangeable, so if someone wants a different style of view they can simply handle an event and change a property. My original idea was to just have an INoteViewer, but since I'm adding it to my form I also need to guarantee that this object is a Windows.Forms.Control of some sort.
Should I continue along these lines and maybe raise an ArgumentException if I can't cast it to INoteViewer, or should I go a different direction and create a class that inherits from Windows.Forms.Control?
I want to make program for "face recognition" using SQL sever Database, using vb.net ,vb6 as GUI
My system will make comparison with high performance with 500000 images stored in the database
If there is an OCX or SDK can i apply it with sample in vb.net or vb6 , and then i can buy License version.
I usually download file using following code:My.Computer.Network.DownloadFile("url of the file","filepath to save the file")But recently I encountered a site that only allow file download if you click it from its site and not via direct downloading from vb.net code.How to download file from http server that requires a referral before allowing the download?
View 1 Replieshow can I calculate the download speed if I use a webclient to download files async
View 2 RepliesHow do I make it so that when the user clicks on a download link, the download dialog is surpressed?
View 5 Replies