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

_Get Content, Store Searches, Formatting

Hey, I created a macro for excel that finds content off a website and displays it in Excel. Here is some of my code - Code: Sub URL_Get_Query()   With ActiveSheet.QueryTables.Add(Connection:= _...

View Article


VS 2010 Search for image in another image.

Hi, I want to find a image in another image, I found this code: Code: Imports System.Drawing Imports System.Runtime.CompilerServices Imports System.Drawing.Imaging Imports...

View Article


Is there a way to put a transparent label on top of a picturebox and still...

Hi there. I was wondering about a picturebox with a large image on my form. I also have a label caption I want to put on top of the image. I would like to set the label backcolor to transparent, so...

View Article

[RESOLVED] .NET Style Object

How can I create a new object in VB.NET which will have a structure similar to .NET functions. EG: dim name as string = ISecurity.User.DisplayName Where display name is a public read only paramater...

View Article

VS 2010 Click event for dynamically created sub menu strip items

Hi I am relitively new to VB and have a quesdtion regarding the MenuStrip. I have a menu strip on which I have created multiple items/menus via the conventional click in the menu and type the items in...

View Article


Image may be NSFW.
Clik here to view.

VS 2013 Making statistics table, encountered a problem, please help me.

Hello guys, first of all, happy holidays to all. :) I would need some assistance with my code. I've coded a program where you choose your favorite fruit and then the input is added to text file. When a...

View Article

VS 2013 Need some help making a VS Addin

I have followed the steps here: http://msdn.microsoft.com/en-us/libr...code-snippet-2 to the tee and it works well ... I want to change its functionality and highlight all of the comments and strings...

View Article

using vs finally

Hi, I was wondering, which technique is a "better" way manage resources. In my case, a data connection and a data reader. I uses a nested "using" statement in a try/catch block rather than explicitly...

View Article


VS 2012 WYSIWYG Winforms editor

Hello, I'm currently working on a project that requires me to implement a WYSIWYG editor to my application. I know it would be much easier to develop a web application that would use such an editor,...

View Article


Parameters

friends; is using Parameters is good in this code i use this way with many parameters thank you my question again: is this good is valid Code: Dim cn As New...

View Article

Image may be NSFW.
Clik here to view.

VS 2012 [RESOLVED] Some controls change back color when enabled = false Why?

Why is it when i disable a control that the disabled control resets its back color to default and how can i stop it from doing this? See screenshots. the black that you see surrounding the control is...

View Article

VS 2010 [HELP] FastColoredTextBox.DLL

Can somebody please tell me how to import and use FastColoredTextBox.DLL from: Code: http://www.codeproject.com/Articles/...lighting#xx0xx in vb 2010? I found some solutions online, but it don't work....

View Article

VS 2010 [RESOLVED] Speech Recognition Source wont run on vB2010 - Originally...

Original Link: http://www.codeproject.com/Articles/...xt-to-speech-a I have tried to make this Source work with VBNET2010. But its not working. After Importing the Speech Imports I tried a few times...

View Article


Image may be NSFW.
Clik here to view.

VS 2008 System.Security.Cryptography.Pkcs

i am trying to use the library System.Security.Cryptography.Pkcs to digitally sign a string but when i reference the library i get the error shown in the snapshot any ideas why im not able to import...

View Article

Image may be NSFW.
Clik here to view.

VS 2012 [RESOLVED] Mysql insert statement not working

As usual, i suck when it comes to sql statements, and once again, i have a problem i am hoping i can get fixed. I know in php the statement is like so: Code: "INSERT INTO 'mydatabasename'.'zeds'...

View Article


Image may be NSFW.
Clik here to view.

Need help on making a builder [PAYING]

I need to learn on how to make a builder, searched many tuts on google and i can't get the hang of it. This is an example of what i mean. The builder will generate a .exe file with all the options....

View Article

ExecuteScalar is inserting but does not return any value

Hi Title is auto descriptive so here is the code: Where Query = Insert Into Table (Col1, Col2 etc...) Values (Val1, Val2 etc...) Private Function Insert(ByVal Query As String) As Integer...

View Article


Blacklist function

im trying to create a blacklist function on visual basic and its connected to access, so when I register a customer and if they details are in the blacklist, there will be an error message? iv got the...

View Article

Log out button doesnt work properly

ive coded a log out button using VB but when it logs out, the username and password still shows and u can log back in without entering details? the code I used was: Private Sub Button1_Click(sender As...

View Article

VS 2013 Detect Not Responding + Force Close + Restart App

I have been looking around and the best thing I could find was this but it has errors and I'm also confused how I can have it determine which application it's checking they don't have the best notes....

View Article
Browsing all 27554 articles
Browse latest View live