Can lockbits make this graphics operation faster?
Here is a complete program. It initially sets a bitmap to red, then when you click on the "Update" button, it turns it blue. It displays the images in PictureBox1 and PictureBox2. The method I use, is...
View ArticleVS 2008 How will Use the items in a listbox in a IF conditions
how will i use the item added in my listbox to use it on IF statements.. Thanks in Advance
View ArticleHow to move component with mouse using WinApi?
Welcome, How to move component with mouse using WinApi? I using Visual Basic 2013.
View ArticleVS 2008 syntax error in update and Insert statement - access database
On my own observation i don't see any errors, anyone can help me? thanks heres my Adapter: Code: Dim da As New OleDb.OleDbDataAdapter("SELECT EmployeeID as [ID], " & _...
View ArticleVS 2008 Voice Regognition
I'm just a newbie on vb, I want to design my final project using vb, I want to add a voice recognition, please what is the code to use?
View ArticleVS 2010 [RESOLVED] Getting "The calling thread cannot access this object...
Hey guys, im getting this "AweInvalidOperationException was unhandled, The calling thread cannot access this object because a different thread owns it." error after closing my application. I think this...
View ArticleVS 2010 [RESOLVED] Can't open form in tabpage through context menu.
so my problem is that i am unable to open a form called 'about' in a tab page through a contextmenu item, this is the same case when trying to use a button to perform this task. this is the code i am...
View ArticleVisual Studio 2015 VB.NET Missing Default Icon !
Hello I`m Start Use Visual Studio 2015 recently and I surprised There is No Default Icon Does any one have same Problem or Just me ? Attached Images Â
View ArticleVS 2010 How to Get element by ID in this case?
Hi everyone! I'm migrating from VB6 to VB.NET and I'm a trouble about webbroser using getelementbyid My code in VB6: Code: browser.Document.All("usuario")(1).innertext The "(1)" was to point to the...
View ArticleVS 2010 Im making a SQl login but
i need it to open a file that is zipped and passworded then run a .CETRAINER can anyone help me!
View ArticleVS 2015 find corners and lines in a pricture and give there lenght
Hello, I want to help my uncle by doing a little programm for him. At the moment he measures everything per hand and this takes a long long time, furthemore his eyes are bad at this point and he is not...
View ArticleCode Not working
Hi, This is the error i am getting i know little of Vb.Net and tryng to learn more please can you tell me or guide me how can i rectify this error. i am using VS 2010 to do this. thanks Error 4 Type...
View ArticleVS 2008 Loop through listbox items
I am making a program to automate entering data into a website im building. I can only enter one line of data at a time. So I want to have a listbox with say 8 items, I want to take listbox item 1...
View ArticleVS 2013 I can't read new javascript html generated into webbrowser
Hello, I am new in VS and I am having problems with webbrowser and javascript. I load a url into webbrowser and I click in a link. This link modified the page creating new html code and showing new...
View ArticleVS 2008 [RESOLVED] Syntax error in UPDATE statement.
Please help i always get Syntax error in UPDATE statement Error when running this. Using connection2 As New OleDbConnection(connectionString1) connection2.Open() Dim mycmd As New OleDbCommand("UPDATE...
View ArticleITaskDefinition and authentication
In regards to ITaskDefinition and authentication http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx I have successfully had task definitions running perfectly well under a domain username and...
View ArticleVS 2013 Detect CTRL + 5 key is pressed
Hi there, How can i detect that CTRL and 5 both keys are pressed simultaneously. Thanks Ladak
View ArticleVS 2010 Listview subitem forecolor based on Text value
Hi to all, I have several columns in a listview some of which contain numeric values. I want that if a subitem value is less than 10 then its forecolor be red. I have set .UseItemStyleForSubItems =...
View ArticleVS 2013 [RESOLVED] Detect CTRL + 5 key is pressed
Hi there, How can i detect that CTRL and 5 both keys are pressed simultaneously. Thanks Ladak
View ArticleVS 2010 [RESOLVED] Listview subitem forecolor based on Text value
Hi to all, I have several columns in a listview some of which contain numeric values. I want that if a subitem value is less than 10 then its forecolor be red. I have set .UseItemStyleForSubItems =...
View Article