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 wednesday march 23

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

Maybe we shouldn't ask for the old VB back.....
Posted by Jim Hubbard at 3/23/2005 11:23:05 PM
There is another alternative which looks promising - REALbasic. I have just downloaded the demo - so don't lynch me if I'm wrong - but REALbasic looks like a very strong contender to take over where Visual Basic died. Sure, it has plenty of room for growth....but bear with me for a minute....more >>

Anyone tried REALbasic?
Posted by Jim Hubbard at 3/23/2005 11:00:14 PM
I am downloading the REALbasic 5.5 demo and was just wondering if anyone else had tried it. I am tired of Microsoft constantly changing things and breaking backward compatibility ON PURPOSE. I'd like to offer my customers the ability to run my apps on Windows, MAC or Linux - and REALbasi...more >>

replace oddity
Posted by guy at 3/23/2005 10:27:02 PM
why if i do a select on ablock of text (in vs2003) when i do a find/replace is find next and replace disabled? replace all is there but i may well not want to do that? if i pick any of the other 'search' options replace and find next are enabled. why? guy...more >>

HTML Forms Progamatically Via VB.NET
Posted by Mitchell Vincent at 3/23/2005 10:00:50 PM
I've been searching and searching and I can't seem to come up with a decent enough search string at Google to get any useful information on what I'm looking for. I see scores of programs that pop open a web page and fill in form fields. Is this something that is easily done in VB.NET? I ...more >>

Third party tool for parsing HTML?
Posted by Brett at 3/23/2005 9:24:02 PM
Are there any good HTML parsing tools available for VB.NET? I'd like something that will list: - tables (table, tr, td) - anchor tags - image tabs - DIVs and so. For example, it may list all <A> tags in an array. I can then search each entry of the array looking for a specific parame...more >>

RGB from UINT32
Posted by Russ Green at 3/23/2005 9:22:48 PM
I'm currentlyworking on a VB.NET application to control Sketchup (http://www.sketchup.com) using COM. Sketchup has a color class with color.red, color.green and color.blue but this is not appearing in the Interop layer. Instead, RGB colours are of type System.Uint32. I need a method to ...more >>

Hard CR/LF wordwrap in textbox ??
Posted by Steve at 3/23/2005 9:01:56 PM
Hi all, Is it possible to force a multiline textbox to insert a hard cr/lf when wordwrapping ?? What I would like is to get a string array from the textbox representing exactly how the text appears in the box. ie if I type in "hello there everyone" and the textbox wraps it over 2 line...more >>

Application only crashes on a few system
Posted by Wong_wj at 3/23/2005 8:17:01 PM
Hi all, I have created a VB.net application using: Microsoft Development Environment 2002 Version 7.0.9466 Microsoft .NET Framework 1.0 Version 1.0.3705 The application was working fine in one system but crashes on the other. 1) Functioning PC OS :Window XP service pack 1, Version 1 (Build...more >>



RichTextBox 's limit ?
Posted by Agnes at 3/23/2005 7:00:50 PM
I need to loop a table and put the string with chr(13) into a richtextbox. Does anyone know the limitation of richtextox ?? Btw, Can It output as excel ?? Thanks ...more >>

combo box
Posted by iwdu15 at 3/23/2005 6:43:01 PM
how can i add things from a different form to a combo box on a different form? and how do you transfer info from form to form...more >>

RECEIVE UDP MESSAGES ON MULTIPLE PORTS
Posted by Fabio at 3/23/2005 5:37:13 PM
Hi all, How can I do a listener that receives UDP messages in a specified range of ports without connection, in my case, 8000 to 8020??? There is a way to do this using the UDPclient Class? Please, I'm desperate Any ideas??? Thanks in advance ...more >>

Importing excel data w/ oledb
Posted by Claud Balls at 3/23/2005 4:57:04 PM
I've been butting heads with this code, it always errors at objAdapter1.Fill(objDataTable1) Is oledb the best way to do this? How about ADO.NET? Dim objDataTable1 As DataTable Dim objConn As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data ...more >>

stopping timers with edges?
Posted by iwdu15 at 3/23/2005 4:47:03 PM
Hi, i have a game im programming where a i need a timer to be disabled if a buttons top edge hits the bottom edge of a label but nothing i try seems to work. Also i need it to stop the timer if it hits a labels left and top edges but nothing works......help!...more >>

vb6 to vb.net help...
Posted by notregister at 3/23/2005 4:39:12 PM
hi, i have been trying to convert the following codes to vb.net for 2 weeks, and it still do not work while the old vb6 codes work perfectly fine...i really do not know what wrongs with it... here the vb6 codes... Sub ChangeConnection() Dim DeviceInfoSet As Long Dim GuidPtr As GUID Dim I...more >>

Detecting File State
Posted by glen at 3/23/2005 3:32:31 PM
I'm looking for a way to detect if another process has a file open before a second process tries to open it. I've looked into the FileAttr function but I'm not sure if detecting a read-only state is sufficient. Can anyone confirm or deny? TIA... ...more >>

Help with socket!
Posted by Marty at 3/23/2005 3:21:49 PM
Hi, I asked it previously but maybe I was not clear enough for having any comments from you :) When a socket is sending data, is there any test I have to do to be sure that the outgoing packet is sent and I can trigger another sending of messages? Is it possible for a socket that has ...more >>

