Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score GUIDS not creating correctly in vb.net
doug - 11 Nov 2006 11:10 PM - 3 messages
G'day all, I'm a newbie to .net (7 years or so as a vb/asp programmer) and I'm trying to create a GUID using the GUID type in vb.net Here's the code I'm using to create it : ...
Score strong type dictionary
GS - 11 Nov 2006 6:13 PM - 3 messages
If I want to construct a dictionary with a string key of max length of 16, value of a list, an object or struct, say mystuff.  mystuff consists of 2 properties:     sequence as integer     string value with max length of 2048 ...
Score "how to split a string in a random way"
Pascal - 11 Nov 2006 5:49 PM - 13 messages
hello and soory for my english here is the query :"how to split a string in a random way" I try my first shot in vb 2005 express and would like to split a number in several pieces in a random way without success. ...
Score Extract Single Record from Dataset filled from SP Output
Ben - 11 Nov 2006 3:28 PM - 7 messages
Hi We have a Dataset that has been populated from the output parameter of a Stored Procedure (@Output). I understand that I can extract a single item when the dataset is populated by a table using this code: CType(objDataSet.Tables("MyTable").Rows(0).Item("MyField"), String) ...
Score Creating text boxes on the fly?
BurntWithTime - 11 Nov 2006 2:20 PM - 7 messages
Hello everyone, Please can anyone tell me if it is possible for a VB.NET application to check a database and then create textboxes on a form  that correspond to those records on the database? For example, say I had a table in a DB that ...
Score Shared database without network tech required
Elton Cohen - 11 Nov 2006 2:00 PM - 4 messages
Sorry for asking again. I know it's now a specific VB topic, but since this ng is my home, I dare to ask again: Can anyone please tell me the most simple way to enable 2 or more pcs to ...
Score for each step order reverse direction ?
Jason - 11 Nov 2006 1:06 PM - 5 messages
How can I loop through in reverse order .. Not looking to sort or anyting.     Dim fr As FormViewRow = (CType(whichformview.Controls(0).Controls(1), FormViewRow))     Dim tc As TableCell = fr.Cells(0)     For Each c As Control In tc.Controls ...
Score Getting av value from a field in a dataset
reidarT - 11 Nov 2006 12:20 PM - 3 messages
I have a dataset with one field called Betaling. How can I get this field assigned to the variable Enhetpris? The Buttons code is: Sub Beregn_OnClick(ByVal s As Object, ByVal e As System.EventArgs)   Dim Enhetspris As Integer = dsStevneAvgift.FieldValue("Betaling") ...
Score single line string maninuplation substring, trim, indexof ?
Jason - 11 Nov 2006 12:14 PM - 5 messages
I have a string that looks like this? ihelloworld_zzz_yyy In a single vb.net line, I want to remove the frist character and anything after and including the first "_" resulting in : helloworld I've been  trying things like this: ...
Score About Access Windows Service information
Jaye - 11 Nov 2006 6:11 AM - 3 messages
I have facing a difficult problem about windows service I have created a windows Service and I have add some set/get method to return the value that caluate in background. And i have another window form application, in this, i would like to get ...
Score Installing .net assemblies windows installer
steve - 11 Nov 2006 4:53 AM - 3 messages
Hi All I have some application which I install to clients computers using a vb.net setup and deployment project For some .net assemblies (not part of the GAC) I want to install them to a subfolder under my program folder to make the main folder less cluttered ...
Score Function to measure text length
Kevin - 11 Nov 2006 2:09 AM - 3 messages
I'm trying to create a function that will return the length of a text string in inches. e.Graphics.MeasureString(mString, mFont) Seems to be what I'm looking for, but I don't know how to pass PaintEventArgs (e). ...
Score String manipulation question
Paul - 10 Nov 2006 11:42 PM - 6 messages
Hi, What would be the best way to remove the following from the start of a string... "A1", "A2, "A3", "A4", "A5", "B1, "B2", "B3", "B4", "B5", "C1", "C2", "C3", "C4", "C5", "D1","D2","D3","D4","D5". I hope I explained that right.  A string will have one of the above strings ...
Score How to properly "name" a class library?
Terry Olsen - 10 Nov 2006 10:06 PM - 2 messages
I have written a class library that I want to reference from a windows app.  The filename is UPSTrackTool.dll. The Class name is UPSTrackTool. When I reference it from my windows app, I put the Imports UPSTrackTool at the top. But when I call any methods I have to use: ...
Score Newbie: Textbox text from string
Jarry - 10 Nov 2006 9:56 PM - 3 messages
If I were to set textbox text from a string, as such:     dim myString as string = "Hello"     textbox1.text = myString It of course works. But what is the rule concerning new lines, for instance, the following: ...
Score Location for shared Access database
Elton Cohen - 10 Nov 2006 8:27 PM - 14 messages
Hi newsgroup! Can anyone tell me where I should put a simple Access database file in order to be accessible for every computer in the network (same workgroup)? There does not need to be any protection (I heard people say ...
Score Getting the current procedure name?
Ronchese - 10 Nov 2006 8:11 PM - 7 messages
Hello, is there any way to get the name of the current running procedure? For example: Public Sub Test( )     'do something     '...     'log activity (for example)     objLog.Write(Text := "bla bla bla", _ ...
Score Printign data over form
E. Ortega - 10 Nov 2006 8:08 PM - 3 messages
Hi All, I'm new to VB. I would like to know, how to print data over a form. Much like Turbo Tax prints the data over the tax forms, all in shot. Visual Studio 2005, SQL 2005. TIA, E Ortega ...
Score Make copy of arraylist
tshad - 10 Nov 2006 6:34 PM - 6 messages
How do you easily make a copy of an arraylist? If you do:     arrayList2 = arrayList1 You get a pointer so that if you clear arrayList2 (arrayList2.Clear) - arrayList1 is also cleared. I want to create a copy of the arrayList, which I can do looping through the ...
Score newbie: is this the appropriate use of a class?
Keith - 10 Nov 2006 5:09 PM - 5 messages
VB.Net2003, Win XP I plan to build an interface to view video clips, and associate any of a number of "flags" with each clip (videos are research data, with flags for any of a number of participants, behaviors, etc. who are in each clip). ...
Score AUTOMATIC FONTS
Raul - 10 Nov 2006 12:02 PM - 2 messages
This becoming crazy. I have a panelgroup inside with an option. If I change the font to the panelgroup it also changes it to the secondary controls. And I don't want him to make it. I have proven with autosize=false, with the autoscalemode and all the ...
Score VB.Net XML Comments and Intellisense for COM?
TCook - 10 Nov 2006 5:29 AM - 3 messages
Hey All, I have added my XML comments to my VB.Net solution and from within VS2005 they show up quite nicely in the Object Browser, etc. However, when the class library is referenced from a COM app, the procedure ...
Score Clipboard Question
Newbie - 10 Nov 2006 12:22 AM - 8 messages
How do I clear the clipboard in VB.NET 2003? TIA Newbie ...
Score TItem, TData, etc? Generics
Spam Catcher - 9 Nov 2006 10:46 PM - 4 messages
How do I declare an object to accept a TItem? Also where is the documentation on TItem/TData/etc? Here's the object:     Public Class DataEventArgs(Of TData)         Inherits EventArgs ...
Score Newbie: Event with Control Array
bz - 9 Nov 2006 10:27 PM - 4 messages
Hi, There is no control array.  So, if I have a hundred buttons, do I list all 100 buttons after the Handle keyword? Is it how it is done in VB.NET? Thanks! Something like: Sub My_Button_Event_Handler(sender, your_event) Handle button1.click, ...
Score accessing data from a class event in a form
glen - 9 Nov 2006 10:00 PM - 5 messages
I have a multiproject solution; one of the projects is a group of classes doing data massage and insertions. One of the other projects is a UI that kicks off the process in certain situations. I'd my UI to be able to read ...
Score Has anyone managed to send email using the smtp localhost?
Robert Dufour - 9 Nov 2006 9:46 PM - 4 messages
I've got code doing that that should work and I've tested doing that with a program called smtp diagnostics. In both cases if I use my outside e-mail provider account with login username and password it works OK. But if I try ...
Score how to create var with same name but another index?
Britt - 9 Nov 2006 8:42 PM - 6 messages
Hi, I want to create an unknown number of variables, depending of the value of another variable (amounvar).. The created variables must have the name: var1, var2 etc ... I never know in advance 'amountvar'. I tried this but doesn't work: ...
Score Why has debug.print stopped working???
Daniel Manes - 9 Nov 2006 8:07 PM - 4 messages
Strangest thing, but, if I put debug.print statements in my code, they simply get ignored when I run the project. Also, if I try to put a breakpoint on a line containing debug.print, it jumps down to the next ...
Score Using variable names to change labels
Jarry - 9 Nov 2006 7:26 PM - 4 messages
This may sound really obvious, but is there a way to change the text of different certain label depending on an integer? For example, here is the long hand (using the default label1, label2 etc) : Dim myInteger as integer = 15 ...
Score VB Controls In VB2005
bz - 9 Nov 2006 6:04 PM - 10 messages
the vb.upgrade group is dead.  I think I will post this here instead. Hi, I ran the Upgrade Wizard to upgrade my VB6 project to VB2005 Express Edition. I got 140 errors and 170 warnings. One of the error was that it wouldn't load a VB6 control. ...
Score Creating a Sub/Function routine
Soddy - 9 Nov 2006 5:28 PM - 3 messages
Hello! Say, in VB.NET, is there a 'point & click' feature for creating subs/functions/etc like in VB 6.0? If not, is there a 3rd party one that can be used? If so, how do I go about installing it? ...
Score difference between dataAdapter.InsertCommand/dataAdapter.SelectCom
Rich - 9 Nov 2006 4:58 PM - 4 messages
What is the diffeence bewtween a dataAdapter.InsertCommand and dataAdapter.SelectCommand (and dataAdapter.UpdateCommand for that matter)? Dim da As SqlDataAdapter conn.Open da.SelectCommand = New SqlCommand da.SelectCommand.Connectoin = conn da.SelectCommand.CommandType = Command.Text da.SelectCommand.CommandText = "insert Into tbl1 Select * from tbl2" ...
Score Get the value of a cell when row changes in DataGridView
Henry Jones - 9 Nov 2006 4:39 PM - 4 messages
I am using VB.NET VS 2005 and I have a datagridview bound to a table.  This table has rate information on bank loans.  The fiels are ProductName, MinDeposit,  Rate, and PreviousRate On the grid I have maybe 5 rows.  I would like to change the MinDeposit ...
Score add xml version line before xml file root node
martin1 - 9 Nov 2006 3:51 PM - 3 messages
Hi, All, I try to add xml version line(<?xml version="1.0" encoding="utf-8"?>) before xml file AutoData root node in the following file <AutoData > <Table1> <Data1>  10 </Data1> ...
Score add xml validation schema in the xml file
martin1 - 9 Nov 2006 3:45 PM - 3 messages
Hi, All, I want to add xml validation schema namespace attribute for AutoData root node(xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.xsd")in the following file <AutoData > <Table1> <Data1>  10 </Data1> <Data2>  20 </Data2> ...
Score remove xml file namespace attribute
martin1 - 9 Nov 2006 3:38 PM - 2 messages
Hi, All, I want to remove xml namespace attribute (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance") in the following file <AutoData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Table1> <Data1>  10 </Data1> ...
Score remove xml file root tag
martin1 - 9 Nov 2006 2:12 PM - 4 messages
Hi, All, the xml file is like this: <Root> <AutoData> <Table1> <Data1>  10 </Data1> <Data2>  20 </Data2> <Data3>  40 </Data3> ...
Score Datagridview use ENTER key instead of the TAB key.
Scotty - 9 Nov 2006 7:02 AM - 2 messages
Hi, I am struggling with folowing problem, I am a beginner of vbnet 2005 I have a datagridview and want to use ENTER key to move  instead of the TAB key. On msdn i have found the code to use, ...
Score how to capture enter key without affrecting copy paste kcust keys
GS - 9 Nov 2006 6:48 AM - 4 messages
If I were to capture enter key on keyup event of an GUI object like comboBox box, How do I avoid killing ctrol-c, controlv, controlx, shift-insert, shiftdelete, contrl-insert ...
Score max length for tooltip
GS - 9 Nov 2006 5:56 AM - 4 messages
I did not find it by Google on Microsoft sites I know 102 is just too long and tooltip would not display at all actually first two level of menuitems does not display tooltip properly. level1, nothing seem to show, level 2 flash by quickly and disappear. ...
Score Web service?
js - 9 Nov 2006 5:19 AM - 3 messages
Hi I have a vb iis application and some asp pages. The logic is in the vb dll. Now I need to extent one asp page to do extra step, but the similarly code is in the vb dll.  I don¡¯t want to copy/paste ...
Score update database through SQL script
Leanne - 9 Nov 2006 3:22 AM - 6 messages
I am doing customization for Microsoft Pos.  I am working on installation package now. I added some new tables and stored procuedures and generated SQL Script for that. During the installation process, after user entered the server name and database name, how to ...
Score Passing values to another web page
RipperT - 9 Nov 2006 1:25 AM - 5 messages
College newbie here (Instructor MIA). I have instructions to pass variable values from one web page to another like this (VS2005): 1. Declare and create the properties on the first page (source form):     Public ReadOnly Property UserName() As String ...
Score Re-size label text
Sid Price - 9 Nov 2006 12:21 AM - 5 messages
I would like to have the text of a label resize to fit the label control itself. I understand that the other way around is possible, i.e. having the control resize to display the text (autosize property) but I can not seem to ...
Score Debugging UserControl
Steve Long - 8 Nov 2006 8:19 PM - 4 messages
Hello, A UserControl that I'm developing is causing an InvalidCastException to be thrown when the form, with the userControl on it, is shown. The trouble is that I don't seem to be able to debug the exception. A dialogbox is shown ...
Score truncating decimal on numbers
cj - 8 Nov 2006 7:12 PM - 4 messages
I want 7 * .105263 to result in an int32 value of 0.  and 7 * .189021 to result in an int32 value of 1. I don't want to round.  How can I just drop the decimal places? ...
Score Iterating through a Hastable of objects
RSH - 8 Nov 2006 7:02 PM - 6 messages
I have two HashTables (_CompanyDeductions,_CompanyAccruals) that contain several objects each.  I am trying to loop through and print the properties of the objects in the Hashtables: I am trying to creat a dynamic function that will print all of the ...
Score Problem Adding and Using Resource Files
TCook - 8 Nov 2006 6:51 PM - 5 messages
Hey All, I am building a solution which will have many strings that will need to be localized (i.e. strings for toolbars, strings for different WinForms, strings for messages and error messages, etc.). I am having trouble accessing string file resources. ...
Score Learning OOP conceptual question
RSH - 8 Nov 2006 6:46 PM - 13 messages
I am still trying to grasp the use of real world Objects and how to conceptualize them using a business scenerio. What I have below is an outline that I am wrestling with trying to figure out a class structure:\ ...
Score File Aging Program
Justin Fancy - 8 Nov 2006 6:41 PM - 6 messages
Hi Everyone, I am developing a file aging program that will eventually report on every folder that is in the root directory. I have a list of requested years, and counters set up to count every file within every subfolder ...
Score Best practice for deploying upgrades
redeagle - 8 Nov 2006 6:40 PM - 3 messages
I have a Solution with a WinApp Project and a Setup Project.  This has already been deployed and installed on other users machines. I have since added a very nifty CheckBox to add functionality to a form and would to upgrade the current users.  ...
Score Find a control on a form of a specific name
Darin - 8 Nov 2006 5:36 PM - 4 messages
I have a form that might (or might not) have a textbox on it named something particular - how can I find if the form has the control, and if it does what the text of the control has? This form has textboxes ...
Score The DOS window in a Console Application
Marcel Saucier - 8 Nov 2006 4:53 PM - 4 messages
I have written a Console Application then created a shortcut to it on my desktop. I was able to minimize the DOS window when I click my shortcut so I dont see anymore the DOS window But, using Task Manager to run the shortcut, I am not able to get rid of ...
Score convert idl to c# or tlb
VeNoM00 - 8 Nov 2006 4:51 PM - 9 messages
Hi, i need to use some classes defined inside urlmon.dll, i have its idl and c++ (.h file) definitions and i need to convert one of them to C# or to a type library (tlb). i also have urlmon.lib but i don't know if ...
Score DateTimePicker in French or English ?
Marcel Saucier - 8 Nov 2006 4:45 PM - 3 messages
Hi Everybody, At run time, regardless of the computer regional settings, is there a simple way of swtiching the DateTime Picker in French (fr-CA) or in English (en-US) depending of the user selection. The user of my small application can switch the entire application to French ...
Score code collapsing in vb.net 2005
SlowArrow - 8 Nov 2006 3:30 PM - 6 messages
Here collapsing seems to work differently in vb.net 2005 from that I use to see in vb.net 2003: Using the collapsing in vb.net 2003 shows the whole interface of the methods, subroutines, functions, etc, while in vb.net 2005 those parts after ...
Score Trigger an Event within an Event Handler
frank.elk - 8 Nov 2006 3:09 PM - 3 messages
Hello I would like to trigger an event from within my code. I have a MouseUp event handler and I need to call a paint event handler from within the former, to update the form of my application. Is that possible? ...
Score using a char
Fred - 8 Nov 2006 2:56 PM - 4 messages
I have a String of bits -- "101011". I want to extract each bit in the string as a char and then use each extracted char in multiplication. The extraction part is easy (I think). How can I convert each char to an int so that I can use it for ...
Score Newbie: general requirements to write a program for video coding?
Keith - 8 Nov 2006 2:39 PM - 3 messages
I own VS.Net2003 which I used to build several simple PPC data collection programs, and I've done extensive VBA programming in Excel- I have the basic logic of programming, but now I'm out of my knowledge base... I have a new ...
Score Best practice, copy object, using a shadow Object for a undo functionality
Tomas - 8 Nov 2006 1:57 PM - 3 messages
Hi, I am a VB.NET newbie that would like to know the best practise when working with objects and undo user changes to objects properties. Problem The system allows the user to change properties of an object; the system then does some time consuming calculation and provide a solution ...
Score What do you call nested If...Then search loops?
GY2 - 8 Nov 2006 1:50 PM - 26 messages
I writing some documentation and I want to describe a common code structure which is used to step through all the items in a collection (e.g. each file in a subdirectory) while applying more and more restrictive filters so that ...
Score SortedList - bug or undocumented behavior ?
Antonio Paglia - 8 Nov 2006 1:25 PM - 7 messages
Hello. I have tried to insert this items into a SortedList. dic = New SortedList dic.Add("<<", "<<") dic.Add("==", "==") dic.Add(">>", ">>") dic.Add("@@", "@@") dic.Add("??", "??") Debugging this peace of code I have notice that '??' appears as first item, ...
Score Reading mail - pop3
Mary - 8 Nov 2006 1:24 PM - 3 messages
Hi, i want to read mail using pop3 but i don't know where i have to search... I've heard about cslmail but is there another way to read those mails ? Thanks Mary ...
Score Idle time
Nettan - 8 Nov 2006 12:58 PM - 8 messages
Hi everyone I want to now how long the computer is idle. Is there any easy way to do this in vb.net 2005.  Before (in VB6) I checked if the mousepointer hade been moved. Thanks /Nettan ...
Score Reading text file with variable field widths
Christie - 8 Nov 2006 11:55 AM - 2 messages
I am using Visual Studio 2005 (VB.Net) to write my app.  At some point the app. need to read a text file with data in columner format.  The problem I have is that the columns are of variable width (not fixed). ...
Score VB.NET Delegates
douglass_davis - 8 Nov 2006 10:23 AM - 5 messages
I'm really not sure when I might have to use one. can any one give me an example of when they should be used? ...
Score PSC USb POS Scanner
steve - 8 Nov 2006 6:57 AM - 2 messages
Hi All I have a PSC Magellan Scanner 1000i USb and can't seem to find how to control it from a VB.net 2005 application The serial version of it works fine but I can't load any of the USB drivers ...
Score richtext in a datagrid?
Rerard - 8 Nov 2006 6:25 AM - 3 messages
Hello. I need to be able to have a datagrid with richtext in a cell. THen on top of that the text has to be formatable via buttons. What I have been able to do is have a richtextbox with a word style toolbar ...
Score RadioButtonList
ck - 8 Nov 2006 6:04 AM - 3 messages
VB 2005 Express Edition I need to propagate the results of a selection of radio buttons over several pages and eventually write the results (values) of the radiobuttons to CSV file. Best approach? ...
Score DirctX 9.0 SDK And Visual Basic
ToyImp - 8 Nov 2006 3:33 AM - 10 messages
I am wanting to start getting into games programming with visual basic and DX. What I need to know is what is the best version of VB to use. I currently have 6.0 that I got from my college that I am going to school ...
Score Need help in developing an editor in VB.net
TC - 8 Nov 2006 2:39 AM - 4 messages
I have to develop a Movement Notation editor in Vb.net.  The salient feature of this editor vis a vis a standard text editor is the following: 1.  The characters can be entered in any direction i.e left to right as well ...
Score Clickable map?
Kevin - 8 Nov 2006 1:50 AM - 4 messages
I want a graphic that is the map of our grounds. I want the user to be able to click on a portion of that map and bring up a schedule for that area or display certain areas in a different color if their ...
Score KNOW THE SIZE OF A FIELD
Raul - 8 Nov 2006 12:33 AM - 4 messages
In visual basic 6 xxx.recordset.fields(1). size and in the fields of type string it indicated you the maximum that allowed In. net opposing net anything resemblance. thank you ...
Score Put If e.Cancel Then Exit Sub in Closing event
Academic - 8 Nov 2006 12:08 AM - 5 messages
Does it make sense to put this If e.Cancel Then Exit Sub at the beginning of form closing events so if the user cancels the app's exiting in one Closing routine he will not be asked again by another when ...
Score COMM Class
Lou - 7 Nov 2006 11:58 PM - 6 messages
I created a comclass from VB .NET 2005 but it fails when I try to load it (.dll) into VB6. I followed these instructions To create a COM object using the COM class template   1.. Open a new Windows Application project from the File menu by clicking ...
Score Error Loading UserControl
Nathan Sokalski - 7 Nov 2006 10:54 PM - 2 messages
I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error ...
Score asp.net "the object is currently in use elsewhere"
boeledi - 7 Nov 2006 10:16 PM - 2 messages
Dear All, I would really appreciate if someone could help me. I am developing an ASP.NET web site and I have to deal with images upload. When the user is selecting an image, I save it as such together with a ...
Score collection object not showing properties of stored object?
Rich - 7 Nov 2006 9:55 PM - 6 messages
In VB6 I used to be able to add an object like a textbox and see the dropdown properties of that textbox from the collection object: Dim col as collection set col = new collection col.Add(txt1) col(0).Text = "test" ...
Score Printing a document in XSL using VB.NET
.NETUser - 7 Nov 2006 9:37 PM - 2 messages
Hello,    I hope that I can explain this correctly. I am trying to print a specific report based upon user's input in a Windows application. I'm a newbie to XSL and unaware of how to go about this. Basically, I want to ...
Score csv file help
Stranger3 - 7 Nov 2006 9:20 PM - 2 messages
I am trying to create a comma delimited file from visual basic .net and then open it from excel for further processing. The problem I am running into so far is that after the file is created, nothing is written to it. ...
Score Hashtable and TreeView ?
Luqman - 7 Nov 2006 9:20 PM - 2 messages
I am trying to fill the treeview in VB.Net 2005 with Hashtable with the following code. my field(0)=emp id my filed(1)=emp name my field(2)=manager id Dim MyNodes As New Hashtable() Dim node As New TreeNode ...
Score custom date formats
Gordon - 7 Nov 2006 9:18 PM - 2 messages
Hi; I would like to format a date like this this mmddyy. I am reading records from a table using the ado.net reader The dates vary in their length i.e. the day can be either one or two digits ...
Score Problem sending mail
Robert Dufour - 7 Nov 2006 8:39 PM - 2 messages
I a m trying to send e-mails using the system.net.mail in framework2. I have IIS installed on my test box and the smtp service is started. I can use outlook on that box to send and receive my e-mails OK, my firewall ports 25 ...
Score how to overwrite console.write?
Rich - 7 Nov 2006 7:13 PM - 3 messages
Hello, I need to write to the console window, but I don't want to add a new line, and I don't want to write the next value adjacent to the previous value.  I just want to overwrite the previous value.  How can this be performed? ...
Score Balloons on system tray icon
Mythran - 7 Nov 2006 6:41 PM - 3 messages
There a way to add balloons to the system tray icons (our own) via C#/VB.Net 1.1? Thx, Mythran ...
Score Pb publish
chris81 - 7 Nov 2006 1:02 PM - 3 messages
hello, can i do to add a file when publish application ? thx ...
Score Writing commands to cmd from VB.Net 2005
Nettan - 7 Nov 2006 10:28 AM - 3 messages
Hi everyone. I hope that someone can help me. I'm trying to start a command prompt from vb.net 2005 with newProc.Start("cmd.exe"). This works but then I want to write commands to the process. I have tried ...
Score Awesome Information
Brandon - 7 Nov 2006 9:46 AM - 2 messages
Check out: [link] ...
Score help reading numeric values is Excel via VB.NET
maverick7983 - 7 Nov 2006 7:33 AM - 2 messages
Hi, I am engineering student at Rutgers University, I need help in writting a VB.Net program which will read  voltage values logged in Excel by a Data Acquisition Card and if the voltage value happens to be within a ...
Score Badly behaving child in MDI application
Garry - 7 Nov 2006 6:00 AM - 2 messages
While trying to write good 'best practices' vb.net code to 'show' consecutive MDI child forms, suddenly the forms were cascaded. This is not what I want. Does anyone know how to 'turn this off'????? Also, when I resize the child form to fit the Client of the parent MDI, to ...
Score How to send email in .Net requiring server authentication
rdufour - 7 Nov 2006 1:29 AM - 2 messages
There's a code snippet to create and send an e-mail, but I need to send it via a hosted server at an ISP and the outbound mail server requires authentication (username and password). Whats the code to authenticate when ...
Score Error when laoding word from vb.net 2005
steve - 7 Nov 2006 12:28 AM - 6 messages
Hi All I have a VB.net 2005 App which uses MS Word 2003 to do printing and Mail Merging, by automation All works fine on my Laptop (XP Pro SP2, Word 2003) but on my desktop (XP Pro SP2, Word 2003) I get the following message when I try to launch Word ...
Score Window Combo box
nikila - 6 Nov 2006 11:53 PM - 3 messages
Hi, I am using windows combobox to populate the data from database. My requirement is - If user enters some characters matching the values in dropdownbox, I want to point to that location in combobox. I know we have findstring method, but it is searching from the beginning of ...
Score ANN: .NET 3.0 Final
Thomas Scheidegger [MVP] - 6 Nov 2006 11:46 PM - 39 messages
Microsoft .NET Framework 3.0 Redistributable Package   [link] Readme   [link] Visual Studio 2005 extensions for .NET Framework 3.0 ...
Score FOR SALE : Apple iPod 60GB,--------------------$150
Cole - 6 Nov 2006 11:38 PM - 4 messages
We are legit company and we sell all kind of Electronis such as Mobile Phones,Ipods,xbox 360, Sidekicks,Nextels phone,Laptops for sell at cheap and affordable prices, they ranges from Nokia/Samsung/LG/Sony Ericsson/Motorola/Alcatel/panasonic With Bluetooth, all ...
Score Drawing help
Steve Long - 6 Nov 2006 11:34 PM - 3 messages
Hello, there is probably something obvious here that I'm just not seeing but I am trying to draw an alternating colored line on a picturebox and I, for the life of me, cannot get the line to show up. I'm using VS 2003. ...
Score database selection in deployment
Leanne - 6 Nov 2006 11:04 PM - 2 messages
I created customized application to Microsoft POS system. I am now working on the installation package. Any one knows how to get the local sql database settings, and get user select database, so I can make necessary changes to the database ( create new tables, update some ...
Score Windows Default Directories
Elmo Watson - 6 Nov 2006 11:01 PM - 3 messages
If I was pointing my app to a particular directory, I would just use: "C:\Whatever\" But - If I want my app to use one of the Windows default directories (Desktop, MyDocuments), since they can be different, depending on which ...
Score Attach handlers to ToolStripMenuItems. Got stacked, Please Help
pamelafluente - 6 Nov 2006 9:42 PM - 14 messages
Hello. I have written the following code (this code is on a control):     Sub  InitSomething()         mSet(me.FindForm)     End Sub     Sub mSet(ByVal f As Control) ...
Next » 2 3 4 5 6 7 8 9 10