VS 2010 [RESOLVED] How to get the BindingSource.Current of a different form?
Hi - Is it possible for form B to read form A's BindingSource current position? For example, if "x" is an integer variable on Form B: Quote: Dim frm as Form frm = FormA x =...
View Articlestring printing, should be easy but cant figure it out!
Hi All, I have had code that prints text all lined up line by line with a equal width font, this is fine, until we upgraded and allowed more space for a description. now the description can be 30 chars...
View ArticleVS 2008 [RESOLVED] Read an excel file thats open
Hi Guys, I have an excel file (xls) (Excel 2003) which is open in microsoft excel. This file gets updated via a feed every few seconds. I need to write a vb.net program that will read data from that...
View ArticleVS 2010 [RESOLVED] Keep a random number between two forms from a module
So, I'd like to take a randomly generated number, and use it in Form1 and Form2 from Module1. Any idea's how to do this without completely randomizing the number each time it is used? Code: Module...
View ArticleVS 2010 Visual Basic 2010: System.OutOfMemory error? How do I resolve this?
I get this error System.OutOfMemory What's the solution? I have about 10 forms in one project, And I just attached one song using the resource method, then memories done? Should I add more memory? How...
View ArticleVS 2010 Routing, how do I resolve this?
I am using a datalist and a literal and the URL appears and I try make the url's "prettier" ,example, http://localhost:1573/Example/Test/3 but not working what I've done Global.asax Code: Public Sub...
View ArticleVS 2008 Access Word property WdLineStyle.wdLineStyleSingle on late binding
Hi! I am trying to switch my application to late binding. I don't understand how I can access Word Document properties (like Word.WdLineStyle.wdLineStyleSingle). I tried this: Code: oWord =...
View ArticleVS 2010 Adding sum Result beneath the column(SQL)
Hi I want the sum of the column(Esicemployeeshare) exactly beneath the column(Esicemployeeshare)How can I do that here is my code Code: Private Sub Button6_Click(ByVal sender As System.Object, ByVal e...
View ArticleVS 2008 Thread issue? DataGridView does not update immediately
Hi! I have a form with a DGV bound to a DataTable throught a bindingsource. The dataTable gets filled by a DataAdapter. Now the form loads, everything is fine. Then the user presses a button, to create...
View ArticleCheckbox Disabled
Hi, My page was created with a multiview which has 3 views. Now on one of the view I have a checkbox called chkpeer. So, when this checkbox is checked it triggers a submit button to be set to visible...
View ArticleSide project *Write to file help*
So im building this little app because I got the idea from my fiance who hates the way her schedules are given. Ive gotten pretty far on it but this part where i get it to "write to file" on it is...
View ArticleAdd-Ons
This question might be one of those which can't be easily answered but I feel it's worth asking to see what replies I get. I want to build my application and I want to be able to allow for "add-ons" to...
View Article"Cheating" Program
Ok i think this is a cool little idea. I was wondering if its possible in VB to have a program of whatever. and make a new different program that could like change the code of the original program to...
View ArticleVS 2010 Printing Formatted Documents VB.net
I need to find a simple way to create, view, and print formatted documents through my windows forms vb.net program. Right now I'm using Crystal Reports to format the documents, but Crystal Reports is...
View ArticleVS 2010 [RESOLVED] variable used before it has been assigned a value
Hi folks. I have a button, textbox, and some radio buttons inside a groupbox. I enter text into the textbox, and select a radio button, and then click the button. The program stores the text that was...
View ArticleBest way to edit .zpl files? help!
Hello! I have a Windows phone, and the playlist extension is .zpl, what I want to do is to make a new playlist and add my own files to it. This is what it looks like: <?zpl version="2.0"?>...
View Articleextract datetimepicker (dateedit) form devexpress components source code
i have source code of latest devexpress (version 12.2.8) Is it possible extract only dateedit source code and compile it as Separate component ? i want use its source code to made my own datetimepiker...
View ArticleVS 2010 [RESOLVED] Writing to multiple .txt files
Hey Guys, What i'm trying to do is write to individual .txt files depending if a string is found from items in a listbox. code: Code: For Each itm As String In listBoxMain.Items...
View ArticleVS 2012 State Charts
I have developed a Visual Basic application and have been asked to develop some state charts for the components in this application. Is there a tool or feature to do this in Visual Basic, or a third...
View ArticleVS 2012 Programmer Help Documentation
I have developed a Visual Basic application and have been asked to develop some Programmer Documentation. What exactly is programmer documentation and is there a tool that can produce this...
View Article