VS 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 ArticleOracle Connection with VB 2010 - Works from form but not from Module - Ideas?
Notice that the code itself is almost exactly the same in both examples below. --CODE 1 (MODULE) 'This code from a Module does NOT work! ----Start code----- Imports System.Data Imports...
View ArticleString variable not getting text assignment.
First let me apologize for not putting the following code into "code tags", or what ever is used to format code...I looked in the FAQ and it talked about it, but did not give clear instructions and I...
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 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 ArticleExecuteScalar 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 ArticleBlacklist 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