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 > september 2004 > threads for monday september 6

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

How to use DataGrid ?
Posted by Marty at 9/6/2004 10:15:32 PM
Hi, How do I set rows/colums, titles and data in the DataGrid control of VB.NET. I don't want to pass through a dataset and use databinding. I want to set this grid manually. Is there any tutorial for that? Thanks Marty ...more >>

No of times a specific day occurs in a time duration
Posted by Muhahid Khan via .NET 247 at 9/6/2004 9:41:43 PM
Can Please some one let me know how can we find out the number of sundays or any specific day with in a specified date duration. I also should get the dates that occur with in the specified date. -------------------------------- From: Muhahid Khan ----------------------- Posted by a user fro...more >>

DateTime Problem
Posted by Bryan at 9/6/2004 8:31:02 PM
I have a sql field called OrderTime.. smalldatetime in SQL 2000 length 4 I have the following in my code: ffSql.OrderTime = Now.ToString("hh:mm:ss tt") When I try to insert this into my table. If I replace the top with ffSql.OrderTime = Today instead of ffSql.OrderTime = Now.ToString...more >>

How do I get system Info such as OS
Posted by Al at 9/6/2004 6:59:06 PM
Hi, I like to know if my application is running on Tablet PC or not and based on that behave differently. How would I know if the system is Tablet PC or not? Thanks so much in advance Al ...more >>

listview - determining nbr of visible rows
Posted by txplayboy2002 NO[at]SPAM yahoo.com at 9/6/2004 6:05:01 PM
Is there a way in vb.net to determine the number of rows that can be visible in the listview region ? Not the total # rows in the listview, but only the visible count. Also, I was wondering if there was a way to determine from a given ListViewItem, whether or not it is currently visible in th...more >>

autoscroll
Posted by Frank at 9/6/2004 4:36:43 PM
Hello, if autoscroll is true in a form. Is there a way to detect the scrollbars are active? Thanks Frank ...more >>

Publish files from a webapplication to a productionserver.
Posted by ReidarT at 9/6/2004 3:43:13 PM
I have made a simple webapplication in vb.net, with 2 aspx-pages. Which files do I upload to the production-server and are there any dependency-files? Are the files that need to be uploaded in the bin-folder? regards reidarT ...more >>

Adding a Page Load ....
Posted by alex at 9/6/2004 3:40:36 PM
Hi Could anyone guide me on how to add a page load time to my pages? = Perhaps some articles? Regards Alex...more >>



how to get the list of computers in a workgroup or domain
Posted by Bilge TUTAK at 9/6/2004 3:31:24 PM
Hi, I want to find the list of the computer names in a workgroup or in a domain. Is there a way to do this in VB.NET? Thanx ...more >>

Date in a Textbox
Posted by Dooglo at 9/6/2004 3:01:02 PM
I'd like to have the system Date in a textbox every time I start my program, "Today Date: ??/??/???? (M/D/Y)", so that I may be able to save data with that date. Thanks, Dooglo ...more >>

I m VB 6.0 Programmer. How do i declare/raise event with VB.NET.
Posted by Vijay Bhatt (VB) at 9/6/2004 1:45:08 PM
Hello Every one, I m VB 6.0 programmer, and i know how to declare and raise event with VB 6.0 but i don't know how to declare and raise event's with VB.NET. Please help me. Thank you Vijay Bhatt. ...more >>

Invalide date format.
Posted by Guoqi Zheng at 9/6/2004 12:53:21 PM
Dear sir, I am writting an SMTP component, I used below to insert the header date field, strMsg += "Date: " + Now.ToString("d MMMM yyyy hh:mm:ss zzzz") + vbCrLf However, my ISP always edit that field and insert below. Date: Mon, 6 Sep 2004 12:49:07 +0200 (CEST) Date-warning: Invalid date...more >>

chart component
Posted by Marcin Podle¶ny at 9/6/2004 12:16:54 PM
Hi all, I'm looking for some nice and FREE chart component which I can use in VS.Net. Could you give me any links? Thanks :-) ...more >>

