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 > may 2005 > threads for wednesday may 25

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

Active Directory & Parameter
Posted by Greg at 5/25/2005 11:43:15 PM
Guten Tag Ich sollte ein Script machen, das beim Einloggen mit Win2000, Parameter übernimmt. Zum Beispiel, wenn sich der User Schaub02 einlogt, das er auf einem Server eine Datei Gemappt bekommt. Ich benötige hinweise, wie und wo ich für meine Problemlösung suchen muss und wie ich...more >>


Setting property value to string or accessing property methods
Posted by Brian Mitchell at 5/25/2005 9:24:35 PM
Hello, I am trying to create a property that can be set to a string or give the user a list of methods inside that property. For instance, I have the property -Location-. I would like the option of either saying something.Location="Houston" OR something.Location.GetLocation (which sets ...more >>

Drag and Drop
Posted by pmclinn at 5/25/2005 7:35:30 PM
What is the argument structure for allowing a .exe file to except a drop file. Example. I take a picture (jpg) and drag it over a exe. The exe launches and then shows the picture. -Peter ...more >>

File moving drop box.
Posted by NeverwaY at 5/25/2005 6:47:28 PM
Had an idea and wondered if it is possible at all. Dim Idea1 as New Idea Idea.show() ("I would like to have a spot on a Form, a box of some sort, that if you were to drag a file or folder on to the spot.... it would move that file to a pre-specified folder. I would like to specify the fo...more >>

This must be easy... i just can't do it!!
Posted by johnb41 at 5/25/2005 5:47:12 PM
I can't believe i'm stumbling on such a seemingly minor task. I have a major mental block here. I have boiled down the problem to it's most basic form: I have form1 and form2. Form1 has a blank label. Form2 has a button. When clicked, i want to add hard coded text to Form1. Code for fo...more >>

InternetDial and InternetHangUp in Vb.Net
Posted by Joe Smith at 5/25/2005 4:52:24 PM
Where I can get resource on how to convert my vb 6.0 code to vb.net 2003 code. InternetDial and InternetHangUp are the two functions I am looking for. Any great mind would like to throw the VB.Net code for the above two statement. Your response is highly appreciated. Thank you, Joe ...more >>

dataset to xml
Posted by helpful sql at 5/25/2005 3:18:58 PM
Hi all, I have a DataSet with one table that has more than one row. I need to programmatically generate simple xml file from it. I need to include data from only one row. Example: <datasetname> <tablename> <column1name>value</column1name> <column2name>value</colu...more >>

SendKeys alternatives - CopyMemory woes
Posted by Turtle at 5/25/2005 3:08:06 PM
I've been using SendKeys to automate a small utility which doesn't expose an automation interface, but ran into a problem, for which I found the suggestion that I use the WinAPI SendInput call instead. In trying to implement this, most of the sample code I've found has been in VB6, so I'm tryin...more >>



Decomposing Unicode Characters
Posted by Linda at 5/25/2005 3:01:52 PM
Greetings, How does one convert a string from precomposed unicode to decomposed unicode in VB.NET? All the built-in .NET Encodings seem to be of the precompsed variety. Many thanks! ...more >>

Can't insrt in my table
Posted by Marc Robitaille at 5/25/2005 1:17:30 PM
Hello, I have a stange error and I don't know where to look at. I do multiple insert in muliple table in my MDB databse. Everything work except from one table. when the code execute I get this error: Message "Syntax Error in the instruction INSERT INTO." StackTrace " at System.Data.OleDb....more >>

Button problem
Posted by Gary Paris at 5/25/2005 12:53:32 PM
On my windowsform, I have a tab control. On the control, I have as button called btnSave. I wanted to move the button off the tab control and onto the windowsform. Shouldn't be a problem I thought. When I highlighted the button, I did a CTRL-X then a CTRL-V to paste the button on the form....more >>

Problems with two datagrids on windows form
Posted by Gary Paris at 5/25/2005 12:41:10 PM
I have two Datagrids on a windows form and the first grid holds all Contact information. The second grid holds appointments for the contacts. When I start to scroll (using the mouse wheel) through the Contact information, the grid will only scroll once. How can I scroll through the complete...more >>

Help with Server Applications
Posted by cgoods at 5/25/2005 11:58:04 AM
I'm trying to write a client program that can call a server application. Does anyone have a step-by-step for adding a server application to my solution? I'm new at this and feel a little overwhelmed here. Any help would be greatly appreciated. Thanks...more >>

Editing the setup project script
Posted by Sathyaish at 5/25/2005 11:07:08 AM
I've written an Add-in for MS Outlook and in Visual Studio .NET 2003, I also created a setup project to install the add-in. It all works well. When the user double-clicks on the .msi file to launch the setup, there's this choice of having the application installed "Just for me" or for "Everyon...more >>

How can I get my boss to like me?
Posted by Daniel Kaseman at 5/25/2005 9:56:28 AM
I've tried to get my boss to like me, but alas, my efforts proved futile. Help! -Thanks ...more >>

Email through Vb.Net
Posted by Joe Smith at 5/25/2005 9:18:29 AM
Which is the best way to send email through Vb.Net application. I am using ..Net Framework 1.1. Thanks, Joe ...more >>

generate html from dataset
Posted by helpful sql at 5/25/2005 9:11:47 AM
Hi all, How can I generate HTML from data stored in the dataset usingxml and xslt? Does anyone have any sample or pointers to any articles on this subject? Thanks in advance... ...more >>

Writing Tabb seperate textfiles
Posted by ScoobyNewbie at 5/25/2005 8:56:02 AM
Hi all Need help have created a standard rutin that open a file and write a line of what I think is tabb seperated string values according msdn help the Printline method should print the values with tabb sepaerated ei file.open(1,"c:\myfile.txt",OpenMode.Output) PrintLine(1, "Happy","Ca...more >>

copy a file to a specific user profile directory in the installati
Posted by ghobley at 5/25/2005 5:51:04 AM
Hello, We have an vb.net windows application and in the setup and deployment project we need to copy a config file to a specifc folder for each user. However the file needs to be copied the the users Userprofile path, which is definded by an environment variable, and is different for e...more >>

How to show the values of an Object in a rich text box...
Posted by Prabhudhas Peter at 5/25/2005 12:15:30 AM
Hello, Need an easy way to Display the property values of an object (dynamically) ie I need to show the values of an Object in a rich text box. Background : We have a form, with a rich text box, where we want to display the values of any given object (say customer, order etc). We dec...more >>

How to convert the values in an Object into String
Posted by Prabhudhas Peter at 5/25/2005 12:11:03 AM
Hello, Need an easy way to Display the property values of an object (dynamically) ie I need to show the values of an Object in a rich text box. Background : We have a form, with a rich text box, where we want to display the values of any given object (say customer, order etc). We dec...more >>

translate current cell (row, column) in sorted datagrid to corresponding row/col in datatable
Posted by JohnR at 5/25/2005 12:00:00 AM
I have a datatable as the datasource to a datagrid. The datagrid has a datagridtablestyle defined. I use the datagridtablestyle to change the order of the columns (so they can be different than the column order of the datatable). I also allow the user to click on a column header to sort th...more >>

Structure for API call
Posted by Jack Russell at 5/25/2005 12:00:00 AM
I do not need this now but it did make me wonder In VB 6 if I define the following structure Public Type OSVERSIONINFO dwOSVersionInfoSize As Long dwMajorVersion As Long dwMinorVersion As Long dwBuildNumber As Long dwPlatformId As Long szCSDVersion As String...more >>

Getting the OS version`
Posted by Jack Russell at 5/25/2005 12:00:00 AM
Is there any easy way of getting the os version in vb.net. I used to use an api call in vb6 but thought that there might be an easier way. Thanks...more >>

How do your read selected values from a BOUND ListBox in VB.Net
Posted by Richard Albrecht at 5/25/2005 12:00:00 AM
I have been trying to figure out for days on how to read values from a Bound ListBox. The listBox gets the values from an Access Table. I can read values fine for Non-Bound ListBoxes, But the same code doesn't work for Bound, see below: Any one of these work for a non-bound listbox. Cod...more >>

Find html file in root folder using web control
Posted by Carl Gilbert at 5/25/2005 12:00:00 AM
Hi I have a Windows WebControl on my form and I plan to burn the application to a CD. The applcation has to navigate to a page that I am keeping in the root of the CD. I have put the page I want to navigate to in the bin folder along with the exe. I then put the following line in the l...more >>

.dll in vb.net
Posted by Nano at 5/25/2005 12:00:00 AM
Hello, I am creating a dll in VB .net, with a root namespace of Companyname.Justfunctions, which only contains some functions for string operations I perform regularly in different applications. Now where can these functions best be put inside the dll? In a "public module"-block? Or are ...more >>

.dll in vb.net
Posted by Nano at 5/25/2005 12:00:00 AM
Hello, I am creating a dll in VB .net, with a root namespace of Companyname.Justfunctions, which only contains some functions for string operations I perform regularly in different applications. Now where can these functions best be put inside the dll? In a "public module"-block? Or are ...more >>

A bug?
Posted by yxq at 5/25/2005 12:00:00 AM
My OS is WindowsXP + SP2 + VS2003 When i write the value into Registry, it is not successful. 'it is not successful. Registry.CurrentUser.OpenSubKey("Software\Microsoft\Internet Explorer\Main", True).SetValue("FormSuggest Passwords", "no") But if change "FormSuggest Passwords" to "FormS...more >>

An Idea Wondering if it can be done
Posted by scorpion53061 at 5/25/2005 12:00:00 AM
This question is primarily directed at those of you who use vb.net and are musicians. I have been toying with the idea of trying to write a program and some how do this... It would play an MP3 file It would as it played list the chords in the song (basically somehow we would have to b...more >>

Questions about exception handling..............
Posted by Robin Tucker at 5/25/2005 12:00:00 AM
I keep reading about exception handling being preferable to "return codes". I would like to implement some kind of consistent use of exceptions in my code, but am finding it hard to come up with some definitive rules. For example, I Try...Catch....Finally, whenever I am either dealing with an...more >>


DevelopmentNow Blog