VS 2005 Description Of An Application?
Aug 17, 2010
This is how it goes. Currently, I'm using OpenFileDialog to open a file. However, am I able to get the Description(right click any program -> Properties -> General) of the file that I've chosen from there? I've found some leads with this .NET Application's Assembly path and Information. But that only applies to your own application itself.
View 4 Replies
ADVERTISEMENT
Jul 28, 2010
is there any way to get the Description of an application using VB.NET? So for example, instead of displaying Word.doc, Powerpoint.ppt... etc in a listbox, is it possible to display Microsoft Office Word 2007 if lets say the default return name is the shortcut name(with extension)?
EDIT: To check the Description of an application, go to your application, right click -> Properties -> General and you'll see the Description text.
View 2 Replies
Jan 22, 2010
I have to display data as following:
EEAST
WWEST
NNORTH
SSOUTH
NENORTH EAST
and so on, in a tabular form. when I select any of the above row then that can be deleted by simple buttom; and at the same time we can also add more item in above list throught inpput box. If it is a single column then I can do it by list box. How can I do it when I have multiple columns.
View 4 Replies
Dec 14, 2009
I want to get the description of an external .exe file from my vb.net app, rather like in task manager. My program can monitor active processes and open their file locations, but it cannot get their descriptions (like in task manager) I want it to be able to do this, and I've found the following code to get the description of a normal file (I had to re-write it from csharp):
Public Class Myform
Imports System.Runtime.InteropServices
<StructLayout(LayoutKind.Sequential)> _
[Code]....
For example, if the process 'dwm.exe' is open, then I want my program to get the description "Desktop Window Manager." I want it to be universal for any program so it can be done with any open process.
View 5 Replies
May 18, 2012
I am trying to edit the assembly description for my vb.net application. However I'm stuck and have been for about an hour. Here's the following line i'm trying to edit in AssemblyInfo.vb:[code]but the program keeps throwing me an error stating 'constant expression is required.' I have also tried and \n with no luck either. I haven't found an answer online and was wondering if someone could point me in the right direction.
View 4 Replies
May 27, 2009
Currently my Application.Info.Description is set to "".I'd like to change it to something else.The Description property is read only - is there a way that I can reset it?
View 2 Replies
May 30, 2010
I created an application with some Crystal Reports. I published the application and installed it on the machine which is my develop machine. This machine has Vista on it and is runnig the application 100%. When I install it on a different machine with windows XP, it runs fine until it tries to load the mybase.new. It generates a windows error with no description.
This is a system generated sub:
[CODE]......................
View 1 Replies
Nov 6, 2010
how to make a multi language desktop application in vb.net 2005. only a small desktop application in which i can change language according to countries.
View 1 Replies
Feb 8, 2012
I am in process to develop an application for Windows Mobile 6.5 using Visual Basic 2005 and .NET Compact Framework. My problem is that I want to know if an instance of my application is already running and, in that case, I want to jump directly to that instance, without starting another one. I tried several solutions found on the internet but I think there are solution for desktop applications not for mobile applications because I have a lot of errors.
View 1 Replies
Apr 13, 2011
I currently have a simple crystal reports application which generates a crystal report and in the built in viewer provided by VS2005. There is a drop down where you can select options to change the criteria of the report. I wish to convert this app to a windows executable which will take all those select options and generates pdfs based on the crystal report. the executable will be triggered by windows task scheduler...or maybe command line app?
Obviously this will be somewhat of a re-write. What would be the best way to start this as? a crystal report application or a windows application.
View 2 Replies
Jul 5, 2011
what is the different writing code application vbnet 2005 application for single user and multiuser?
View 3 Replies
Jun 1, 2009
I am writing an application that puts a computer in hibernation mode (Application.SetSuspendState). I have noticed that there exists a specific option that needs to be enabled for the machine to hibernate correctly and that is found in Control Panel--> Power Options --> Hibernate Tab (if this option is not checked then the machine goes into stand by mode rather than hibernate) Is there a way to programmatically check the status of the "Enable Hibernation" check box and check/uncheck it?
View 2 Replies
Jan 31, 2011
I was wondering if there's a way to add a description for a button that will be visible only when the mouse enter the button .
View 2 Replies
Sep 29, 2009
Is there away to get file description without using SHGetFileInfo? ie *.txt=text document
View 19 Replies
Jun 9, 2010
I want to add a description for my subs :
My Website [URL]
View 2 Replies
Jan 12, 2011
Simple Code lookup to get Description I have a static list of Street Type Abbreviations and their associated Street Type Descriptions: RD to Road. I have the complete list needed. There are 37 elements in the list - 37 Street Type Abbreviations with their associated Descriptions. The lookup will only happen once. The input lookup field is in a single field: stType.
[Code]...
View 2 Replies
Jul 21, 2009
I'm currently working with this piece of code:
CheckedListBox1.Items.Clear()
CheckedListBox1.DisplayMembe "ProcessName"
DiProcess
[code]....
View 2 Replies
May 8, 2009
How do i put a long description in my about box? I can't put it through Assembly Information because it cannot fit.
View 8 Replies
May 27, 2010
How to replace cell value with their description. This is my grid
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" GridLines="None">
<HeaderContextMenu EnableAutoScroll="True">
</HeaderContextMenu>
<MasterTableView AutoGenerateColumns="False" DataKeyNames="OrderID" DataSourceID="SqlDataSource1">
<RowIndicatorColumn>
[Code]...
How to replace CustomerID with CompanyName which is come from Customers table during run time?
View 2 Replies
Jun 20, 2011
Please can you tell how I can change the name of the All Programs > Text description of the program when it has been installed?
View 3 Replies
Jul 25, 2010
I'm using vb 2010, and a newbie programmer I just want to ask how to change the description of the .exe file from WindowApplication1 to something else and how to change its icon? By the way, does applications made in vb 2010 requires .net Framework to run? Because i tried to run my .exe file in another pc but it gives me an error.
View 3 Replies
Jan 30, 2012
how to create a look up showing value with discription using vb form
View 7 Replies
Nov 26, 2009
I want to put some description/tooltip text within textbox control which will vanish when the focus is on that control. Its similar to that like in the search box above. When the search box is empty it shows "Search MSDN with Bing" and when the contol gets the focus that string vanishes.
View 3 Replies
Sep 29, 2011
i tried changing it in right click project/properties but it didnt work. how can i change the description of my .exe file?
View 4 Replies
Dec 11, 2009
<ProvideProperty("NullableBinding", GetType(TextBox))> _
<Description("Set to True if this textbox is bound to a nullable property.")> _
Partial Public Class NullableExtender
[code].....
View 2 Replies
Feb 28, 2010
I have a form that has appx 20 checkboxes. The data is stored in xml. We would like to have a textbox or panel at the bottom of the screen to display information about the check box. Just like the property box in the IDE. The information will be store in the description attribute. Does vb.net have functions that do that already or do I need to program for that? Also would I be best to but the description attribute on the xml or the property on the programs?
View 2 Replies
Jun 22, 2010
How do I make my app have a description in the Processes tab of the Task Manager? Changing the assembly description doesn't do it apparently. Right now the description is just it's name.
View 1 Replies
Nov 15, 2009
I have a servicecontroller and though that service controller i set the name of a label.
Dim service As ServiceController
service = New ServiceController("W32Time")
Label1.Text = service.servicename*
[code]....
View 2 Replies
Jan 16, 2011
I want to set a directory worth or files to a certain decription, I know how to list all the files in a directory but how do I set a files description attribute to what I want it to be?
View 11 Replies
Aug 16, 2009
Where do you put the "main code" for lack of a better description? I can find all sorts of places to put code based on events like button clicks or forms loading. However, I can't seem to find a place to run code without an event (just idling).Basically I'm looking to monitor a file and call a sub when it changes. I can monitor the file fine based on the size but I can't figure out where to put code to call a sub when that changes. Everything seems based on user actions but that doesn't work in this case.
View 4 Replies