Query database in VB.NET
Posted by gregas at 3/23/2005 3:15:03 PM
I would like to create a query to run in a VB.NET application that searches an Access contacts database for 1 or more strings, e.g. FirstName, LastName etc. and returns the results in a DataGrid. Can this be done and if so can anyone offer me any assistance? Thanks...more >>

Portscan detector
Posted by ME at 3/23/2005 2:58:33 PM
I would like to build a portscan detector in vb.net but I have no idea how to start. Can anybody give me any ideas on how to start, what kind of code to use? Regards Geert ...more >>

share an excel spreadsheet
Posted by Erik Foreman at 3/23/2005 2:46:29 PM
I am trying to use vb.net to programatically share an excel spreadsheet. is there any way to do that? I can't find it. help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

Dependency could not be found
Posted by Mike W at 3/23/2005 2:01:20 PM
I am getting the message: The dependency 'Microsoft.Office.Interop.Word' could not be found. in my Task List when I do a Build. None of the References under "References" in the Solution Explorer have the little ! icon next to them, so it looks like those were all found ok. Can someone ...more >>

MSAccess eval() function equivalent in VB
Posted by bill at 3/23/2005 1:42:27 PM
Is there an equivalent to the MSAccess eval() funtion in VB? Any recommendations? Thanks -Bill ...more >>

Logging Out
Posted by S_FOX at 3/23/2005 1:28:30 PM
I am learning VB .Net and Visual Studio .Net while trying to create a Help Desk application for our company's Intranet. Certain pages are available to the MIS Department only. Windows Integrated Security is being used. When a MIS Tech is at another employees pc, and they log into the secure ...more >>

Close button on a form in VB.Net 2003
Posted by Greg at 3/23/2005 12:21:07 PM
Is there anyway to remove the close button on a form, or is there a "On Close" property? TIA....more >>

Build number not incrementing on compile
Posted by Michael Kellogg at 3/23/2005 12:18:42 PM
In my project's "AssemblyInfo.vb" file, I have set the following for versioning: <Assembly: AssemblyVersion("3.0.*")> Yet every time I rebuild, I get the exact same build number and private part number: 3.0.1907.20745 What am I doing wrong, here? I read that the build (1907) and p...more >>

HTTPWebResponse and Printing
Posted by PetroMan at 3/23/2005 11:40:02 AM
I am using VB .Net with HTTPWebRequest/HTTPWebResponse to navigate a web site and print invoices (not download them - their requirements, not mine). The related web site, when printing an invoice, modifies the current HTML that displays the invoice, creates a new window and does a print. The ...more >>

Close a DOS window via VB.NET
Posted by Cutlass at 3/23/2005 11:29:05 AM
Hi, I'm using the following code to spawn another app from VB.NET.. Dim ShellProcess As New Process ShellProcess.StartInfo.FileName = "xxxx.exe" ShellProcess.StartInfo.UseShellExecute = True ShellProcess.StartInfo.WorkingDirectory = "C:\Windows\...more >>

Form.AcceptButton inconsistency
Posted by Jeff at 3/23/2005 11:07:51 AM
Hello all. I'm trying to figure out exactly what is going on here. I'm getting different results on different forms, and it's driving me nuts. For example, I have a form called FormFinish. It's AcceptButton is set to btnExport and the CancelButton is set to btnCancel. btnExport on FormF...more >>

DateTimePicker No color background??
Posted by Marcos Beccar Varela at 3/23/2005 10:51:03 AM
Hello to all! I´m trying to customize my datetimepicker but it seems that I can´t change the background color? Is this possible to be done by other means? One more thing.. is there a site where I can find good vb.net controls? Thank you all ...more >>

