VS 2010 ListView Selected column
Hi, I have a listview item with 6 columns. I want when clicking one of the six columns to get the index of the column or even the first entry of the column (if thats simple). I have searched and i...
View ArticleVS 2010 Need Code for Update Datagridview
Hi All Please Help me for Updating Data using Datagridview Here is my code: Public Class Details Private ProductList As New AutoCompleteStringCollection() Dim con As New SqlClient.SqlConnection("Data...
View ArticleVS 2010 Council to develop web applications.
Hallo to all, I need for a council to develop web applications. I am a vb6 developper, and I need to develope a web application. I would like to develop in Visual Studio .NET. From researches done on...
View ArticleVS 2008 Listview, copy all items where subitem contains string ?
Hi, i have a listview full of items. Subitem(3) is alive, dead, timedout or failed. How would i copy all items where subitem(3) = alive to my clipboard without removing items from the listview ? Thanks...
View ArticleVS 2008 I am confused... and must be stupit too.. trying to use delegate subs...
I am completely confused... ok... I am not what you might call a seasoned programmer... but I can do what I gotta do when I gotta do it.. Anywho... I am really confused. I built a simple Telnet app...
View ArticleVS 2010 Help with CMAnimation / ProcessAnimation
Hello group. In my search for a control that would allow me to display some animation while my program was working I came across this Dll / control. I cannot remember where or how I got it and I have...
View ArticleVS 2008 Assignment help in visual basic
Hello I have a visual basic assignment in visual studio that I am stuck on. The assignment is to create a coffee shop system. I am give four drinks with fixed prices. The user inputs the orders and it...
View ArticleVb.net Linq query add where clause
Hi I created this query which work 100% fine in vb.net light switch {See Code below} I wanting to add a where clause to say where GrnDetails.GrnNo.Id for the insert dunno how to add a where clause in...
View ArticleVS 2008 DataGridView Update Problem
Good Evening All I recently received some help on here from some of the guys in regards to updating a datagridview & saving the changes back to my database & they sorted the problem straight...
View ArticleVS 2010 Prevent command button being selected?
Hi there, I have a form that runs code on a arrow keys keydown event so that a label is moved around a container. This has been working perfectly until I added my first command button. Now, the arrow...
View ArticleVS 2010 [RESOLVED] Linq updating datatable weird
Hello I have a .net page where I am pulling a report from the database, altering the data slightly, and then emailing it out. The report from the database takes a bit to run, so I built the page to...
View ArticleOracle query
I have a table that keep information by date. So sometime I will need certain by date on a daily base. So how can I do a query that lookup by previous date? My query is below SELECT (PROATE)as...
View ArticleVS 2010 [RESOLVED] Display text in listbox, but via query method?
I'm well aware of the traditional method to display text in a listbox: Code: lstOutput.Items.Add("Some text.") However, I need that same type of function to occur via a query: Code:...
View ArticleHow to programmically click the Minimize button in the Control box of a Form
I know this is probably a simple question but I don't know how to do it. I have a form whose windowstate is set to minimized so that it will run minimized in the task bar. When I click the Icon for...
View ArticleApp.Config not encrypting... Windows Form
Hello, I am trying to encrypt the app.config file on my project. I am using this code : HTML Code: ' Open the app.config file. Dim config As Configuration =...
View ArticleMaking a message box when process cannot be found.
Hello, I'm creating a process manager kind of like task manager and I'm trying to make a new task button. What his does is open a new form and in that form has a textbox and a button (and some other...
View ArticleVB 2012 Enter KeyPress Event
Ok so basically my project has about 5 different forms. Each has 3 Text Boxes and an OK button. I am currently using the code below to make it so that when text is entered into TxtBoxA and then enter...
View ArticleVS 2010 Auto-update textbox?
I don't even know if it is possible, but I attempted it anyway. However, it did not work. Here's the code: Code: Private Sub Payroll_Load(sender As System.Object, e As System.EventArgs) Handles...
View ArticleHired someone for SQL Server/ Visual Basic-getting screwed
Hey Guys, First off I know absolutely nothing about programming ( vb/sql etc), I created a database on Access 2010, and im noob even on that. I have an access DB that I hired someone to port that over...
View ArticleVS 2010 string of hex to data table
Hi all, I am new to vb programming but I have had 3 years experience in learning(badly) C at uni. I am attempting to create a GUI to control a MCU via rs232 and read data from it. I have got to the...
View Article