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 > march 2005 > threads for saturday march 5

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 31

Static Variables
Posted by Raghu at 3/5/2005 11:31:28 PM
A local variable in a procedure can be declared as Static so that it can retain value after the procedure ends. My question is: Does the variable retain value among multiple objects of same type? Or is it specific to one object instance? Thanks. ...more >>

How to access the events of an instantiated form
Posted by buzz at 3/5/2005 8:35:06 PM
How do I get to the form events such as sizeChanded of an instantiated form? for example: My main form has a pictureBox control, when I double click it, it will open a new form and show the image full size. I need to get to the changedSized event of the new form to control the visiability of scr...more >>

View crystal Report in VB.net program
Posted by Yummy at 3/5/2005 7:19:51 PM
what should I do for installation of a VB.Net program in which there are some reports generated by crystal report 9 ? Need to register any dll file(e.g. crviewer9.dll) for viewing crystal reports ? How ? Thx ...more >>

problem with scrollbar
Posted by chrisclementdotcom at 3/5/2005 7:09:02 PM
vb.net 2002 When moving the thumb with the mouse, the control generates a stream of values as expected. When I let go of the left mouse button to stop at the desired value, it jumps a little higher or lower (depending on the direction I was moving). Has anyone ever seen this? It happens on more ...more >>

Textbox Events
Posted by Dennis at 3/5/2005 6:39:02 PM
I have a simple form with one button and one text box. In the Form, I create an array list to track the events by adding a descriptive string item to the arraylist in each event. I first Click on the Button then Click on the TextBox and enter an "a" then click on the Button again. The follo...more >>

.net + win98 ?!
Posted by Sherry at 3/5/2005 5:58:39 PM
·Q½Ð°Ý ......... .net framework ¥i¥H¦bwindow 98 ¤¤ install ©O ?? thx ...more >>

Q: SQL
Posted by Geoff Jones at 3/5/2005 5:22:08 PM
Hiya Can anybody help me with the following? I have an Access Database. There are two tables in it. tblCustomers and tblOrders. tblCustomers: Customer_ID Customer Address tblOrders Order_ID Customer_FK Product Ordered There is a one to many relationship between the two tabl...more >>

Req: suggestions for reading fixed length fields from records in sequential files (newbie)
Posted by Jerry Higgins at 3/5/2005 5:11:42 PM
Hi, im a beginner to programming, and my school allowed me to aquire a academic version of msvs.net for private use. being enrolled in the introductory programming class, I have been assigned a project which involves reading data from a sequential file. I would like to use vb.net to read the ...more >>



Toolbar stops catching "Click" event after some time.
Posted by Sakharam Phapale at 3/5/2005 5:04:33 PM
Hi All, I am working on a project, where maximum operations carried out on Files and multi-dimensional arrays. Since array data is huge application takes too much memory. My problem is, after few operations, toolbar on MDI from doesn't catch "Click" event. But it catch all other events lik...more >>

web service serve up files
Posted by feng at 3/5/2005 3:42:05 PM
Hi, I need to implement a function, GetAllFiles, of a web service that once called, returns all the files in a folder to the caller. My question is: what is the best way to implement this function? If it is just one file, I can use FileSteam's OpenRead and return a Byte array to the ca...more >>

Swapping collection items?
Posted by Sam Marrocco at 3/5/2005 2:11:12 PM
Does anyone know of a method of swapping collection items? For example: Current collection: ..Item(1)="a" ..Item(2)="b" ..Item(3)="c" After swapping items 2 and 1.... ..Item(1)="b" ..Item(2)="a" ..Item(3)="c"...more >>

Custom Cursor
Posted by Sam at 3/5/2005 1:41:35 PM
Hi All Has anyone ever created a custom cursor that is bigger than 32x32 pixels? Is it possible? Regards, Sam ...more >>

isempty
Posted by RSusanto at 3/5/2005 12:43:38 PM
Hi, Is there any new function in VB .NET replacing the ISEMPTY(variable) from the old VB ? ...more >>

POP3/SSL Question
Posted by Crouchie1998 at 3/5/2005 11:17:02 AM
I have written a POP3 class using sockets & it works perfectly fine. When I try and check an account like Gmail, which uses SSL, my program freezes. How do I make my POP3 class SSL compatible Gmail info (not needed to answer this question though): POP3: pop.gmail.com Port: 995 SSL: Yes ...more >>

mdi forms do not dispose [original post to Controls, by mistake]
Posted by Jeremy at 3/5/2005 10:18:41 AM
* Apologies .. this is a duplicate of a msg posted in the Controls forum, where I posted it first by mistake -- Jeremy My mdi child has a shared execute method which creates and shows it. I'm attempting to limit the number of instances of this specific child to 1. When I close the form, it vi...more >>

new at this, converting a single to a string with option strict on
Posted by joshua barrett via DotNetMonster.com at 3/5/2005 9:51:30 AM
hey guys im new to programming in general, i was doing fine till i started to work with option strict on, now i can;lt figure out hwo to get a single to convert to a string. i thought the .parse class would do it? maybe im using it wrong? -- Message posted via http://www.dotnetmonster.com...more >>

How to Marshal a double structure?
Posted by Brusex via DotNetMonster.com at 3/5/2005 8:49:09 AM
Hi I am trying to make to work this unmanaged Function from C to VB.Net My GetCarList Function returns always 0 (ERROR_NONE=0) but the structures are all empty. Can someone help me to resolve this problem, even with an example? Regards struct Cars { char Name[256]; //car Name. max ...more >>

Network Tool
Posted by farsad nasseri at 3/5/2005 8:09:03 AM
Hi, I'm trying to create an application that can run on computers on a home network. I was wondering if there are any libraries or components in Vb or VB.NET that can help me or give me a starting point. Any help would be greatly appreciated. Thanks Farsad...more >>

redirecting stdout
Posted by Patrick Porter at 3/5/2005 7:39:48 AM
Im trying to capture the stdout from running a process from within my app. I've been dinking around using the code straight off the MS site. i can get "ipconfig / all" (for example) to send back its output, but not (in this case) "nasm -v" , which displays version information. whats happening...more >>

replacement of dir, drive, file list boxes in .net
Posted by A HARI at 3/5/2005 6:35:03 AM
hi Can any one help me in this matter. In vb 6.0 we have drive control, dir control and file list boxes. the same functionality i need it in vb.net. i am finding difficulty in doing this can any one help me? ...more >>

bring form at the top
Posted by Irfan Mumtaz at 3/5/2005 2:55:02 AM
I am developoing an application in vb.net 2003,which starts by first opening another application ie; a CAD software and then it opens the form that i have created. When the form opens, it is always minimised at the bottom. however, I want it to be maximised and above the CAD application. Can...more >>


DevelopmentNow Blog