Visual 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 ArticleVS 2013 adding data into database
Dear all, I am trying to add values into data base. Problem i am facing 1) while adding data first time , data not being recorded into data base. data enter second time being recorded , can be edited...
View ArticleVS 2012 Can someone explain Why this doesn't work all the time.
I am trying to download a file in my application.. If I call it from a button or menu click event it works but in other callings it does not and returns a 0 length file and never attempts to download...
View ArticleGet List of SerialPort via VB.Net
Hi guys, I am trying to create a simple application that can get all available serial port in my machine and then display it into a combobox. I used IO.Ports.SerialPort.GetPortNames() to get them and...
View ArticleProblems connecting to Access DB from VB.Net windows form
It's been many years since I have done this. I want to read an Access database table from my vb.net windows form. I'm sure I don't have the connection string correct but not sure how to fix it. here is...
View ArticleI need a vb.net INSERT example to an Access 2007 table example.
I have a vb.net windows form program that needs to insert new rows into an Access table. It's many years since I have worked with Access. I'm getting syntax errors on my Insert statement. If I remember...
View ArticleTrying to calculate a set placement for dynamic radio buttons?
I have a groupbox that dynamically loads radiobuttons horizontally. The problem that I'm having is that the "Width" property of the radiobutton stays the same regardless of what the "Text" property is....
View ArticleClients not receiving Response from Server
I am new to VB.NET. I am making a TCP/IP Chat Application. I have struggled a lot, till i came across a very simple guide to make one. I followed all the instructions, step by step. My problem is that...
View Article