VS 2010 VS2012 / SQLite V1.0.84.0 Database locked
Hi all, I was developing a vb.net application in VS2010 using a SQLite (System.Data.SQLite 1.0.82.0) database. Not any problem Now I migrated to VS2012 and installed the proper SQLite version...
View Articlesomething like db4free
Hi Everyone! I cant create a Mysql database on www.db4free.net.... prob is down or something, do anyone know where i can get a mysql database that is oper for remote access? so i can add it to my...
View Article[VS 2010] Take name from datagrid and grab their email address from an excel...
Hi, i have been putting together a program that will send multiple emails for work. we have a userlist on a excel file because a proper data base is out of question :-(. i am now a bit stuck as to...
View Articlechanging printer port
how can i change the printer from using vb.net code from COM1 to LPT1?
View ArticleXML Reader?
Hey, so I have gone through a lot of Google pages and found numerous xml examples but none of them work for me. I try importing this and it says does not contain any public member or cannot be found!...
View ArticleRow Index in GridView RowCommand
Seems like a stupid question. I know I've done it before, but for the life of me I can't remember how to get the current row index if I use a Link Button in a template field in a gridview and use the...
View Articlehow to print the datagridview contents using crystal report ???
hello every one dears i have MS access database with 3 tables and my project has tow forms the first has the datagridview and the second has the crystal report viewer and i added the crystal report to...
View ArticleMissing framework error is not very helpfull.
Example - Application requires FW4 but FW4 is not installed then the error thrown by the application is not very helpful. "The application failed to initialize properly (0x0000135). Click on OK to...
View ArticleVS 2008 "Reference to a non-shared member requires an object reference." err...
Hi All, I get "Reference to a non-shared member requires an object reference." error only in the immediate window when checking the values on a form (frmMenu) that I've just hidden: Code:...
View Article.NET for Windows 8
I would like to maximize StudyX's .NET compatibility, and make sure that nothing special has to be installed on Windows 8. I t looks like 3.5 is not available natively on Windows 8, but I am not sure...
View ArticleVS 2010 Is there a way to set auto resize column only for particular column...
Hi all, I have a datagridview with 4 columns defined in it and i would like to set the auto resize column only for the 3rd and 4th columns only. This is because the data being added to these 2 columns...
View ArticleVS 2010 can't resize itempanel height
i cant change the item panel height for some reason it keeps giving me this error can anyone help ? Code: Me.GalleryContainer3.DefaultSize.Height = ItemPanel1.Size.Height Code: Value of type 'Integer'...
View ArticleVS 2008 PrintPreview looks different then printed document
Hi, i am just learning how to print in VB.NET and using the PrintPreview and PrintDocument. when drawing a rect over the whole printable-area it is printed correctly over the whole area, but in the...
View ArticleVS 2010 Extracting information from an access database
hello, ive had help from another user on here which im thankful for, but when ive tried the code which i was given i cant seem to extract the data in need from an access database, if i add the code im...
View ArticleClasses: What are Private properties for?
I'm not sure if I'm using the correct terminology. But say I have the following class: Code: Public Class clProject 'Constructors Public Sub New() MyBase.New() End Sub 'Private...
View ArticleVS 2010 UAC error (VB.NET)
I have a problem with UAC permission in windows 7 & vista . My application copies it self to C:/file.exe . The problem is the application says "Access to path is denied" , so I've changed...
View ArticleVS 2010 Funtion key in DataGridView
In a Data Grid View when I'm entering data in a certain cell I want to press say F10 and it copies the data from the cell above, or if I press F11 it copies the data from the cell above and increments...
View ArticleVS 2010 Datagridview - replace a keypress with another key
Code: Private Sub dgv_WorkHistory_EditingControlShowing(sender As System.Object, e As System.Windows.Forms.DataGridViewEditingControlShowingEventArgs) Handles dgv_WorkHistory.EditingControlShowing...
View ArticleVb.net syntax errors
Hi I am not sure why I an getting the following error messages, could someone please help me sub one...
View ArticleListView autosize
I am having some issues with auto sizing the list view. I have set the properties to auto size based on the ColumnContent but in one column my header is longer than the content so it cuts off the...
View Article