VS 2012 Move up and down multiple selected rows in Datagridview
Hi All, I need help, I want to move up or move down multiple selected row. I'v done for move up and down one row only.
View ArticleVS 2008 Windows Mobile Datagrid column width
Code: Public Sub showdatabase() Â Â Â Â cmd = New SqlCeCommand("Select * from Table001", con) Â Â Â Â If con.State = ConnectionState.Closed Then con.Open() Â Â Â Â myda = New SqlCeDataAdapter(cmd)...
View ArticleDatabound DGV update datase table contents
Ok i know what a basic question how to update a database table that is bound to a DGV i know how to do that but i dont think i know all the tricks or i might be doing it the hard way. See the way i go...
View ArticleVS 10 Avoid duplicates problem.
by the way .list1 from any other thread that helped doesnt work for my vs 2010 basic dont know why. and also list sample of my code. ----------------------------------- If TextBox1.Text = cd Then...
View ArticleVS 2008 [RESOLVED] Desperate For Help - Program Has stopped Working
I have been developing this app for the past 2 years and have now encountered a problem. within the last two weeks i have done something to the code that has prevented the app from running on any...
View ArticleVS 2008 Highscores to existing html file
Hi, I've created a music-based quiz program that randomly generates musical notes on a picturebox or through your speakers and you have to choose the correct note from a list of buttons on the screen...
View ArticleThree questions about System.Drawing.Imaging
Hi Guys! I have an image array, let say MyImageArray(51) which is created by e.Graphics.DrawImage. For ex: Code: For n = 0 To 51 Â x += 16 Â e.Graphics.DrawImage(newImage(n), x, y, width, height) Next...
View ArticleWhy is VB.net considered unsuitable for building an antivirus program?
Hi all, Long time no post. I'm looking at designing a antivirus program, yes, ambitious I know... I have a fair knowledge of vb6, and have recently been doing more in .Net. Most of this learning has...
View ArticleIf ElseIf problem assigning user input to command buttons
Hello, This is my first time here and am having problems with a piece of code I've been working on. Problem: Form1 has textxtbox to get user input and a command button to save user input on form4. I...
View ArticleVS 2008 get checked state of checkbox
Hi, I have a data grid view which is bound to an access table in a VB.net form. I added a column of check boxes to this grid view. I want to delete the checked row from both the table as well as grid...
View ArticleVS 2010 Program stops after error
Hi Guys, What i'm trying to do is load a list of urls and pages and check for a 200 code, if we receive the "OK" back then perform an action, my code: Code:     Try       '// OPEN FILE...
View ArticleForm to Member
Hello programmers, I have one problem, here is image and row of code: So, any idea how to Form1 become member of "PrintanjeTest.Form1" (PrintanjeTest is name of project). Realy thanks for help :wave:...
View ArticleVS 2008 rs232
Hi I have a lot of data coming through the rs232 port If data starts with a capital letter "A to N" then it will be displayed on different labels. Example of incoming data: B12.7+ vbCrLf E38.5+ vbCrLf...
View ArticleVS 2012 Showing the Connecting.State string on a label
Hi again everyone. I've come back with another problem that is driving me nuts .. I need a statusstriplabel to display the following states of an SQL DataBase connection: Online Connecting Broken...
View ArticleVb 2012
I am very new to the VB world, as my job has started to evolve it kind of seems that I should as well. So as a little starting project I decided to create a little application that would help me to...
View ArticleJust wanted to say, Thank you!!
All, I am very new to VB .NET and I was given a daunting task I doubted I could succeed at. With the help of this forum I have finished the core programming logic of my program and have moved it to QA....
View ArticleVS 2010 How to Move Items from ListBox to ListView & Trim Last 4/5 Chars?
I am creating a Tool to Show Country flags from IPs and using same method for my Proxy Tool. All the IP's + Ports are added in a Listbox. I use an ImageList in LISTVIEW for the flags. The listbox is...
View ArticleHaving issues trying to use old VB6 Code (Shell32.dll) in VB.NET 2012
Hello all, I'm trying to code a FTP Client and I found some old code on the web that seems to do what I'm trying to do (at least that's what the comments say) and it uses Shell32.dll to grab Icons to...
View ArticleVS 2010 porblem with DataTable.GetChanges function
hi friends i have a datagridview in my form . it has a datatable as a datasource named "dt". after any changes : if i put getChanges function in a button click event getchanges function return nothing...
View ArticleVS 2012 Application , Access DB + 4 Users. Read Only Error
Hi all, i have an application that users can search and update records in. The application and database are stored on a network drive and everyone has full rights to the folder its stored in....
View Article