IDE :: Recent Projects List On Start Page Is Not Being Populated?
Aug 4, 2006
The Projects List on my Start Page is not being populated with the Projects I open. It's empty.Does anyone know what could be the problem? I can see the entries being recorded in the Registry key:
HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio8.0ProjectMRUList
But VS isn't reading them in for some reason.
I'm running Visual Studio 2005 Professional.
View 21 Replies
ADVERTISEMENT
Mar 15, 2009
Removing projects from VB2008 start page recent projects list. The above list is getting clogged. How do I remove items from this list?
View 3 Replies
May 23, 2012
i am trying to create a recent files list. [Code] I've looked and i don't want to use a MRU list as i want it so that it can be used on several devices, i.e. running off a memory stick.
View 11 Replies
Jun 3, 2009
I want to build a recent files list into my program.
The hiearchy I currently have is "MenuStrip>File>Recent Files>File1".
I have a function which saves the files and opens them. It also stores the file name and file path in sperate variables:
CODE:
I would be able to change the text property of the File1 (File1ToolStripItem) to the SaveFileName easily, but how would I make it so that when you click the File1 (File1ToolStripItem) it opens the Savefile file?
I would also need the program to save this list so when I open the program again they are still there.
View 16 Replies
Jul 24, 2011
I am just wondering on how can i make a list of recent file opened on my program in vb.net. The recent files filenames must be in a linklabel in a form and in the menustrip.
View 5 Replies
Oct 18, 2010
I am in learning stage of .NET. i am assigned a task of doing a web application project in VB.Net 2008.
But iam purely new to it.i did followed few tutorials to create web application from start, but i dint feel easy to learn it.Could u kindly let me know some usefull links to start learning web application? in VB.NET language.
View 2 Replies
Dec 30, 2011
I am creating an application that is actually 4 seperate executables - UI is one and then 3 background services (console apps - no FORM's).I believe I can do one solution with 4 projects - would that be the recommended method? If a transmission class is common to all 4 would I make that a separate project or put it in one project and share that folder with the others? Can I have all 4 projects START when you click RUN?Does the OUTPUT window and other debug windows work with all 4 projects?Or is it better to make them 4 solutions for debugging purposes?
View 2 Replies
May 10, 2010
I have a project that currently uses an XML config file to create some groups. Based on these groups, you can search a database for information. What I want to do is create a form for editing that file. I can get to the information via messagebox, but when putting it into a ComboBox, I can't get the list updated. I have tried the text property which only populates the initial selection, and the Items is a read-only property. Nothing else looks close to what I want to do.
My other thought is to populate a datatable with the information and then populate the combo box from the database. It seems like an extra step that I shouldn't need, but it may be the only option right now.
The reason it can't be hardcoded is that the XML config file is already being used by a program, and the file may be updated from two or three computers, meaning I need a central location for the file.
View 4 Replies
Jun 26, 2010
how do i read the first line of text of every text file in a folder and populated in a list box. Also how do I get it to show the file name in a text box when you select an item in the listbox
View 1 Replies
Feb 17, 2011
I am making a application and I want to return the names of all the buttons in my project. This is so I can have them populate a Listview and I can check them if the user can access them.
I found some code
Dim loControl As Control
Dim lsTmp As String = ""
For Each loControl In Me.Controls
[Code]....
The report a Panel but skips over button?
how to get my projects button/Name list?
View 10 Replies
Aug 1, 2011
How do I continue to print a list onto another page once the bottom of the page is reached?
Dim PrintFont As New Font("Arial", 14)
Dim HeadingFont As New Font("Arial", 14, FontStyle.Bold)
Dim LineHeightSingle As Single = PrintFont.GetHeight + 2
[code]....
View 8 Replies
Mar 7, 2009
My professor recommended that I must create a hotkeys for page by page browsing for my Todo-List. I need to create a hotkeys because my Todo-List application is different from other todo-list application. Because it only display the entries and there is no buttons display on my application. I need hotkeys not a shortcut keys because it must change the pages even if my todo-list application is minimize or other program is being use(TodoList Application is Running). I want to have a PageUp Hotkey for the next page browsing and PageDown Hotkey for previous browsing.
View 1 Replies
Dec 29, 2009
how do i add another page to the document and start writing to it in vb.net
View 2 Replies
Apr 24, 2012
I have an asp.net website, and i have set 1 page "search.aspx" as start page,and when i type url like this:" http://localhost/websitename/subfolder/Search.aspx"
it opens properly.but i want it to open when i type : " http://localhost/websitename/" like this only,
and i have set the "search.aspx" as start page.
View 6 Replies
Jul 5, 2010
Under Options/HTML Designer/General There is the option of starting pages in either Source View or Design view. I'm now doing Windows Forms and when I open a vb page it is usually to do something to the code. I would like the page tp open in Source View but cant find a similar option for Windows Form Designer.
View 2 Replies
May 6, 2009
how would i open a users default browser on a website say for example i wanted it to open on [URL] how would i achieve this?
View 1 Replies
Aug 15, 2009
everyone know the start page of Visual studio it seems to be a web page, how I can make like it in my applications?
Edit, Add more details:
let us say that I want to show the recently opened forms or the Tip of this day, who I can do that, where to store the data and how to generate the HTML file?
View 3 Replies
Dec 6, 2010
When I start a web browser I made in VB.NET it starts off with a white page. I want when it starts for it to load up a certain page such as Google. I want to do this without using the home variable.
View 4 Replies
Apr 25, 2010
When starting the default browser like this: Dim trgt1 As String = [URL]
[Code]...
View 10 Replies
Oct 22, 2009
I'm sure I read somewhere that this is possible. Is it possible to add an item to the start of a list rather than at the end? And of course, I'd want it to push all the other list items down, not just over-write the first item. Is that possible?
View 3 Replies
Sep 9, 2011
I am learning to program in VB. One of the things I find most helpful are "Walk through type projects" I find on the MSDN websites. Can anyone point me to a directory or list or a search feature to find these project
View 7 Replies
Aug 29, 2010
Well I'm using VB 2010 and I need my 'Sub Main' coding to start before my forms do. But I can't find the Start Up Object combo list anywhere! I can find a Start Up Form combo list, but (as the name suggests) it only lists my various forms. I need my 'Sub Main' coding to start first!
View 5 Replies
Feb 28, 2011
I have made my application to start automaticly when windows start (registry ../currentversion/run/appname + path). In this mode the application start minimized and an little icon appear in the notification icon area. With this icon you can maximize the app or exit it.If you exit the app and start it again using the Menu (Start/programs etc) than the application start in minimized mode (and in this case I would like to have it in normal mode) because the setting autostart is still true.Is there a way you can detect when the application start when windows startup using the above registry or when people click on an icon in the programs menu (or desktop)?
View 2 Replies
Sep 22, 2010
I am using following code to search my computer for files with certian extensions. I currenty searching for .eml files. This code lists all files found.I need to enter 10 most current files' path to my list box.[code]...
View 1 Replies
Jun 7, 2011
I m using vb.net with access 2007. I have field with datatype "datetime" and values in format dd/mm/yyyy e.g 8/2/2011. Now I have problem when i fire a query SELECT * FROM tbl_name WHERE tbl_name.datefield= (Select Max(tbl_name.datefield) from tbl_name)); I have some records with dates 11/1/2011 and some records with dates 8/2/2011 but I get wrong result records with date 11/1/2001 instead I want records with date 8/2/2011
View 3 Replies
Apr 16, 2009
I ran into a problem on a program that is ALMOST done!
I have a populated listview of say 100 image directories. of those 100 images, there are groups of 20-30 images. this number isn't always the same, but would be between 20-30 per group. the time stamp would be within 5 minutes on each grouping. how would I go about pulling the most recent only of the 100 or so images? the most recent within about 5 minutes on the time stamp.
View 2 Replies
Jul 6, 2009
I am good in excel and access coding but preety new in VB.net, I wish to prepare an application which will pull details of all the recent users logged in under a particualr domain along with the computer name. I this possible?I did a lot of google and got ActiveDs.IADsContainer and ActiveDs.IADsUser.
View 1 Replies
Mar 4, 2011
I am using this to loop through a directory and grab the last modified date for all of the files. How I do find the last or most recent modified date?
Sub Page_Load(ByVal sender As Object, ByVal er As EventArgs)
Dim info As DirectoryInfo = New DirectoryInfo("C:InetpubwwwrootG269_FocusUploads")
Dim files As FileInfo()
files = info.GetFiles("*.pdf")
[code]....
View 4 Replies
Sep 16, 2010
I have what I think should be a simple solution. All I want to do is see what the name of the most recently modified folder was in my c: path.
View 1 Replies
Feb 23, 2010
i have a form1 and a button1 i want to when i press the button1 ,the recent backgroundimage 'ex.png' changes to be 'ex1.png' what is the code ?
View 1 Replies