Sorry if this is not the correct group i could not see one for web controlsHelloI am trying to write a cutom web control, The control contains a customercollection that i want to use the Collection Editor in properties to addmembers to this collection.In design mode the control works correctly b...
o'm reading a text file into a textbox. problem is the character appears in the first line of text and streamreader does not read past this character. i need a way to open the text file, replace all similar characters and then save the text file. pls help...
:wave: Hi,I want to learn VB. Whats a good environment to purchase, or one that will not cost too much. Does anyone know any legal, free software? I don't know much about VB.Net. Any wise words shared would be appreciated!Thanks,Firestart...
I have a view I am using which looks at a table and basically only shows rows where userID = suser_sname(). There is a recNum column with an identity auto incrementing by 1. This is all on the SQL server side of course, but when I create a data source and a grid in vb.net 2005, the auto incrementa...
Hello,vb.net /MSDE questionI have a form to add a new record.When Save buttton is pushed,therecord is saved to the database,but i don't know how toget the new id back in my dataset (instead of -1)the rowupdated event more specific :e.row("id") =... throws an error : 'column 'id...
In Jeffrey Richters article on Serialization--part 2 from MSDN 2002, hementions that "IDeserializationCallback....When this method is called, allobjects have had their fields set. But there's no way to tell what ordermultiple objects have their OnDeserialization called. so, while the fields...
Is there a way to get a list of users that are holding locks on a file fromwithin a vb.net app? I suppose there would be rights issues as well, runonly on the machine where the file is located and with admin rights,...I was thinking of parsing NET FILE output but hoping there is a better way.thx...
Hi All.I was wondering if anyone had any idea how to programmatically decipher between a .net assembly, Win32 and ActiveX DLL? The only approache I've found so far is to look at the values of certain hex offsets in the file... not exactly what I was looking for. Any ideas/suggestions are gr...
Ok, this is getting irritating. Here's my problem.I've made a batch operations application. A ListBox on the Left and aListView on the right with 3 columns (Machine, Action/Code, Time/DateStamp). The application takes certain actions against all the machinesin the ListBox and reports r...
I have a piece of code that starts a program and runs several parameters. Based on different occurences through the day it can start multiple instances of the same program. At certain points in the programs execution it starts another process. When I start the main program I attach it to a varia...
Hello all, I am new at this, but I would like to know if there is an operator or some way to continue a constant string on a new line, so its not as tough to read for whomever looks at the code?Option Strict OffImports SystemImports System.CollectionsImports System.Web.UIImports System.Web.UI.We...
I have been having a problem where I place Tab control on a form in theVB.NET 2003 IDE and when selecting any tab page other than page 1, I can nolonger delete,cut, copy orpaste components.I recreated the project with a blank form (as suggested by Cor) and checkedeach step to see where this occu...
i have a project that requires automatic encryption to my files on a removable storage.what i have done is having an application that automatically detects the removable drive and will open the folder.are there any ideas to do encryption after that?...
Hey alli have wrote a data collector which visits a list of URL's and read news paper articles for certain keywords...I wish to capture the URL of the page which contains the body of the article and not a interim page which often lists the synopsis to all the articles How could i determine...