Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27554 articles
Browse latest View live

VS 2012 Int64 to Int32 conversion

I am trying to convert JS program to VB.NET, I don't understand one part: in vb.net: Console.WriteLine(2915711342 Xor -307619539) => -3214925757 || in JS: Console.Log(2915711342^-307619539); =>...

View Article


VS 2010 trying to understand threading

I am a beginner at threading right now and have been working off of the MSDN multi-threading post. I am attempting to use the example and count to 1000 add each number to a list box. while the program...

View Article


[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 Article

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 Article

VS 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 Article


Easiest 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 Article

VS 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 Article

VS 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 Article


Getting 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 Article


VS 2012 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 Article

Image may be NSFW.
Clik here to view.

multiple 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 Article

Creating 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 Article

VS 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 Article


need 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 Article

VS 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 Article


VS 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 Article

Transparent 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


VS 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

Get text between tags..

Hi all, I try to get some text between the tags, is this possible and how can this be done? Code: <ul class="listbox item-frame" tabindex="0"><li class="item active" data-val="1">...

View Article
Browsing all 27554 articles
Browse latest View live