Comments - Custom TODO: List On An Interface

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


ADVERTISEMENT

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

Put A Checkbox In A Datagrid Use For ToDo-List Application?

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

Hotkeys Todo List: Page By Page Browsing?

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

Adding Custom Comments To A Folder?

Jan 30, 2008

I need to add custom comments to a regular folder.

How should I programatically do this with Visual Basic?

provide the required code.

View 9 Replies

XML Comments <list> Not Displaying In IntelliSense?

Aug 26, 2009

I am trying to get VB.NET XML Comments to work with IntelliSense, and maybe it doesn't work the way I think it does.

[code]...

This should, when you are typing in a function, display the "Get or sets the Patient Code" then below that, it should display a list of bulleted items with "Validation:" as the header? Maybe I am doing it wrong, but it doesn't seem to be working correctly.

View 1 Replies

C# - Different Color For Code Comments And XML Comments?

Sep 26, 2011

I've noticed that in C# XML comments and code comments can have different colors by changing the settings in Tools > Options > Environment > Fonts and Colors > Display Items:

- Comment: controls code comments XML comment: controls XML comments

This works well in C# <summary>This XML comment is green</summary>

[Code]...

View 2 Replies

Pass Generic List To A Function That Has A Custom Defined List

Apr 7, 2011

it seems always at this time I cant figure out how to do something maybe it has something to do with lunchtime.

Im having trouble using a method that is defined by an outside company

This is a link to their integration guide:

[URL]

This is their documentation for the class Im trying to use

OrderQueryWebService Class

This class is for SID in particular and is made for use with the notification methods. This is for the Order Query Web Service specifically, allowing clients to return the status of transactions for their merchant, whenever they want to.

Methods
/ <summary>
/ Pass through the variables required and receive a list of Transaction
objects showing transaction status

[Code].....

The MerchantCode, the MerchantUsername, the MerchantPassword are all good the List is a custom type called SetComHash.Transaction

Everytime I try adding a string to the list such as the transactionNumber and some other values it gives me a type error:

"Value of type string cannot be converted to 'SetcomHash.Transaction'

View 13 Replies

Custom UI - Customize The User Interface In VB

Jan 30, 2009

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 Replies

Interface And Graphics :: Anchors In Custom Controls?

Oct 21, 2008

I'm having some problems with custom controls and anchors today. I made a custom control containing a picture box and a vertical scroll bar. When I adjust the form the custom control outer area (the blank part) will adjust to the size of the form but the picture box and scroll bar do not. I have the picture box anchored to all sides and the vertical scroll bar anchored to the right side. They just will not adjust with the control when it is resized on the form.

View 4 Replies

Interface And Graphics :: Custom ListBox Control

Dec 8, 2009

I'm trying to build a custom ListBox control as inspired by the 'Audi Infotainment System' on high-end Audi vehicles. The only difference is i would like to have a 'boundary' where when scrolling up/down moves the actual list up or down. Basically, i would like my list to act like a normal ListBox except i would like to show say one or two items above and below normally only visible items.

View 3 Replies

Interface And Graphics :: Custom Right-Click Menus?

Oct 29, 2008

I'm trying to bring up a simple right-click menu on a listbox and I'm having little luck with it. I created a basic ContextMenuStrip named "ContextMenuStrip1" and I'm trying to call it in the ListBox's Mouse Click method:

Code:
Private Sub ListBox1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListBox1.MouseClick
If (e.Button = Windows.Forms.MouseButtons.Right) Then
ContextMenuStrip1.Show(MousePosition)
End If
End Sub

So here's what it's actually doing. The right mouse button doesn't seem to activate MouseClick at all for this object. It is caught in MouseDown, but when I try to call this from that method, the ListBox Index doesn't change. How can I get a right-click to be called from the MouseClick (Not imperative) and how do I get the ListBox to change the index with a right-click?Also, the menu looks like one of Office's right-click menu that can have an image to the left of the text. When I don't have an image the text is about 50 pxls or so away from the left edge. This looks weird. Can I change that?

View 3 Replies

Interface And Graphics :: Custom Scrollbar In Listview?

Jan 15, 2010

Is there a way to make custom scollbars in listview? And could someone please show me how, step by step. I'm completely new at this

View 2 Replies

VS 2010 Custom Type Array / List With Adding Items And Specifying Custom Type Variable

Jun 21, 2011

I recently downloaded VB 2010 Express so i am quite new to the language, but i have worked with dark basic, which seems to b very similar.Anyway, my problem is that i cannot seem to correctly set out my array of a custom type/class. i am trying to create two arrays, one of available entities and another of selected entities of which the user selects the entities to be dealt with in irrelevant ways. i have creates a button (called test) which adds some entities to the available list and all the entities come back the same value but they shouldnt be as you'll c in the code. i have run the step into command a found that "available.item(#).Name = " will change all of the entity's names.As of current i am working with lists as the array kept asking for a 'new' statement but i couldnt figure out where to put it.[code]

