Make A ToDo List With Extra Info?
Jun 19, 2012
I want to make a ToDo list with extra info, like this:
Activity1
- Place
- Start time
[Code]....
I want to be able to show and hide the 'place, start time, end time, etc' with a button. I thaught it might be usefull to use Treeview for this, but how do I use Treeview? I got textboxes for activity and place and etc., datetimepicker for start and end date/time. how to use treeviewer for this?
View 1 Replies
ADVERTISEMENT
May 21, 2010
How do I add my own todo and comments list to appear on Interfaces? I want it to pop up like IDisposable does:
[Code]...
View 1 Replies
Mar 7, 2009
Anyone knows how to put a checkbox with the data in a datagrid? I am displaying a data from a database to the datagrid. But I need to place a checkbox for every data because it is use for my ToDoList Application.
View 11 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
Apr 26, 2011
In Window Form ListView, I add columns dynamically, but I got an extra column. How to remove it? Which property can it be set?
View 1 Replies
Jan 27, 2011
I'm getting System.NullReferenceException error when I try to add the employee info to the Employees list.
[Code]...
View 4 Replies
Apr 16, 2010
why the buttons in an application I developed, shifts from its original position whenever the font size of the Windows is changed to Extra Large (Properties > Appearance > (Font Size=Extra Large).
View 6 Replies
May 30, 2012
I am working on a realtime application where the data is addded to a List(of T) all the time. MB per minute
Elements older than X minutes shall be removed from the beginning of the list to free memory.
As far as i can understand will there be an internal (slow) redim when i add each element after i have reach the number defined with the Capasity metod. (I set that quite big from the start, but the data speed is unpredictable so it can be exceed)
What happens each time i remove and element from the beginning of the list , seems like it takes a lot of time, ? new redim ?
What is the most CPU fficient way of removing 1 or many elements from the beginning of such a list?
View 7 Replies
Jun 25, 2012
Our CRM 2011 database contains approx. 20000 contacts, and I need to loop through all of them using the SDK. Currently I'm finding the following linq query takes a very long time to execute:
[Code]...
View 2 Replies
Apr 25, 2012
when I try to use the code
Sub getReadings()
Dim intRead As Integer
Dim dateRead As Date
intRead = CInt(txtReading.Text)
dateRead = txtDateTime.Value comes from a date/time picker
txtTest.Text = dateRead
[Code]...
lstListView is just a standard lstbox. Have no idea why this is happening or how to fix it. I can post the rest of the code if needed.
View 2 Replies
Mar 19, 2012
I've searched and searched for an answer to my question, but as of yet, have yet to find a solution to what I'm looking for. My background - 6 months out of College (Computer Studies)
Right now I'm working on a program that is going to be used to handle database information (Access 2007). On the main form the user can select 3 pieces of required info from drop down list boxes. Those are required. Then after that they are able to enter a first name and a second name. They then add that name to a list box below. They can add as many names as they want to a list box. Then from there they have the option to either just save the info, or if required (which will more then likely be the main option) print each person in the list their own certificate. I have designed a separate form laid out the way required for the certificate.
The trouble that I'm having at this time is that I am unable to make the printing process show all of the certs that are going to print in a print preview. I have been able to get it to only show one. The form is set to load where hidden = true.
View 3 Replies
Sep 20, 2011
For a class project I am supposed to search through the attached file, and write to a new file the years between 1789 and 2009 that are not present in the fifth field. What is my best bet for determining what years are not present?
[Code]...
Should I make an array of integer between 1789 and 2009, then search for every year in the file, then set a flag to false if not found; is there a simpler way to accomplish this using LINQ?
View 7 Replies
Feb 22, 2012
I'm using Report Viewer(VS 2008) to make a report in VB.net. I add Table with Table Header, Table Detail, and Table Footer. Then insert a Table Group(table1_group1) and add expression =IntRowNumber Nothing-1/10 on that group. I check page breaks at end.
When I load the report its show normal :
page 1 : page header+ table header + table detail(10 list data) + page footer
page 2 : page header+ table header + table detail(5 list data) + table footer + page footer
But when I click Print Layout Icon its show an extra page(page 3):
page 1 : page header+ table header + table detail(10 list data) + page footer
page 2 : page header+ table header + table detail(5 list data) + page footer
page 3 : page header + table footer + page footer ( this is the error)
I also try to print the report and its print 3 page.
View 1 Replies
Jun 11, 2011
I have a table being imported into my VB application that has 3 columns. I have written code to import the table, and have written code to display on the first column (country) in a list view.
What I want to do now is have the user select / highlight an item in the list view, and have the third column (currency) related to that selected country appear in a text box when a button is clicked.
Here's the code I've written that successfully imports the data and displays the first column:
Private Sub frmCountry_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim dataCountry As New DataTable()
[Code]...
Should I perhaps use something other than a list view?
View 3 Replies
Aug 3, 2011
So I have a program that is supposed to support a small business. I have the work completed and the professor said it was correct but I wanted to go do a little extra.Basically, on the Order screen, you begin to type the name of a customer/supplier/employee into a text box and a list of names that fit the criteria pops up in a list box (lbMatchingAccounts). When you select it, you can hit enter new order and be transported to the Order Details screen to enter the new order.
What I wanted to do was to create a new list box (lbOrderId). What I want is to be able to select a person from lbMatchingAccounts and have all their Orders populate in lbOrderId.
[Code]...
View 1 Replies
Feb 23, 2010
Okay I'm making a song organizer and I have a program that will load the files in a folder into a box and display the songs info into a list view. That part works fine but when you click the button to make it do anything it will get the variables that it need from the tags on the cells for each song but for some reason the one for the Album just disappears... I tried having it just show the value in a message box and it works fine. Just when I try to combine it with another variable then it wont show at all. Heres my code
[Code]...
View 10 Replies
Feb 12, 2011
Is there any way to make a program that gets data from the input site (like the javascript: Time left:, and the bidding page)
my goal is to make a program that will bid your maximum input using your credentials at the last minute... i hate loosing bids...
is this even possible with vb express 2010?
View 1 Replies
Mar 24, 2011
i am trying to make a program that holds info in the settings... it holds it in an array so that you can add to it and take away from it... he is the code i have so far....
So far it is just the adding part but im still haveing some problems...
Public Class Form1
Public Function array_use1(ByVal array_string As String, ByVal number As Integer)
Dim num_holder As Integer = number
[Code].....
im trying to get this done so i can demonstrate how it works to some friends.
And also note that i dont want you to like write out a bunch of code then tell me its the right way...
View 8 Replies
Apr 15, 2009
How do I make a tooltip display the info longer?
View 2 Replies
May 24, 2011
i'am a newguy here but i have a one qustion how to make program to show my torrent tracker account info like ratio an something like that
View 2 Replies
Nov 5, 2011
I wish to make a project where a teacher views a list box with a list of students of a class. When he selects a name from the first list box the second listbox would change its data to show the grades for that one student.
View 10 Replies
Jul 31, 2010
I am working on a media player, and I would like to setup a local playlist feature. I am using a single ListBox and its "Display-" and "Value-Member" properties. The display is the song's Artist and Name, and the value is the song's file path (i.e 'C:UsersUSERMusicetc.').To write the file path to the .txt file, I believe I can use the following code:[code]
View 18 Replies
Dec 7, 2009
get a list of printer's (name,port,model) from a computer over the network. I know how to list my own, but it's from querying the Win32_printer object on my machine, I need to be able to do something similar on a remote machine.
View 4 Replies
Jul 23, 2009
how to create Quick info and/or parameter info for own code?
View 6 Replies
Jun 22, 2011
I am making a program, obviously, and I require some assistance. I found an explanation on how to read information from a Text file and have modified it for my needs. Here is my (modded) version:
Public Function GetInfo(ByVal playlistname As String) As String
On Error Resume Next
Dim PlaylistInfo As String
[code].....
View 6 Replies
Jan 7, 2010
I'm making a database app. I've finish the search, add new, and add function. What I'm trying to do is to expand the functionality of the add new item function.
View 2 Replies
Nov 17, 2011
I am trying to do is fill out a form with certain info, put the info into an array, and write it to a listbox using loops, arrays, and maybe a function if I need one. This is for VB2010 and here is what I have so far... I think there are ways to make it shorter but I cannot figure it out.... maybe just brain dead from all the coffee I have been drinking!
[code]...
View 1 Replies
Sep 6, 2011
under my project I have the following
However when I use this code.
lblABOUT3.Text = "Version : "
lblABOUT3.Text += My.Application.Info.Version.Major.ToString()
lblABOUT3.Text += "." & My.Application.Info.Version.Minor.ToString
[Code]....
View 8 Replies
Mar 17, 2009
how to correlate info from a textbox based on a listbox item selection. For example the user will select an item from the listbox, enter say the length of a song in the textbox say 2:00 for song #1, select say song #2, enter the song time for that song say 3:00, click on song #1 again and have the same textbox display the length of that song and be able to do that until there are no more songs on the list.
View 5 Replies
May 5, 2011
Im making a desktop player for a online web radio, and for the program I wanna make it show all the stream info. Like the stream name, and such. However I dont know how to do this? I looked everywhere
The server url is setup like this "[URL]" And it has all the stream info and that there. So is there a way I can get the info from there onto like say a label? Live updates btw.
View 1 Replies