Create A Cd / Dvd Burning Application?

May 31, 2012

I want to create a cd/dvd burning application

View 1 Replies


ADVERTISEMENT

Cd Dvd Burning With .net 2008?

Jun 19, 2012

I am trying to cretae a cd dvd burning application in vb .net, I found some tutorials but they where only for burning iso files, I want a tutorial or code on how to burn files in vb .net using imapi.

View 1 Replies

WMPLib.dll And Burning CDs

Feb 13, 2010

I am using Windows Media Player library (WMPLib.dll) in my application. I wanted to make CD Burning wizard, because WMPLib.dll has ability to burn audio/data CD's. I declared an object which can erase or burn CD:

Dim CDBurner As WMPLib.IWMPCdromBurn

Dim WMP As New WMPLib.WindowsMediaPlayer()

[CODE]...

I get exception with message "Attempted to read or write protected memory.". I have an option "Full Trust Application" enabled in Visual Sudio. Is there anything I can do about this error?

View 1 Replies

Burning The Files On A Disc?

Dec 3, 2010

I have to burn the program I made but I'm afraid about the directories I include in the program.

PictureBox1.Image = Image.FromFile("C:\Documents and Settings\Marvin\My Documents\Visual Studio 2010\Images\Edsger Wybe Dijkstra.jpg")

If I burn it to a Disc, the image will not show up.Even I put them in one folder, It will not work still.How am I suppose to burn it on a disc without having any problem?

View 4 Replies

C# - Simple .NET CD/DVD Burning Component?

Jul 9, 2010

There's a number of postings about IMAPI in .NET, including these:

[URL]

But I can't say they're straightforward. First link looks good, though its C# WinForms realization doesn't allow simple re-using in VB.NET project without conversion.I only need to burn a list of files to a CD/DVD and that's it. Any thoughts? Freeware/open-source is preferred.

View 1 Replies

Windows Media Player SDK CD Burning?

Nov 22, 2010

I have been looking all over trying to find a sample to guide me through burning a basic audio or data cd using the windows media player sdk. I have been using the library at msdn as a guide so far but I am stuck at where they tell me to:

"Before you begin burning a CD, you must first call QueryInterface through an IWMPCdrom pointer to retrieve a pointer to the IWMPCdromBurn interface. By using the isAvailable method, you can determine whether a particular CD drive can burn CDs, whether there is a CD in the drive, and how the CD can be used."

I do not see any queryinterface iniwmpcdrom properties and vb.net doesn't support pointers.. so not sure what to do Does anyone have any samples?

View 3 Replies

Route The Events Of IMAPI2 Burning Progress?

Apr 8, 2011

I'm trying to understand how to route the events of my IMAPI2 burning progress but not sure how to do it. I've coded event handling before, but just not familiar with the IMAPI2 library so having some trouble.

This is their sample code in c#:

[Code]...

View 3 Replies

Create A Windows Form Application Program That Can Create Games Something Like Gamemaker Or Klik?

Aug 4, 2010

Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.

View 7 Replies

Create A VB Application In VS2008 Without Requiring The Application Be Run On A Computer With A .NET Framework In Place?

Feb 26, 2010

How can I create a VB application in VS2008 without requiring the application be run on a computer with a .NET framework in place?

View 4 Replies

Create Uninstall Command For A Windows-based Application In The Application Folder?

May 27, 2009

how to create a uninstall command for a Windows-based application in the Application Folder when creating a new setup project in visual studio 2008.

View 4 Replies

Create An Application That Captures A Resource From Another Application?

Dec 17, 2009

I understand this is possible but I am not sure where to start. I want to either buy or create an application that captures a resource from another application so that I can fire off another application. In other words, I want to start an application (which I did not write) that is database driven so the form has a number of text boxes. When someone keys something into that field I want to be able to validate the value, outside of the original application. For instance, if the program asks for a zipcode and it doesn't validate the zipcode, I'd like to trap for that and write something that would validate it. At this point I don't think I'd have to send anything back to the textbox/resource.

View 1 Replies

Create An Application That Can Connect To Others Using That Application?

Oct 29, 2009

I am unsure about how to go at this, what I want is to create an application that can connect to others using that application. Things such as if I change something on the forum it will be changed on someone else who is looking at the forum, granted it would be a specific person who i am connecting with,

View 4 Replies

.NET : Create A Web Application?

Jul 7, 2010

I want to create a web application where I can read and write data into MS SQL data base or an .MDB file (for testing), pls guide me what should be the mean of connectivity to database? ADO /ADODB /OLEDB

View 6 Replies

Create A GUI For That Application?

Apr 27, 2010