DataGrid
Posted by Michael Turner at 9/6/2004 12:03:31 PM
Hi Does anyone know a way of stopping the dark grey area of the datagrid showing? I dont want to change the color but I want to resize the grid so it is the same size as the width and height of the data, if you can see what I mean. Mike. ...more >>

Multi-languages
Posted by Bart Schelkens at 9/6/2004 11:45:42 AM
Hi, what is the best way (or the most interesting) way to make my application multi-lingual? I have french, dutch and english users and they all want the menu's and the labels,... in their language. Thx. ...more >>

when installing Framework SP1 on Developper pc and Client pc's?
Posted by DraguVaso at 9/6/2004 10:39:29 AM
Hi, I guess it's always a good thing to install a SP. So I would like to install the Framework 1.1 SP1 to my development-pc, and also on my client's pc's. Although, I don't knwo if this would affect the software (VB.NET-applications). and I'm not able to find any informationabout this :-( ...more >>

Control colors effecting application load time
Posted by jcrouse at 9/6/2004 10:37:14 AM
Many of you who may respond to this are somewhat familiar with my app in process (Cor). Simply, it's a form with 30 labels that is triggered from another application, with a hotkey. The labels text is filled in by parsing a file for certain information. There is a form designer that allows the u...more >>

Control Arrays
Posted by krollenhagen at 9/6/2004 10:17:02 AM
Hello. I used vb6 in the past for hobby programming. Now I am using vb.net. I read a bunch of posts on control arrays and read the msdn article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchCreatingControlArraysInVisualBasicNETVisualCNET.asp. This ...more >>

interface
Posted by Piotr Rendaszka at 9/6/2004 10:08:23 AM
Hi All! I have a question about a type of the interface and how to solve it. I need to build an application that would consist of one main window. There would be a few buttons that would open another ones (but not MDI). The new opened windows should be somehow bind to the main one so they woul...more >>

Retrieve Groups/Users from Active Directory in ASP.Net
Posted by Jeppe Dige Jespersen at 9/6/2004 9:23:37 AM
I have a webserver that is not in the domain, residing in the DMZ, from which I need to retrieve groups and names from the A.D. Any ideas on that? Thanks, Jeppe Jespersen jeppe.jespersen gmail.com ...more >>

Get email attachments from exchange
Posted by Sean Feldman at 9/6/2004 4:44:09 AM
Hi, I'm searching for a way to connect to exchange e-mail box in order to extract attached files. Please advise where I can get more reading about this, thank you. Sh....more >>

RegistryKey:- Object reference not set to an instance of an object
Posted by Thomas at 9/6/2004 2:49:09 AM
Hi All, When i am trying run the following code i am geting the error 'Object reference not set to an instance of an object' Try Dim Reg As RegistryKey Dim Value As String Dim KeyValue As String = "Software\\MyCompany\\Connections" ...more >>

Getting Run folder
Posted by MJR at 9/6/2004 2:47:03 AM
Hi all, Probably a simple question but I just cannot seem to find the answer. I am trying to get the folder where the application runs from (i.e. where the .exe is) . Everything I have tried so far gets me the working folder which changes as you open files and things. Any help would be...more >>

trying to pass Request.QueryString as input parameter
Posted by DC Gringo at 9/6/2004 2:46:07 AM
I am trying to pass an input parater to SQL Server. The parameter is a URL querystring variable. I can't seem to get it to pass a variable, only a literal value... Help! In the following example, the @archiveType parameter accepts the "all" sample value. If I replace "all" with Request.Q...more >>

FormatCurrency and converting back to a number
Posted by marfi95 NO[at]SPAM yahoo.com at 9/6/2004 12:18:23 AM
I have a field that has been formatted using the vb.net FormatCurrency method. Now, I need to get the amount back into a regular field so I can use it for calculations. Is there an easy way to remove the formatting characters ($,) ? I suppose I could always use the replace function to remove...more >>


DevelopmentNow Blog