[RESOLVED] [VB2010] - Data Base
i'm learning how use Data Base using code: but what is the method for save the table in a file? Code: Private m_DataTable As New DataTable (i'm learning form Teach YourSelf VB2010 in 24H and don't tell...
View ArticleVS 2010 iTextSharp letter problem
Hello to all :wave: I have notice, that iTextSharp for creating PDF from my labels does not create letter "č" (letter create). Any idea how to fix this problem. Realy thanks for ideas...
View ArticleVS 2010 Modifying a control
hi i need some help to modify a listview control, as the guy started making it and then dissappeared offline.... Code: Class NSListView Inherits Control Class NSListViewItem Property...
View ArticleEasiest Filter Code
i am trying to code a program to load a file filter out randomtext & "/register" & Random text on a single line and re write the file what is the easyest code to do this Example input blahg...
View ArticleVS 2012 Creating A VPN Client
Hi guys, I am wanting to create a program that can setup a VPN connection. I am hoping to do this in VB.Net. Windows has a pretty easy way of setting up a VPN connection manually so I was hoping there...
View ArticleVS 2012 DirectX screenshot tool
Guys i need help with a working screenshot tool I put together, with the help of a vb member .paul. It takes a screen shot of normal windows in full screen and it uses a transparent form with 0%...
View ArticleGetting the source setup file location
Hi, I use oneclick deployment for my vb.net application, it install the S/W in "localuser/../...." some random place. I can get this location using Application.ExecutablePath or Application.startuppath...
View ArticleVS 2012 [RESOLVED] Throw Statement
In relation to exceptions, is there any point in having a Throw statement inside a Catch statement? Doesn't the Throw statement actually initiate the Catch clause?
View ArticlePausing while button is clicked..
Hi all, I'm new here so sorry if my question is placed in the wrong sub-forum. I'm busy with programming a program for one of my websites. The function will automaticly choose the categories that the...
View ArticleVS 2012 How To Get All Cell Values From One DataGridView Column?
I need to get all the cell values in a colum. I have Tried the following code below, but it is only returning the value of the Last Row in the column. So if my column were... | COL 1 | |COL 2| |COL...
View ArticleVS 2012 Serialized Object Type
If I have an Object that is Serialized to a file, what is the best way to determine if the object is of a certain type? Do I need to open the serialized object and then check its type, or is there an...
View ArticleVS 2012 Check if settings exist
i'm wondering if there is any way to check if an application has saved settings (My.Settings.Save)
View ArticleVS 2012 Object Type as a parameter in a function
How can I check if an object is of a certain type in a function. Here is my code: Code: Public Function IsSerializedObjectAValidObjectType(Of ObjectType)(FileName As String) As Boolean Dim...
View Articlemultiple values in previous comboboxes VB.net
Hi All, On my form, I have few comboboxes, which are taking data from access table. The form works like that - On-Load connection.Open() after that, user is oblige to choose 1) Account, if he will...
View ArticleCreating an Array of Panel Controls Using the Designer
I have created 20 panel controls on a form and within each of the controls there are two radio buttons. Is there any way, using the Designer that I can rename the controls so that they exist as an...
View ArticleVS 2010 Webbrowser click on Link (Dynamic)
Hello there. I have a very simple question. I have to click a link in my webbrowser, but the poblem is that the link isn't constant, and a part of it always changes. What remains the same is the word...
View Articleneed advice on how to add, edit, delete questions in a quiz application
i am building a quiz application using vb.net and ms access. i want the user to be able to to add , delete and edit the questions which are stored in a table in the ms access file. should i use...
View ArticleVS 2010 TreeView drag/drop question
I want to be able to drag & drop treeview nodes onto a "trashcan" icon to remove them from the treeview. I added a label icon & set its AllowDrop property to True, but apparently a label...
View ArticleVS 2010 [RESOLVED] Creating a folder in desktop
Hello to all, any idea how to automaticly with aplication create folder in desktop I don't whant to directly save it to Desktop, but I whant that application (it selves) create a folder "New", where...
View ArticleTransparent Button Background On Mouse Enter
I have created a circle button with transparent corners, I set the properties to backColor as transparent, FlatStyle is Flat and I have selected my background image. Now, I have coded the MouseEnter...
View Article