Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > november 2003 > threads for saturday november 1

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

HLP: MouseHover and ListView
Posted by Mr. B at 11/1/2003 11:22:49 PM
Question #1: How can you prevent a User from Stretching the Columns in a ListView? Question #2: How can you 'display' all the text of a cell when the column width is fixed? Many Thanks! Bruce...more >>


How secure is our source code?
Posted by John at 11/1/2003 9:23:24 PM
Hi With the availability of tools like this; http://www.remotesoft.com/salamander/ 1. How safe is the source of .net apps? 2. Is MS using .net to write any of their apps? If so, presumably anyone would be able to decompile them into equivalent source?! Regards ...more >>

opposite of wm_close
Posted by Tony at 11/1/2003 8:35:23 PM
Hi, I am looking for the opposite of wm_close, I assume it's possibly wm_open but no info comes up with that term. so, what is the opposite of WM_Close Any ideas welcome Tony...more >>

Sound
Posted by yuen at 11/1/2003 8:33:31 PM
How to play sound file in VB.NET without using WMP? ...more >>

in vb6 we have InStr ,and in vb.net ?
Posted by Daylor at 11/1/2003 7:37:20 PM
hi. how can i check if string 1 exist in string 2 in vb.net ? have a nice day. ...more >>

Annoying Windows Forms Problem
Posted by Steve A. at 11/1/2003 7:07:02 PM
Here is the scenario: I have a project that uses two forms. Form1 uses a SQL Connection, several DataAdapters for various tables, DataSet, and a DataView that I filter by user-selected field names and associated criteria. Form2 has a couple of read-only text fields to show the user the s...more >>

Crystal report
Posted by Gilles at 11/1/2003 5:59:03 PM
I make some documents with crystal report and I would like how one can to see them on the screen and to print them Thank you for advance ...more >>

Will VB.net survive against of C#?
Posted by Pravin A. Sable at 11/1/2003 4:45:21 PM
Dear All, I am VB programmer, from VB 3.0... to VB.6.0. I love VB :-). I wish to move to VB.net, but I have been advised by certain people to move to C#. They even claim that VB.net will die down over the period and only language going to survive in .Net framework is C#. I would like t...more >>



How to use "AND" in regular expression
Posted by necm500 NO[at]SPAM yahoo.com at 11/1/2003 3:40:46 PM
My understanding is that to search for "big" OR "small" in a string, one uses the following expression: r = New Regex("big|small", _ RegexOptions.IgnoreCase Or RegexOptions.Compiled) What is the syntax for searching for "big" AND "small" in a SINGLE regular expression state...more >>

ASP.NET 1.1
Posted by Christopher Hansen at 11/1/2003 3:16:03 PM
When I try to create a web application it says I don't have ASP.NET verion 1.1 installed but isn't that installed with visual basic? I am running an IIS 5.1 server. Thankyou....more >>

Determining the height (in pixels) of a windows title bar.
Posted by Max at 11/1/2003 3:11:24 PM
Hello, Is there a way to determine the size (height) of a windows title bar? I am trying to position a window of an application so that the top edge of the window aligns with the top edge of a panel in my form. When I position the application window in code, it positions correctly, ex...more >>

programmatically check/uncheck all items in the checklistbox control
Posted by Mike Kim at 11/1/2003 2:30:29 PM
hi all, i have a checklistbox populated with about 50 items from database. and on the same form, i added to button to do the following. [Check All] if you click this button, i want to have all items in the checklistbox to be checked [Uncheck All] i want to have all items in the checklistbox t...more >>

Any tip about How to build multilanguage applications?
Posted by Mat at 11/1/2003 2:04:00 PM
I would like to build multilanguage applications -user may have options, in runtime to change the language(switch). -i may need to update languages (grammar..) without rebuild to applications. Or how to write the application in order that user can download language pack as plugin for applicati...more >>

Flexibility vs Reliability
Posted by Joe Fallon at 11/1/2003 12:30:40 PM
My co-worker and I are debating Flexibility vs. Reliability. For example this method is highly flexible: Public Shared Function GetList(ByVal whereClause As String) As String strSQL = "SELECT field1,field2,field3,field4,field5 FROM table1 " If whereClause <> String.Empty Then ...more >>

Checking for existing instance of a form
Posted by Ivan Weiss at 11/1/2003 12:16:44 PM
I am very accustomed to VB6 and therefore the OOP characteristics of VB.Net are giving me some difficulties. How can I ensure that only one instance of a form is created (I am using MDI Parent and Child forms). I only want the user to be able to have one window open at a time within the MDI Cli...more >>

Operator Overload - Whidbey
Posted by Genival Carvalho at 11/1/2003 11:17:18 AM
Hello friends... Inside my class how do to use explicit using Overloaded operator or use default ? Ex: Dim x as Integer = A + B ' Use default + operator Dim OV as integer = X + Z ' I will need use Overloaded + Operator ??? Thanks and sorry my bad English. Regards Geniva...more >>

Error: Setup1.vdproj Cannot remove output file C:\Documents and Settings\Administrator\Desktop\Test\Setup1\Release\Setup1.tmp
Posted by Kishor at 11/1/2003 11:15:34 AM
Hi, I have developed an assembly, now it the the time to build the setup for assembly. I have created Setup project. I have added necessary files, created shortcuts... etc. when I started build, I got following error. C:\Documents and Settings\Administrator\Desktop\Test\Setup1\Setup1.vdproj ...more >>

WebClient 1.1 raise an error-the 1.0 version didnt --???
Posted by Crirus at 11/1/2003 9:09:13 AM
Hello! Last year I used Framework's 1.0 WebControl to connect to a server designed by me with sockets and TCP. The client run in a html as activex. Right now, I reactivated that project... server and client is the same as last ones Server send data oj to IE browser Client upload data ok to my...more >>

Storing Server and DB Names (other than registary)
Posted by grawsha2000 NO[at]SPAM yahoo.com at 11/1/2003 5:54:34 AM
Greetings, I was wondering about a way of storing server and database names in run-time other than the registry way. That is, can I use local variables to do so?? MTIA, Grawsha...more >>

Bind datatable to a datagrid
Posted by SALIH ATAOZ at 11/1/2003 5:09:56 AM
cnn.Open() Dim sql As String = "select * from kayitlar;" Dim dt As New DataTable() Dim dausers As New OleDb.OleDbDataAdapter(sql, cnn) dausers.Fill(dt) DataGrid1.SetDataBinding(dt, "kayitlar") somethings wrong i cant fill the datagrid ...more >>

focus
Posted by gabriel Morgulis at 11/1/2003 12:39:05 AM
How can I set the focus on a particular control in a webform? IE: If I have 3 textboxs controls on my webform and I want to be on the middleone , how can I do it? I saw that there is a method called focus, that it would replace the .setfocus method of VB6. But I don't understand the examp...more >>


DevelopmentNow Blog