File To Stream - Stream To File
Posted by Giuseppe at 3/23/2005 10:39:22 AM
Hello, I Write this code for get Stream from a file : Dim _Stream As Stream = New FileStream("C:\Test.bin", FileMode.Open, FileAccess.Read) This code for Put Stream to File : Dim i As Integer Dim fs As FileStream = New FileStream("C:\app\test.bin", FileMode.CreateNew,FileAccess.Wri...more >>

VB Executable & Excel Setup
Posted by Ivan Lozada at 3/23/2005 10:35:03 AM
Hi there, I developed a simple VB executable, i.e. x.exe, that manipulates an Excel File. I have the full Microsoft Office set in my development PC. My question is: can this program x.exe run in a PC that does not have Excel installed? Is there a re-distributable that can be included in a S...more >>

Program already running
Posted by Mark at 3/23/2005 10:29:03 AM
How would one check to see if a program is already running? I don't want my app to be launched more than once. Thanks, Mark...more >>

file.exists
Posted by Xavier Valdés at 3/23/2005 10:25:29 AM
Hi all, I have a problem with File.Exists function. I have windows xp, when I try to execute the function to check wether a net fiel exists or not (something like \\server\file.wav for example) I get no error. The problem is... when I wait for 15 minutes (aproximately) without doing anythi...more >>

Navigate The internet explorer...
Posted by Husam at 3/23/2005 9:53:03 AM
Hi EveryBody: I used the sendMessage function to change the url of internet Explorer to www.yahoo.com and here what I did : SendMessage(hWnd, WM_SETTEXT, 0, "http://www.yahoo.com/") but I face this problem that the internet explorer did not start navigate to the url that I set which is...more >>

Adjust tab stops in Rich Text Box
Posted by Ed Bitzer at 3/23/2005 9:25:16 AM
Appreciate a lead to specifying where the tab stop is (only need one) in a richtextbox. Use to be able to use an API with VB5. Ed ...more >>

File Version (Build Increment)
Posted by Richard at 3/23/2005 9:16:55 AM
Hi Guys, When I compile and run a project it does not change the file version, though I have made some changes. How can can I force it to Increment the build version whenever I recompile. I am using framework 1.1 (Version1.1.4322 SP1) Thanks, Richard ...more >>

get dns MX record
Posted by guoqi zheng at 3/23/2005 7:25:13 AM
Does some one got an example or tutorial about how to get the MX record of an email address? regards, Guoqi Zheng http://www.ureader.com...more >>

Mutex help
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 3/23/2005 7:03:34 AM
hi all I have one problem in vb.net application. I am having two threads which are starting at the same time. Both these threads are reading one file and retrieving data from same file. When one thread start and during retrieving information from file, if i abort thread then second thread is g...more >>

Memory leaks problem in .net
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 3/23/2005 6:59:26 AM
Hi all I am having problem in vb.net apllication which is multithreaded. I want to detect memory leaks, total number of object which are undisposed at a time of closing application. Does anyone know any utility or application for detecting undisposed object as well as memory leaks. Please help...more >>

Windows Media Player 10 interfaces
Posted by DrLomax at 3/23/2005 6:53:14 AM
I am trying to access and control media player 10 interfaces for controls to video brightness, vizualizations etc. However I havent found any interface in the media player object that allows me to reference a player to that interface, hence I cannot control it. Does anyone know how to get past t...more >>

whu do u do
Posted by rodchar at 3/23/2005 6:41:02 AM
hey all, i have a string variable for company names. one of the names has an & in it. i'm getting undesired results, how would you normally handle this? thanks, rodchar...more >>

adding combobox to datagrid
Posted by Sam at 3/23/2005 5:17:30 AM
Hi has anyone ever added combo boxes to a datagrid (instead of text boxes) in a winform. It seems to be a lot of pain. I've found a few articles but all the examples are in C#. Do you have any example in VB.net ? thx ...more >>

Usercontrol Question
Posted by Sindbaad at 3/23/2005 5:01:07 AM
I developed a usercontrol. This has a datagrid and button. On click of the button I'm opening another form and capturing some information. I wanted to refresh the datagrid on close of the form. I tried all options and couldn't figure out the solution. Any help is really appreciated. -- Sind...more >>

a datagrid that contains drop-down lists
Posted by Sam at 3/23/2005 4:15:15 AM
Hi, Do you know if it's possible to have a datagrid that contains drop-down lists ? Thx ...more >>

Handling the events
Posted by krishna at 3/23/2005 3:14:01 AM
Hi, Hi, I would like to handle the events for the dynamically created controls at runtime. I Have written the code in HTML View of an asp.net page.like this <script runat="server"> public sub hai(sender as object,e as eventargs) Dim tr As New TableRow Dim td1 As New T...more >>

Thread help
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 3/23/2005 2:24:06 AM
Hi all i am having error is multi threaded application. I have function in which i am opening form and starting thread. But while doing this i am getting following error. This exception is getting catched in main. Does anyone know what is nativewindow. Error:- System.NullReferenceException: O...more >>

Recursive file delete keeping folder structure
Posted by Paul at 3/23/2005 1:14:05 AM
I'm trying to make get my app to delete all the files in a specified folder and all the files within the folders of the specified folder. e.g. Folder 1 contains three files (File1, File2, File3) and two folders (Subfolder 1, Subfolder 2). .......I need to delete File1, File2, File3. Subfol...more >>

Software Methodolgy
Posted by MasoodAdnan NO[at]SPAM gmail.com at 3/23/2005 12:05:31 AM
Hi, I am looking to get information on software methodolgies and processes. Could someone please post a link to some nice article which has atleast some kind of information as to what is it? thanks...more >>

Option Strict On requires all function and property declarations to have an 'As' clause.
Posted by Reny at 3/23/2005 12:00:00 AM
How do i declare a function when i put option strict On ...more >>


DevelopmentNow Blog