2012 vb net express - reports/printing/etc
Ok, what is the best way to create reports? I have report viewer but cant seem to figure out how the heck to use it! lol... how do you create a report!? I need to create a few reports (from data) as...
View Articleadding barcode in list col
Why it always stores system.string[] Mydelimeter col which is type list.rather than storing correct date begins with ' and end with ', . let me know please .any help would be highly appreciated .[...
View ArticleVS 2010 Visual Basic 2010 .NET WPF
Hello ! For a while I was searching information about passing variables(strings) from one wpf form to another. But unfortunately I couldn't find what I realy need. I have found a way to pass a string...
View Articlehotkey
im planning to make dota hotkey which i mean when user press alt+Z it will send numpad 1 on the game i used tiker on it and add timer1.start on formload if still dont get what i mean heres the code...
View ArticleCook College Solution Help
Hey everyone, So far learning and programming Visual Basic has been a challenge for me but I am continuing to push forward! I need help with my code for "Cook College" and how to make it work since...
View Articleerror in create a class inherits of DataGridViewColumnCollection
i create this class : Code: Public Class MyDatagridviewColumnCollection   Inherits DataGridViewColumnCollection   Public Sub GetEquation()     MsgBox("Get Equation here")   End Sub End Class...
View ArticleVS 2010 Word automation help - which reference, .Net or COM?
I want to connect to Word from one of my applications to do some automation, but I'm not sure which reference to add. There is a Microsoft.Office.Interop.Word assembly under the .Net tab and a...
View ArticleTableadapter Insert (or... LocalDB connection!???)
grr.... this is driving me nuts! I have the table adapter set.. added the insertnewcustomer "query" and used this: Code: Try         Dim TA As New POSDataTableAdapters.CustomersTableAdapter...
View ArticleHow to Print a Hidden Form vb.net
Hi, I want to know how to print a hidden form. I have try whit FormPrint, but the form must be visible and Focus. I also try this : Code: Â Â Â Â Dim form As Form1 Â Â Â Â form = New Form1(RMmain)...
View ArticleVS 2012 Timers, Loops & Global Variables
I've been playing with global variables today. What I'm expecting the program to do is declare Change as "Not Changed" at the class-level. Upon clicking the button, a timer is enabled and set to an...
View ArticleCode from MS Site
I'm studying the Console.Write formatting and came across this code on the M$ website. But I can't say that I have enough experience with VB yet to copy the code therein and get it working. Can someone...
View ArticleIssue with multithreading
I'm having a strange issue with multithreading in VB.net. It'll take a bit of explanation, so bear with me. I'm writing a VB application that receives JSON messages pulled from a remote server. The...
View ArticleVS 2010 Active Directory Issue
Hi guys, Whenever I run my code I get an invalid dn syntax error? Any suggestions? I am attempting to add a newly created member to a distribution group. There does not seem to be an issue with having...
View ArticleVS 2010 Vb.net 2010 connectivity with MS Access 2007
I am using a form having 10 text boxes,1 register button & 1 exit button. I have created the database in MS Access 2007 and saved the file in desktop. I have connected by "Add New Data Source"....
View Article[RESOLVED] How to include "*.h" files
I'm trying to use a c .dll, is it possible to use/include the required .h-files directly in VB or do I have to rewrite all the declarations in VB itself?
View ArticleVS 2010 Searching strings and integers with a string
Hello, I have a DataViewGrid linked to a BindingList. I'm attempting to implement a search function which searches every iteration in the list to see if it contains what is entered into the search...
View ArticleVS 2010 Deletion of duplicate Entry from listbox using VB.NET
I want to make a very simple program that remove duplicate domain name from listbox. So, the URLs will be loaded into listbox. Must Be In Vb.net Then It has 2 more button Start and Save button. Lastly...
View ArticleVS 2010 PowerPoint 2010
Hi, I want to use this code to make a movie from PP Quote: Sub TestCreateSampleVideo() ' Change the file path and name as required. CreateSampleVideo ActivePresentation, "C:\TEMP\Video.wmv" End Sub Sub...
View Articleicons to load project
I use vb.net and vc.net for vb.net I use a pale orange background to the editor and for vc.net I use dark blue. I alternate often between writing code in either. but each time I change systems I must...
View ArticleVS 2010 Rich text box does not show text in text file-What am I doing wrong?
Hi, Now I am trying to read text from a text file and display it in a rich text box on my form. However nothing shows up in the box. I can select the file properly (extension .fm6) but no text appears...
View Article