VS 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 [RESOLVED] 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 ArticleVS 2012 DataGridView - get the cell's displayed text, not it's value
We have an Export to Excel routine that's been working fine. It exports the DataGridView cell values to Excel. I've recently been asked if we can make the Excel data look like what's in the...
View ArticleVS 2012 Replace Text File...
how to replace a specifice text in a text file ? i used my.computer.readalltext("path").replace("Withme","Number") but this Does Not replace That Specifice line, It Addes an New one with The replaced...
View ArticleVb Volume mixer controller
I have searched around for the past hour, and can't manage to find an updated script that allows you to access the windows 8/7 volume mixer. I need my application to find spotify in the volume mixer...
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 ArticleVS 2012 Mouse click in DirectX Game/Application.
How would i make a vb.net application, class, or module that would do a mouse click like every 60 seconds or something like that in a directx game/application. If needed to inject the module/class into...
View Article[RESOLVED] My.Settings.Item()
I have a tabControl full of check boxes that I am using in three way mode to keep space minimum from Radio buttons. When a check box is clicked it sets a Tag setting of a 1, 0, or sets a custom string...
View Article