| Thread | Last Post | Replies |
|
| VB -> If label.text=multiple #'s..then | 31 Oct 2004 21:11 GMT | 5 |
I Tried: If label1.Text < 80 Then lblOutput.Text = "Word I wanna say" It didnt work...
|
| Installer and versioning | 31 Oct 2004 20:56 GMT | 2 |
I found a piece of code that I can use to control the version of my software: <Assembly: Reflection.AssemblyVersion("1.0")> I put this at the top of my Form1.vb file.
|
| everything is ambiguous!... total badness! help! | 31 Oct 2004 20:19 GMT | 2 |
My controls assembly was behaving perfectly well (no compile errors in the Task List) until I added a new user control. Then suddenly I got 105 compile errors headed up by numerous errors asserting that '(control name)' is ambiguous in the namespace '(control namespace)'. Absolutely ...
|
| listbox postback | 31 Oct 2004 20:09 GMT | 4 |
What types of things could short-circuit a listbox postback once the process has begun? I appreciate any help that you may provide. -Mark
|
| Determing a quarter in a financial year | 31 Oct 2004 19:55 GMT | 3 |
Say Company's financial year starts October First and say we are now March 17th. How do you determine which quarter of the Financial year - not the actual year - March 17th is in. Thanks for any help,
|
| Derived Control Default Design Properties | 31 Oct 2004 19:44 GMT | 4 |
I am trying to set the default design proerties in a control I have derived from the Panel Class. I thought I'd found how to do it from the MSDN but the following line doesn't work: Inherits System.Windows.Forms.Design.ControlDesigner
|
| how to draw arrows in Visual Basic .NET | 31 Oct 2004 18:55 GMT | 3 |
hi, i would like to draw static arrows in the window form. Seems from the posts that there isnt any drawing toolbox. Is there a way of doing it? Pls go step by step, this is the first time i am programming.
|
| Datagrid findfirst findnext | 31 Oct 2004 18:51 GMT | 9 |
I have been watching the dotnet newsgroups for a couple of weeks now and scouring the net looking for a solution to my datagrid find functionality. With no luck. I am hoping that you can help me. I am an old VB6 coder used to using Sheridan controls, and I am just
|
| Calling a method in different aspx.vb code page | 31 Oct 2004 18:35 GMT | 6 |
I've got a VB .NET Web application that has several frames (for discussion sake, let's call them Form1.aspx and Form2.aspx). I want to be able to call a code module in Form2.aspx.vb from code module in Form1.aspx.vb. How do I format this statement?
|
| About DataGrid | 31 Oct 2004 18:10 GMT | 1 |
I have to place command buttons in datagrid control in vb.net .Is it posible to place buttons in datagrid control if possible plz tell me how to place . If my datagrid contains 10 rows it has to display 10 comand buttons so when i click on that button some action should be performed ...
|
| Writing a .DLL file | 31 Oct 2004 18:02 GMT | 1 |
Writing a DLL file as a addin to SolidWorks software I have used regsvr32 to register my DLL but it doesn’t seem to put the correct keys in the register. This is my first attempt so any help with be appreciated.
|
| a cast beginner question | 31 Oct 2004 18:01 GMT | 1 |
I have a TabControl with 2 TabPages (TabPage1 and TabPage2). I have a TreeView control with 2 nodes (Page1 and Page2). When i click on Page1 node, I want to display the TabPage1...the same thing for Page2 node (TabPage2).
|
| Copyright character | 31 Oct 2004 17:43 GMT | 3 |
I would like to know how can i do if i want to display the copyright character (the C into a circle) into my About window ? thanks a lot, Maileen
|
| Collection & IndexOf | 31 Oct 2004 17:32 GMT | 2 |
I have a class named "Variable" with 2 properties "Name" and "Value" and the following class to handle a collection of Variable: Public Class ColVariables Inherits CollectionBase
|
| Context Menus | 31 Oct 2004 16:51 GMT | 6 |
Hi, in VB6, I could use PopupMenu() to display a menu on a control such as a list view. I have tried setting my List View in VB.NET to a ContextMenu but I can't get the same functionality that I had and need like in VB6.
|