My very first try to make something
Hello everyone, I am trying to learn VB by my own, after reading little bit I have leared few things, for example I have made a youtube downloder, I am so excited about it now I am trying to make a...
View ArticleMy Database not Connected if My Application shared to other Computer?
Can you help me?? i'm newbie for learning vb.net, so i help many help... emm, i made a application with microsoft acces , but my problem, if my application i shared to other computer, my application...
View ArticleVS 2008 Data table to HTML formatting for Sub total Column / Rows
Below is my datatable , i am using webbrowser control for data reporting generally what i do is i format the datatable Column value in to the table row (<tr> and <td> ), i need to create...
View ArticleVS 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 ArticleIs 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 ArticleVS 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 ArticleVS 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 ArticleVS 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 Articleusing 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 ArticleVS 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 ArticleParameters
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 ArticleVS 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 ArticleVS 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 ArticleVS 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 ArticleVS 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 ArticleVS 2012 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 ArticleNeed 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 ArticleNeed some advice on my code
Hello to all im trying to create a simple code thats not soo simple to me but i just wanted to know if someone would be so kind as to help me figure out why certain things are not going as planned....
View ArticleNeeds object reference
Using Visual Basic 2010 Express, when I get to the Module (set a break-point beyond it), in the watch window, in regard to "form5.TestBox2.Text", I get: "Reference to a non-shared member requies an...
View Article