| Thread | Last Post | Replies |
|
| Events declared with an 'As' clause must have a delegate type. | 23 Oct 2004 01:08 GMT | 3 |
I am converting a C# sample and have not use VB in years, I suspect this will not be my first post; I have a event declared as; Namespace Callisto.Utils.UI.Navigation
|
| How is a form "Show"ed | 23 Oct 2004 00:57 GMT | 1 |
I have many forms in an MDI application. Sometimes I show FORMA just by a f.Show, other times it is f.ShowDialog. How can I tell within the form code whether this form is shown via Show or ShowDialog??? TIA
|
| C# to VB .NET | 22 Oct 2004 22:42 GMT | 1 |
There is a lot of C# code in MSDN. I know there are some apps to convert C# to VB .NET. Please guys, could you tell which one produse best results. TIA
|
| Console Application Download issue. | 22 Oct 2004 22:12 GMT | 2 |
I've created a console application in VB.net that preforms some complex math equations. This console application is imbedded in a asp page. I want to be able to export the results of these equations to the user. (comma deliminated)
|
| ANIS problem | 22 Oct 2004 22:08 GMT | 2 |
When using StreamReader to read a text file I get some strange behavior (strange only to me I guess ;-). If file is saved from Notepad as Unicode the StreamReader works fine. If file is saved as ANSI, the StreamReader don't read nothing.
|
| Threading Question(s) | 22 Oct 2004 21:23 GMT | 1 |
Sample Code (top of head): Private mThread As Thread Private mCounter As Long Sub StartThread()
|
| How to access a .mdb database with VB .NET | 22 Oct 2004 21:10 GMT | 2 |
Need code samples, please...
|
| Newbie: tab menu event | 22 Oct 2004 21:09 GMT | 2 |
I know this is stupid but what event gets triggered when i click on a specific tab in a tab menu? I can't find anything appropriate. The Click event gets triggered after i select the specific tab and click
|
| Database Table Verses DropDownList | 22 Oct 2004 20:48 GMT | 5 |
What is the best way to store small sets of look-up data for my web application in the database (sql2000) or in a dropdownlist control in my web form? Or is it a question of how much data I want to type over and over again.
|
| public vs. private | 22 Oct 2004 20:25 GMT | 1 |
We are loading multiple instances of a mdichild. Some fairly intensive code that does stuff. Is it more efficient to put that code in a module as a public procedure or leave it in the form?
|
| Changing the program to open a File | 22 Oct 2004 19:19 GMT | 3 |
Does anyone know how we can PROGRAMMATICALLY change the program used to open a file? I am using vb.net. Any help will be gratly appreciated!! Thank you Rupa
|
| using timers to flash label messages | 22 Oct 2004 19:09 GMT | 1 |
is there a simple way to code a timer to make a warning label blink on and off? Lets say I have a form with 3 textboxes and 4 labels plus one timer object(labelTimer)and 2 buttons(start,stop).labels 1,2 and 3 are attached to textboxes 1,2 and 3. label 4 is stand alone and needs to ...
|
| stupid question | 22 Oct 2004 18:36 GMT | 1 |
i want to highlight text in a textbox such that the cursor is positioned at the beginning of the text after highlighting is complete. the problem is that the text is longer that the textbox's diplay area and when highlighted, the cursor is at the end of the string.
|
| Datagrid not responding to events | 22 Oct 2004 18:15 GMT | 2 |
I have a datagrid named grdSubClients I have all but one column set as read only, and I'm trying to trap events when the user enters data into the one editable column. I have formatted the grid using column styles, but turning that off had no positive effect.
|
| 'Static' codebehind session var, to refer to within ASPX? | 22 Oct 2004 17:33 GMT | 1 |
I have a pretty quickish question about ASPX with codebehind. I have done an exhaustive search of the web so no go there. I was hoping to reach out for some help here. Anyway, I have a really nicely working javascript replace going on with
|