Best 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 ArticleWindows Media Palyer - Show Current Playlist & Delete Song Once Played
Hi & Good Afternoon, I've got the following code that populates a Listbox with Songs from my PC. Code: Private Sub frmMain_Load(sender As System.Object, e As System.EventArgs) Handles...
View Articlesomeone?
Hello i am already sometime working with visual basic.net (its a hobby not really work) i made a lot of programs on my own but i really want someone who i can work with like a kinf of a team so whe can...
View Article[RESOLVED] Set DataGrid1.DataSource = rs
I am using the following statement in my vb6 code: Set DataGrid1.DataSource = rs How am I supposed to use this statement in vb10?
View Articleevent handling com objects - newbee
Hi I use the COM interface of iTunes to control the program and add features. This works well. I can't get event handling to work, though. The events that iTunes can raise are listed here:...
View Articlehi still new
hi all not long into the coding scene made my first calculator from scratch to learn a little, struggling a bit with the more complex stuff i was wondering if there is any projects or anything i could...
View ArticleVS 2010 Finding a dynamically created form by its "tag" value?
Hey guys, I've got a little project that requires me to dynamically create a new instance of an existing form (along with all the controls inside that form) when a specific button is clicked. That...
View ArticleWhat is the best way to contain a string throughout an application?
I am curious, what is the best way to hold a string (user ID) throughout the entirety of an application? I dont really want to use my.settings, unless i have to. I do not want this variable to ever...
View Articleusing controls.remove to close a form inside a panel
hi i am using controls.add to open a form inside a panel of another form but i am stuck on trying to remove the form from the panel when i click a button this is how i add the form Code: Dim f...
View Articlesetting a form /panel in the center of another form / panel using code
i am loading a form inside a panel on another form using Code: f = Frm_Profiles f.TopLevel = False Me.Form_Panel.Controls.Add(f) f.Location = New Point((Me.Width -...
View ArticleVS 2010 Resolution Question
I really don't understand what might be the issue: When I first created my program, I was careful to anchor everything and lock my controls and I created it in my native 1680 x 1050. When I change my...
View ArticleVS 2010 When selecting a item in a listbox, move to another
I have tried so many things. I can't seem to even give you an example of how to do it. I want a button when pressed, The selected item in Listbox1 go into Listbox 2 but have the item in listbox 1...
View Article[SOLVED]There has to be a shortcut..
As you can see, I have a form with 48 different colors/48 labels with a different background color. Whenever a label is pressed, the color is stored inside a variable and when the user click on...
View ArticleControlling Excel
Through my software i make changes to an excel file, that excel file has a few macros (Namely: macro1. macro2, macro3), What code can i write to run these macros ?? Thank You :)
View ArticleWhy is TextBox1's default text highlighted ?
Hi, I've just been up-dating an old application which I wrote a few years ago. One new feature is a summary of what the program does how to use it. I've placed the summary in the original TextBox1 and...
View ArticleVS 2005 [RESOLVED] Inserting Record to Database
Hi! The first code below work but I tried changing it with the second posted code. All the records are saving perfectly except the column for Subjects. What am I missing here? I am displaying the...
View ArticleRemove file from project without deleting
Hi! This sounds like a stupid question. MSDN reference talks about the option to remove files from the solution manager, but in VS 2008 Express there is no such option. Whereas the MSDN reference also...
View Article