View 7 Replies

Interface And Graphics :: Make A Class For A Custom Button?

Jan 2, 2012

i want to make a class for a custom button for which the user of the class can choose his own images for Normal, mouse over and mouse down state.

View 5 Replies

Vb.net - Convert From Custom List To List Of String

Mar 25, 2010

I have the following code:

[code]...

The intention is to convert an IList of custom objects to a string equivalent comprising each element in the Ilist. Unfortunately I can't seem to find a way to get the underlying data of the custom object, and of course as in the above example, using object simply gives me a string of types definitions, rather than access to the underlying data.

View 2 Replies

Interface And Graphics :: Drawing Text With Custom Font And Color

Jan 8, 2009

I created an application in VS2005 that draws text with a custom font and color. The images look great from my XP machine. But from another machine running Windows Vista, the graphics are messed up. It seems that the transparencies inherit the default black background so there's this gray'ish/black haze around the text...

View 1 Replies

Get Custom Properties For A Custom Control Into The Visual Studio Properties List?

Nov 25, 2009

What I've done is create a User Control Library (Project) and I've added a single User Control to that project. The control contains a single FlowLayoutPanel, and I created a Property on the control itself to pass the FlowDirection from the Control to its FlowLayoutPanel child.

Build, reference, component appears in the Toolbox and everything works fine, but the property on the control does not appear in the Properties window when I go to edit it at design time.

View 6 Replies

Multithreading - Create Custom Objects/list Of Custom Objects In .NET?

Jan 24, 2010

I need two seperate lists, which every item is Integer, String, Bitmap - and one which every item is Integer, String String. However I don't know how to do this, or even where to look - I've googled for custom objects and custom object lists. What I'm trying to do is this.Custom Object1 is Integer, String, Bitmap Custom Object2 is Integer, String, String

In one thread I'll be adding items to List1(Of Object1), and processing them, and adding the results to List2(Of Object2), however I need to be able from other threads to look at the list and say only give me the items where Integer = (my thread ID), is this possible? Any help, or even links to information that would be relevant to this request would be helpful?

View 2 Replies

Objects To Interface With The GUI Instead Of List(Of T)?

Mar 9, 2010

I have started using BindingList(Of T) for my generic collections whenever I need the objects to interface with the GUI instead of List(Of T). This has worked well for me so far but a few of my collections are stored in Dictionary(Of TKey, TValue) and there doesn't appear to be a corresponding BindingDictionary(Of T).

Has anyone else come across the necessity to use this, and how did they achieve it? Should I implement this myself? (How?) or is there a better solution already available?

View 1 Replies

Cast A List Of Object To List Of Interface That Object Implements?

May 19, 2009

I am working in VB.net and have a Class, Foo, that implements an interface, IBar.I have a List of Foo's, but I need to pass a list of IBar's into a function, but I keep getting casting errors, even when I use DirectCast.My code is [code]MainWorks works, but it would be really annoying and inefficient to have to do that everywhere I want to call this function.

View 4 Replies

Count Different Objects In A List That All Share The Same Interface?

May 26, 2011

I have an object (MyObj) that itself will hold a List of other objects of various types and I want to count them as they are added to MyObj.That's the simple explanation, anyways...I have an Interface (MyInterface) that all sub-objects agree to. MyObj has a List(Of MyInterface) property that all the sub-objects are added to. MyInterface will expose a property that lets me figure out what subtype each object is (the sub-objects do not inherit from MyObj at all).

But I want to count these sub-objects as they are added to the list, and I'm trying to find a good way to do it. I don't need to worry about decrementing the count, as I am going to mimic the behavior of String and just create a new instance of MyObj if it ever changes, so all my counts will start from 0. This'll hit the garbage collector a bit, but I think this will allow for simpler (and safer) code. The only sane way I can think of to count objects is a very large structure in MyObj that uses bytes to hold the count (I will never have more than 255 of any given sub-object in the list in MyObj). But, even using bytes, this structure will be about 100-200 bytes big in memory (I have that many sub-objects), and I anticipate having a fair amount of MyObj copies running around, too.

I'll also need a large Select Case to know which count property to increment when a new sub-object is added. This seems to be a bit ugly, though I've used this approach several times already.What I am wondering is, instead of counting each object as it is added to the list, is there some way to query the list and count only the objects of a specific type? I wouldn't need to store this anywhere, since it would be dynamic, like querying a database and asking for a count of a specific column or type of record.I suspect Linq can do this, but Linq is also quite slow. Are there other approaches? Perhaps a predicate of some kind?VB (I am not a C# guy):