I'm working on a project with regard to college. I have been assigned the task to create GUI for a telecom related software.My task is to create a GUI for that application. My job is to create a GUI in VB.NET. My program has to remotely connect to a Linux system and execute a program there. All this has to happen in the background when my user clicks a button on my program. My program must be written on the windows system. I have consulted some people and they suggest the use of Remote procedure calls. But i don't knowhow to implement this in VB.NET. Please give me some tutorials,etc.

View 5 Replies

Create A UI Such As This For An Application?

Aug 27, 2010

Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters). Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want.

View 3 Replies

Create An Application For MAC?

Oct 14, 2009

Is it possible to write applications for Mac using VB.NET 2008 SP1 DotNetFramework 2.0?

View 1 Replies

Create An Ink Application In WPF?

Sep 1, 2008

I want to create an ink application in WPF. I also want the application to recognize the ink that's on the ink canvas. From what I understood- to recognize the ink I need to install the Tablet PC SDK. I downloaded v. 1.7 on my Vista, and ran setup. But in the middle of the setup- it said: "Windows installer has stopped working"- and it closed. What should I do? Is it not compatible with Vista? Are there other ways to recognize ink in WPF?

View 1 Replies

Create COM+ Application?

Jun 12, 2009

I don't know whether this issue has been post or not. I have been developing a COM+ application and already register the dll using regsvcs, If I test locally It works flawlessly but if I execute the client code on another computer It's always show can't create activex component.[code]....

View 3 Replies

Create SMS Application Through API

Apr 15, 2012

I want to develop a application that send sms on any mobile. if any one done this project then kindly give some important consideration for developing this application.

View 4 Replies

How To Create A Exe Application

Apr 30, 2009

for example after i finish coding some application using vb 2003 /5/8 how can i create a exe file so that if i were to bring over to another computer , i just need to install it and can use the application i created earlier without needing to install vb.net .

View 4 Replies

Create A Localization Of My Application?

Jun 15, 2011

I try to create a localization of my application. I tried 2 versions:

1.http:[url].... but when I am changing in the combobox the language, nothing is happen.

2. the example from the Training Kit of the MCTS Exam 70-511: Windows applications development with Microsoft .net framework 4. The example works, but the problem is that I want to change the language in the current form not in another.

Also I meet next problem. In my form I have many components: labels, charts, calendar etc. When I select for example German from the combobox, the header of the calendar is changed but all other components are the same, you can not see anything changed.I checked the resources, but them are ok. I tried also to use me.refresh(), but it was useless.

View 1 Replies

Allow Users To Create Application Add-ons?

Nov 24, 2010

I have a rather popular application, and I was wandering if I could allow users to create add-ons for this software. I was unable to think of a method of doing this, and I do not know where to start. If you have any questions in order to provide a better response, feel free to ask.

View 2 Replies

Create A 64bit Application?

Aug 20, 2009

I am using Visual Basic 2008 Express Edition and I want to create a 64bit application, but don't know how.

View 9 Replies

Create A Multithreaded Application?

Aug 20, 2009

I am using Visual Basic 2008 Express Edition and I want to create a multithreaded application.

View 13 Replies

Create A Onenote-like Application?

Apr 23, 2010

How can i create an application similiar to Microsoft onenote?

View 1 Replies

Create A Setup For An Application?

Apr 12, 2010

I created a small application that uses various things such as .NET GDI Graphics, Text to Speech etc. I want to create a full fledged setup for my application so that the end user would install and start using the application.

View 6 Replies

Create A Shortcut Of .exe (application)?

Feb 3, 2010

On form load how would i create a shortcut of my .exe (application) and place it in c:my shortcut ?

View 14 Replies

Create A Video Of The Use Of An Application?

Jun 11, 2010

I have spent several weeks (off and on) trying to find out how to record a movie of the desktop when I'm using my application. For now I'm using prtsc, but that's kinda slow.

View 1 Replies

Create A Web Application That Will Connect To The Same Db?

Apr 29, 2009

i have windows application and now i want to create a web application that will connect to the same db that my windows application connected to.so what i must do?

do i need to create a new solution or create another project in the same solution??that's my first time so i don't exactly know what i must do?and what is the benefits of creating another project in the same solution??will i be able to share classes or modules or settings or what exactly?

View 9 Replies

Create A Windows 64 Bit Application?

Jan 20, 2012

I have Windows 7 x64. I recently installed Visual basic 2010 Express Edition. I have a few Questions in mind:

1) If I want to create a windows 64 bit application, do I need to install windows x64 sdk?

2) I am not able to set my target platform to x64.

3) Can some one guide me to steps for creating a very simple form and compiling an x64 project?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved