Answer Questions
geoffacox playing mp3 and mpeg
hello how i can playing mp3 and mpeg files how i can use if "windows media player" ole thanks Not sure if I understand your question, but the easiest approach would be just to have some code like: Process.Start "foo.mpeg" in your app and this will launch whatever the computer has registered to play this type of file. Toddap_MS ...Show All
Falken1 Creating a menu when my application is executing !!!
Hello, I need to create a menu, when my application is executing and this menu must take the name of the options from a table SQLSERVER2005. Can anyone help me Thanks Hello, the first code is working very god, but I have another problem. This code is god for a menu like this: File-Save -Open . . . But if I like this menu: File-Operations-Save & ...Show All
Jacquesw Can't start appliction with sub main
I tried to start my application off with module1, just as a test to see if modules worked the same. Here is my module Module Module1 Sub main() Dim frm As New Form1 frm.Show() End Sub End Module Error 1 Protected types can only be declared inside of a class. C:\vs2005Projects\ModuleAttampt\ModuleAttam ...Show All
Cici errors
my save button to append data to a table is not working. I am getting errors like "City" and "State" is not a mimber of ScottsClientTracker.ClientENT. This is in my table. What can be wrong Also, error "txtCell" is not declared. I didn't have to declare anything else Please help: Public Class frmClientRegistration Inherits System.Windows.Forms.Form # Region " Windows Form Designer generated code " ...Show All
Andy089 Create users to enter application in Visual Basic Windows forms
I crated a user login with iprincipal class, and iidentity class, I changed the testuser (user Login), with another user, the login window form makes authentication with that user and the default password. How can I create a Windows form to create users top use iprincipal Thanks for your help, Alvaro Cali Colombia ...Show All
VonSch EventLogs in Vb.net
I have one exception message and i want to write this exception message into logfile and as well as to maintain the event log also. Public Shared Function ShowExceptionInformation(ByVal exMessage As Exception) As DialogResult Dim errorMsg As String = exMessage.Message --->functionality Required Return MessageBox.Show(errorMsg, "Application Error", MessageBoxButtons.OK, MessageBoxIcon.Stop) End Function ...Show All
Tony Valenti Directory/File Selection Control
Does anyone know of an OCX (or code) which provides the user the capability of selecting Folders and/or individual Files in the manner of the Windows Backup application, ie Treeview with Folder and File Checkboxes etc Try, Common Dialog Box ...Show All
TheOneAndOnly problem with running vb.net exe
I created vb.net application and it is perfectly running from my computer On the other computer i installed framework 2.0, but the application doesn't run. I use 2005 express edition. Can i make installation package How can i solve the problem. All computers have windows XP. Please answer to alexg@bdrgroup.com what kind error message are you getting on your other computer To make a package, publi ...Show All
Nate Derialization of COM UDTs
Hello, Does anyone have any idea how to deserialize the COM UDTs in VB 6 I have an application that makes heavy use of UDTs, I would like to map the transformed xml to the UDTs without parsing the XML. If anyone has done any researh on this, please share. Appreicate it. - Ritu Agrawal ...Show All
Xiaowei Jiang PRINTING TO CONSOLE
I AM TRYING TO USE THE CONSOLE.WRITELINE FUNCTION USING VB 2005 EXPRESS. I WANT TO DISPLAY 2 OR MORE VARIABLES ON A SINGLE LINE . I WOULD LIKE TO BE ABLE TO CONTROL THE SPACING BETWEEN THE VARIABLES. IF THIS CAN BE DONE WITH THIS FUNCITION WHAT IS THE CORRECT SYNTAX. I HAVE ONLY SEEN SINGLE VARIABLES USED IN DOCUMENTATION. You can control the cursor position of the console with this.... Console.SetCursorPosition(column, row) ...Show All
jayson.gm.ds2.ci.ftsp setactive
why setactive and setfocus methods or API calls (even setforegroundwindow) doesn't work in windows 2003 ! hy! how can i set topmost when i start a process let's say wordpad or notepad when i press a button or linklabel etc if my current form it's topmost Hi, Your best bet in all cases is to use the Form.Topmost property when you want to make it active or bring it to the fr ...Show All
maranbe Problem with DataGridViewComboBoxColumn binded to a large DataSource
I am trying to use a DataGridViewComboBoxColumn in a unbinded DataGridView (called Items), the idea is to minimize users typing errors in part numbers. I added the columns using the smart tag from the datagridview control and defined one of them as a DataGridViewComboBoxColumn. Then, at run time I call the bind_PartsCombo procedure (passing to it a variable ByRef) using the following line of code: bind_PartsCombo(Items.Columns(2)) (see t ...Show All
Tarung ShowWithoutActivation does nothing???
I have added Protected Overrides ReadOnly Property ShowWithoutActivation() As Boolean Get Return True End Get End Property to my "test form" and open it using a timer from my "Form 1" but if you keep typing into the text box on form 1 when test form opens the textbox on form 1 looses its focus... It may be me doing somthing stupid so i have uploaded a test project so you can se ...Show All
istn10 Richtextbox - Red Font for visual lines > 4
VB Express 2005 I have a richtextbox and wish to: 1) The font for lines 1 - 4 should be BLACK 2) The font for lines > 4 should be RED The above relates to visually lines and what one views on the screen and not carriage returns etc. This is line 1 - BLACK FONT This is line 2 - BLACK FONT This is line 3 - BLACK FONT This is line 4 - BLACK FONT This is line 5 - RED FONT This is line 6 - RED FONT NOTE: This should be done for visu ...Show All
bakuls Retrieving Hard Drive Temperature (S.M.A.R.T)
Hi, Does anyone know how to retrieve the temperature of a hard drive in Visual Basic 2005 The temperature can be retrieved from the S.M.A.R.T information, but I don't know how to do that in Visual Basic 2005. There probably is a way, but unfortunately, I don't know. If anyone could help me with this, it would be great! --daniel15 http://www.dansoftaustralia.net/ - DanSoft Australia http://www.frihost.com/ - Free Reliable Internet ...Show All
