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 > december 2004 > threads for monday december 20

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

How to using DES CreateDecryptor to decode decrytion code from PHP
Posted by kelvinweb NO[at]SPAM gmail.com at 12/20/2004 11:56:48 PM
Hi All, I don't know how to using DES CreateDecrytor to decode decrytion code from PHP ? for example, key: 11, decrytion code: 0kxMyjuiI8A Orignal : ryan Please advise....more >>


Newbie Question Where to put files?
Posted by joisey NO[at]SPAM mindspring.com at 12/20/2004 11:03:44 PM
My Solution explorer looks like this: Solution 'MyProj' (2 projects) MyProj References bin obj assembly info.vb Form1.vb Form2.vb MyProj_debug Detected Dependencies Primary output from MyProj(Active) When I ...more >>

Crystal format question
Posted by William E Voorhees at 12/20/2004 10:42:03 PM
I want the detail section to look like cells of a spreadsheet. When I put line borders around each field, it is 1.) difficult to line them up and 2.) the border doesn't print if the field is blank. Is there an easy way to do this? Thanks. ...more >>

bound listbox selection
Posted by David at 12/20/2004 10:37:31 PM
Hello, VB.NET I have a listbox bound to a table in a dataset and I need to select an item and copy its text value to a string variable. Currently I have it set up like this dim sItem as String sItem=ListBox1.SelectedItems.ToString() but the value stored in the variable is "Sy...more >>

Find IP Address
Posted by Souljaz at 12/20/2004 10:25:44 PM
Hi, how to find IP address. Thanks...more >>

Add New
Posted by Paul Ilacqua at 12/20/2004 7:24:23 PM
Is there something similar to the rs.Addnew .... .... rs.update from ADO in ADO.Net on an Access or SQL Server database. Paul ...more >>

class problem, How to get data from class
Posted by sympatico at 12/20/2004 7:10:44 PM
i'm stuck with a class problem, i want to create a class that, say for example gets the system time, and can be displayed in label or textbox but can be accessed many times.... ok i'll start with a pseudo example. VB.NET pseudo code.... public function test(variable) do something....any...more >>

"Basic Question"
Posted by pmclinn at 12/20/2004 6:59:12 PM
What is the difference between these declarations: Dim strMyData() as string and Dim strMyData as string() -Peter ...more >>



DirectoryInfo's GetFileInfo Search pattern question
Posted by Mullin Yu at 12/20/2004 6:25:25 PM
e.g. c:\test doc1.txt doc1.pdf doc2.txt doc2.pdf doc3.txt doc4.pdf doc5.txt doc5.pdf only doc1, doc and doc5 will be returned as has both .txt and .pdf files how to implement? i'm not sure whether the DirectoryInfo's GetFileInfo's seach pattern can do so or not? ...more >>

Bind array to a datagrid
Posted by Microsoft at 12/20/2004 4:12:30 PM
I am able to set the datasource of a datagrid as a simple array, but on the form it only displays the length of the strings in the array. Not the actual items in the string. Dim lastpatch As String() for loop that adds text to the array lastpatch(i) = result40 end loop datagrid1.data...more >>

How to suspend a thread which is in WaitSleepJoin state.
Posted by Sakharam Phapale at 12/20/2004 4:11:37 PM
Hi All, In following example, while playing file, if thread goes in WaitSleepJoin state, due to Thread.Sleep method. Now I want to suspend thread by clicking on cmdSuspend button. I have written following code, which doesn't suspend it. Even I tried it by calling m_PlayThread.Interrupt() m...more >>

Saving/loading a structured array from an Access database
Posted by Cary at 12/20/2004 4:05:02 PM
This may reveal my poor programming skills, but here goes... I'm building a pricing tool for my business. I'm nearing the end of the project, and I've been asked to be able to save quotes in some sort of database (Major Feature Creep). For each quote, I've got two kinds of variables. The fi...more >>

Writing to a label.text on form from within a module
Posted by RD at 12/20/2004 3:55:40 PM
Form1 calls a sub that is public in module1. How do you write a value to a text property from with this sub? Eg Module myModule sub mysub() 'From here how do I write to the label1.text that is on the currently open form (form1) that called this sub end sub end module ...more >>

Focus on a form
Posted by Phil at 12/20/2004 3:45:15 PM
Hi Does anybody know of a way of preventing a form from receiving the focus? Okay, I know I can do it via a ShowDialog call in another form but what if I don't want to use that technique. My problem is that I'm displaying a form in the middle of another form. When I click the outer form,...more >>

Progressbar
Posted by nobody at 12/20/2004 3:43:46 PM
Hi I'm currently developing a Windows application. At the start of the application I load several tables into datatables in a dataset. I also use a progressbar to show the user how much percent of the total is already loaded. But I do this in a dirty way: I increment the progressbar with ...more >>

Trying to get a VB.net sample working with SQL Server.
Posted by John Blair at 12/20/2004 2:52:14 PM
Hi, I am trying to get the datacache1 sample working on my PC. I have downloaded the MSDE 2000 sample SQL Server database and the pubs sample database and installed it. I can view the contents of the pubs database. However, i have trouble connecting to this database from VB.Net The connect...more >>

