Customize An MP3 In An Application?
Feb 28, 2009How can I customize my MP3 alarm? I want to customize the volume level and choosing the next MP3 that will be play.
View 3 RepliesHow can I customize my MP3 alarm? I want to customize the volume level and choosing the next MP3 that will be play.
View 3 RepliesWhen using WCF together with Enterprise Library 5.0's validation application block, is it possible to customize the error messages which are sent back to the client? I've added the ValidationBehaviour-attribute to my service contract and the FaultContract-attribute to the operation:
[Code]...
The service returns ValidationFault as it should, but instead of having the error message and tag which I've defined, it uses some generic values. Is this a bug or am I doing something wrong?
I want more customization then the original VS 2010 set up files. So i decided to code everything. For example, i put all my files in my debug folder into my installer.vb's My.Resources. So i usedSystem.IO.File.WriteAllText ---> to install all my files and the .exe one.Everything was installed it except my Ethup Bolt New Build.exe. It shows up in the folder after installation, but when i click on it, it didnt run at all. (It showed up in the task manger, under process, but it disappeared after like 5secs.) So it didnt
run at all. My question is how do i install my .exe properly. ( I DONT WANT TO USE THE ORIGINAL INSTALLER WITH Visual Studio)
I would like to change just a little bit the outlook of the form's top region in my application (the icon, bar, and controbox), is there any way to accomplish this without using third party components ?, I'd like to have my own Winform control that inherits from Windows.Forms.Form.[url]...
View 6 RepliesWhen I write
ds.Tables(0).TableName = "items"
str = Server.HtmlEncode(ds.GetXml())
Response.Write(str)
I get below:
<NewDataSet> <items> <id>354</id> <name>HAGI</name> </items> ..
I want to take like this
<items>
<item id="" name=""/>
<item id="" name=""/>
</items>
How can I do it?
In VB.NET when I use the WriteXML of DataSet, can I customize it? That is to say; I want to make a structure like this:
[Code]...
How can i costumize my buttons so that they look cool??? (i dont want to put images into them, i want to change their shape)
View 3 Replieshow to customize PDMS using the VB 2008?
PDMS = Plant Design Management system
I've done a lot of work to customize the template for ContextMenu in my app, and it worked great as a "right-click" popup window.To my enormous surprise, when I wanted to add the same ContextMenu to a button to work as a kind of "drop-down" menu, it reverted back to the default template. It is really, really, weird, considering it's the exact same control I'm using, and when I right-click the button the template is the one I customized, but when I left-click it(and open it with ContextMenu.IsOpen = True) it uses the default template? I'm pretty baffled right now, and hope that this isn't one of the (many) quirks with WPF that will require me to write hundreds of lines of XML code to fix something that shouldn't even be an issue in the first place.
View 3 RepliesPresently iam using the following code : -
connDental.Open()
Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT
[code]....
i'd like to customize the left side of the save file dialog boxes' folders. when you open the save file dialog, the folders located on the left. how do i change those since i've seen some programs open the save or open file dialog with their preset prefferences..so much work to do and so many choices to choose from...
View 9 Repliesis it possible to customize the properties of a form? for instance, i would like to start a new project, and have my form load center screen, not windows default location from the startup location, among many other options.if this is a possibility, from within vb.net, which i was not able to find and customize, do advise on how to do so.if i have to hack vb.net, i would not know where to start to do so, but how would i begin? what file do i need to modify in the program files folder of vb.net? this, by any means, i would not find it as a hack to destroy someone's work, but to better the software for the user.if a moderator reads this post , do consider my concern for customizing vb.net as vb.net customizes for the users..what i mean, is that, if this option is not available, mods, look into providing an update for vb.net to allow the customizing of the properties for forms/toolbox items and do reply to this thread w/a link.
unless vb 2o10 provides this option, which i doubt, and if it does and there are skins for vb.net 2o1o to change the tab look to the 2oo8 vb.net look, do not advise to look toward the 2o1o version.. personally, the 2o1o tabs are ridiculous, the font in the code window could have been the same as vb.net 2oo8 also.
i have a simple application where a user can drag "text" from a tree view to another application.is there a way to customize the cursor during the drag... i would llike to have a custom image or something that simulates what the user is really dragging [code]
View 2 RepliesIn my Windows Form application, i want to change the width of a scrollbar that belongs to a FlowLayoutPanel.
The Scrollbar is added "automatically" since the content of the Flow Layout Panel is larger the Form.
From what I've found on the web, it seems to be tricky.
How can I customize the user interface in Visual Basic .NET and is there stuff you cant do in Vb.net that you can in higherj level languages usch as Java and C and C++?
View 4 RepliesDoes anyone has idea to customize publish page when we have used Click once to deploy our application.
AS when we deploy application with Click once, it can be installed by url of deployment.. we want to change UI element of Publish page..
I have to use a round method that follows this behavior:
7.00 -> round -> 7
7.50 -> round -> 7
7.51 -> round -> 8
I tried to use Math.Round, but it works a little bit different.
[Code]...
How can I implement my rounding logic?
Is it possible to customize the Datagridview headers format? I mean the column and row headers.
View 4 RepliesI am trying to customize the default binding navigator as i inherit it to my own class and add some buttons to it.every thing gos fine and great as i want it, but the problem is when i change any thing in the AddStandardItems() method class dos not reflect to the existing form which has the same class, i have to remove it from the form and put it again to reflect the changes.This is not good solution, i have more than 30 forms using the same Binding navigator class and it is not possible to remove it form all those forms and put it again.the code for the class is:
Public Class Bind2
Inherits BindingNavigator
Private WithEvents DtEditButton As ToolStripItem = Nothing
[code].....
This is what I came up with:
Public Class IndexedDropDownItem
Private _KeyCode, _Display As String
Public Property KeyCode() As String
[Code].....
I want to be able to have the DisplayMember show "key_code - descript", while retaining the value I have set.
I'm facing a problem with Treeview, I'm using it as a menu in a app, but I just can't find anything related on how to change the hottracking event, like the font color, or the background color once an item is selected.
View 7 RepliesI'm looking for vb.net codes or possible way to customize font size and
View 5 RepliesI want an auto update of my own game launcher with customize [url]....
View 14 Repliesi am using this code for sending an image to print:
Private Sub PrintToolStripMenuItem_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles PrintToolStripMenuItem.Click
Dim TmpPrntPicDoc As New System.Drawing.Printing.PrintDocument
AddHandler TmpPrntPicDoc.PrintPage, AddressOf TmpPrntPicDoc_PrintPage
Dim TempPPD As New System.Windows.Forms.PrintPreviewDialog
[Code]...
I want to know how to make my web users customize the appearance and looklikeYAHOO! makes that provision for its web-mail users.
View 1 RepliesIs there a way to customize a forms boarder so that it has a different color, or shape?
View 10 RepliesI'm looking for vb.net codes to customize font size for autocomplete feature which populating suggestions from database column...[code]....
View 6 RepliesI have a VB/C# .NET 2.0 project that, if possible, I would like to customize the OpenFileDialog box to select a directory rather than a file. The reason for this is because the FolderBrowserDialog is ugly and a pain for most of my users to navigate using.
I know how to filter extensions using OpenFileDialog, but is there a flag or variable I can set that will allow me to only show directories and select those directories that is built into .NET? And if not, what is a good third party dialog to use/where should I begin if I am to create my own?
Hoe can I customize scrollbar properties (colors and shape)?I need to change its color and shape to make it closer to the Winamp scrollbars.
View 4 Repliesif there is a way to customize my media player, like custom buttons, etc, I would like to make a box displaying the visualizations and a custom library control...
View 1 Replies