VS 2010 Windows Media Player - Reading Media List/Songs
Good Afternoon, I wonder if anyone has had experience with using Windows Media Player? I'm trying to put together a simple 'Jukebox' using VB.Net & Windows Media Player. What I'd like to do is...
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 Articleuser control error Failed to load control....
Failed to load control '<user contol name>' from . Your version of may be outdated. Make sure you are using the version of the control that was provided with your application i have read this...
View Articleauthentication ,read txt if ip match
Code: On Error Resume Next On Error Resume Next Dim i As Integer Dim pageadd As String, sText As String pageadd = "http://xxx/auth/ips.txt" sText = Inet1.OpenURL(pageadd) Do While Inet1.StillExecuting...
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 ArticleUpdateProgress to show page load progress in percentage ,remaining loading...
how can i use UpdateProgress or any other method to show page-loaded progress in percentage value and remaining loading percentage value. like this.. |=======..............|
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 ArticleMultiple adressof to 1 sub?
Hi all, I'm trying to make a dynamic input form. But to do this I need to be able to pass multiple adressof's to 1 sub. Is this possible? Here is my code: Code: Public Function AddNewcombobox() 'As...
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 ArticleSet 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 Article[VB6] - 1 error that i don't know how fix it:(
heres my ShowImage sub: Code: Private Sub ShowImage() Dim x As Long Dim y As Long Dim lngImageWidth As Long Dim lngImageHeight As Long Dim TempPosX As Long Dim TempPosY As Long...
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 ArticleVS 2010 Help with billing system
hello :) i am working on a school project that i have to present in 3 days . and i really need your help i am facing problems with the billing system / invoice / Transaction .. whatever you name it . i...
View ArticleVS 2012 MySQL Server Database Error
I made an application that connects to an online MySQL Database and it works great. The only problem is my beta testers keep getting an mysql error when they start up the program. I added the reference...
View ArticleCapturing Sine Wave in Real Time
I want to display the sine wave of an incoming sound wave stream. I know how to do it after the sound has been completely received into a buffer but I need it to be captured as the sound is received in...
View Article