filter results of hyperlinked page
Posted by Mike C at 12/20/2004 2:11:04 PM
i have a 2 column datagrid (account_id, account). the second is a hyperlink column with a URL Column account_id and a URL Format String EnterTargets.aspx?id={0}. It looks like it's passing the variable (if that's the right terminology) to the new page. The new page ends /EnterTargets.aspx?id...more >>

Saving Initial IDE Screen
Posted by Struggling Rod at 12/20/2004 1:39:04 PM
I have a new Windows XP computer with VB6/SP6 installed. I also have an old Windows 98SE computer with VB6/SP6 installed. My old computer has a customized initial IDE screen: The toolbars are the way I want them and the toolbox does not appear. I can't remember how to save an initial IDE s...more >>

Edit and Continue In VB.Net?
Posted by WayneM at 12/20/2004 11:35:02 AM
Is there a Edit and Continue capability in VB.NET yet? I realize it may not be the same as VB6, but I thought there was going to be some form of this? Thanks for any info, WayneM...more >>

Treeview
Posted by Bob Hollness at 12/20/2004 11:23:01 AM
Hi. I have a text file containing a list of files and their path. I.e. c:\MyDocs\File1.txt c:\MyDocs\File2.txt c:\MyDocs\File3.txt c:\MyDocs\File4.txt C:\MyDocs\Folder\File1.txt etc. What I want to do is create a treeview that makes this look like a directory listing (i.e. Windows...more >>

UnhandledException in Windows Service
Posted by Groundskeeper at 12/20/2004 11:08:53 AM
I can't seem to get a custom UnhandledException handler working for a Windows Service I'm writing in VB.NET. I've read the MSDN and tried various different placements of the AddHandler call, to no avail. Here's the code I'm using, all of which is in the main service class: Protected Overri...more >>

Drag and drop problem
Posted by jamie at 12/20/2004 10:45:33 AM
I have a few bitmaps drawn on a form and I wish to have the ability to move each of the individual bitmaps on that form. I am using the paint event to draw the images directly on the form. The problem comes when I am trying to "touchup" the background form. I could redraw the entire back...more >>

Calling another function after another returns
Posted by Phil at 12/20/2004 10:26:04 AM
Hi Can anybody tell me how to get a function to call another function once it has finished processing. That is, I have a function which I run, in its own thread, which does some processing. As soon as it is done, I would like it to call another member in the main form of the application. ...more >>

Finding name of all forms
Posted by Tor Inge Rislaa at 12/20/2004 10:24:31 AM
Finding name of all forms I want to create a procedure that can loop trough all objects of type form in an application and print the name property to the debug window. TIRislaa ...more >>

Suggestions on VB.NET books.
Posted by Brett at 12/20/2004 9:39:08 AM
I'd like suggestions on great VB.NET books. This seems to be a great book, 'Programming Microsoft Visual Basic .NET Version 2003', http://www.amazon.com/exec/obidos/tg/detail/-/0735620598/qid=1103563813/sr=1-1/ref=sr_1_1/103-2215346-2722242?v=glance&s=books. Any other suggestions and why you...more >>

Dual combo box binding problem (with master detail relation)
Posted by jcvoon_99 NO[at]SPAM yahoo.com at 12/20/2004 7:56:48 AM
Hi: I have two combo boxes on screen that when one's selection is change the other's items will be updated to reflect the change dtMaster = .... ds.Tables.Add(dtMaster) dtDetail = ... ds.Tables.Add(dtBranch) rel = New DataRelation("MasterDetail", dtMaster.Columns("Code"), dtDetail...more >>

Obtaining a Window List in an MDI Application for VB.NET
Posted by Mark Hollander at 12/20/2004 5:52:37 AM
Hi All, Is there an example of creating a Window List on the fly so that the user can select a form that may be hidden behind other forms. Or if you could help me with a code snippet to do this ;) E.G: File Accounts Windows About___________ | Tile |...more >>

help on jet 3.1 convrting to jet 4.0
Posted by ragu g at 12/20/2004 4:27:15 AM
I am using jet engine 3.1 and converting to jet 4.0 an sql query is not funtioning gives error. the query is select name,name+space(2) as name1 from table I need help how to connect to jet 4.0 and to run the query successfully. Thanks for ur reply regards ragu *** Sent via Devel...more >>

GridLineStyle
Posted by Nicolas L. at 12/20/2004 3:55:36 AM
Datagrids only have two line styles: None and Solid... is there a way to display a table in a datagrid with horizontal or vertical lines only ??? what about defining a custom DataGridTextBoxColumn class and overloading/overriding its Paint Method ?? I think it can be done in this way but ...more >>

close icon disable
Posted by krishna at 12/20/2004 1:17:05 AM
Hi, I would like to disable the close icon on the form which will be available at the right most corner of the form in VB.NET which property i have to set. Regards, Krishna....more >>


DevelopmentNow Blog