From i in MyObj.MyList Group i by i.GetType into g Let c as Int32 = g.Count() And that's it so far. I am still googling, but I am getting way too many C# and SQL references.

View 1 Replies

Interface And Graphics :: Popup Selection From Dynamic List?

Aug 8, 2008

Is the ContextMenu control strictly to offer choices when the user right-clicks some object, or can it be used to offer choices in general?

In my situation, when a user opens a certain type of file, I want to offer a selection of specific subfiles (line ranges) within said file as choices. The presence of subfiles and their number is variable, so this would be a dynamic situation. (No subfiles: use the whole file; three subfiles: present three choices ...)Would ContextMenu be appropriate, or should I offer a list box or combo box or frame of radio buttons instead?

View 6 Replies

Unable To Cast From List(of Object) To IList(of Interface)?

Apr 19, 2011

I'm new to generics and am having some issues when using with interfaces.I'm developing with VS2008 - .NET 3.5 Ultimately, I'd like to create an interface that inherits the IList(Of T) interface and add a function definition to the derived interface that adds a new element of type T to the list and returns the index of the newly added item.

I have everything figured out but am stuck on a casting issue. If I execute the following line of code at runtime:CType(New clsObjectFactoryList(Of clsIDNamePair), ifObjectFactoryList(Of ifIDNamePair))

View 9 Replies

Interface And Graphics :: Change The Color Of Items Ine A Checkbock List?

Feb 27, 2009

I have got a problem. Here is my problem: I have a CheckListbox and in that checklistbox i insert some checkboxes. But those checkboxes should have different colors dependin on the condition.

View 4 Replies

Sql Server - Obtain A List Of Collections Which Contain Objects Which Implement An Interface In C#

Aug 28, 2010

I am new to .Net Programming and would like to know if Reflection is suitable for traversing an Object to discover Collections within an instance of a class. I am working with the Microsoft.SqlServer.Management.Smo Namespace.

The plan is to connect to a database, determine what collections exists, then for each of those collections, if the Collection exposes objects which implement the IScriptable Interface, generate a script for the object.How do i do the following (This is pseudo-code as I am seeking assistance with using reflection or some other method to do the following)

[Code]...

I would like to enumerate all objects in db with one function if possible

View 2 Replies

List Of New Custom Object?

Sep 2, 2010

I created a simple (for now) custom object:

VB
Public Class Form1
Dim AllPartFiles As List(Of Part)

[code]....

As I search a folder for files, it returns FilePath as a string for each file in the folder, then assigns a new Part.FullFilePath to the current returned FilePath, then add the Part to AllPartFiles list. So I can retrieve each Part from AllPartFiles later. But everything I try doesnt work.I know below is wrong, but might show what Im trying to do:

VB
Dim Files() As String
Files = System.IO.Directory.GetFiles(RootFolder, "*.ipt")
Dim k As String

[code]....

Create a New Part, change its values, and then add it to AllPartFiles list for later, then repeat?

View 12 Replies

List(of T) Custom Sorts In VB

Oct 13, 2011

Im converting a winforms application and it has gone smoothly except for trying to get custom sorts for generic lists working.

VS 2010 ASP.net 4.0

I have my classes in App_code but it fails to work like the winforms version.

Dim ReturnList as List(of Quotedata)
ReturnList.Sort(New SortQuoteDateAscending)
> Unable to cast object of type 'SortQuoteDateAscending' to type 'System.Collections.Generic.IComparer`1[Quotedata]

Is there a gotcha with asp.net implemenation of custom sorts in asp.net 4.0 or am I missing something.

Public Class Quotedata
Private m_quotedate As Date
Public Property QuoteDate() As Date

[Code]....

View 3 Replies

Searching The Custom List?

Feb 12, 2010

I want to use a System.Collections.Generic.List<Of T> and store custom objects in the list. I then want to filter the list by my own custom defined criteria and return a System.Collections.Generic.List<Of T> of all the objects in the list matching my search criteria. For searching in Java, you would create an object that implements the comparator interface. The object would then be passed as an argument to the list's sort method. Is there an equivalent VB way to do this BUT when searching for items in the list?I have looked at using delegate functions, but these pass EVERY item of the collection into the function, which is not efficient in any way.

View 12 Replies

VS 2010 Using .Contains On A List(of Custom)?

Mar 31, 2012

I have made a custom structure which I have in a list.Dim AllUsers As New List(of mUsers)Structure mUsers Dim mName As String Dim mMadeDate As Date Dim mActivated As BooleanEnd Structure I have populated the list, but now I would like to be able to search it, and to check if something exists inside of it. For example, I would like to check if.If AllUsers.mName.Contains("John Doe") = True Then MsgBox "User John Doe Exists!"

I know if this was simply a List (of String) then .Contains("John Doe") would work. But I cannot figure out how to have it look through the contents of that custom type in the list(of.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved