jmcilhinney | Tue, 04 Dec 2007 14:32:00 GMT |
shaggyhiker | Tue, 04 Dec 2007 14:33:00 GMT |
shaggyhiker | Tue, 04 Dec 2007 14:34:00 GMT |
kidz14 | Tue, 04 Dec 2007 14:35:00 GMT |
jmcilhinney | Tue, 04 Dec 2007 14:36:00 GMT |
shaggyhiker | Tue, 04 Dec 2007 14:37:00 GMT |
shaggyhiker | Tue, 04 Dec 2007 14:38:00 GMT |
kidz14 | Tue, 04 Dec 2007 14:39:00 GMT |
jmcilhinney | Tue, 04 Dec 2007 14:40:00 GMT |
kidz14 | Tue, 04 Dec 2007 14:41:00 GMT |
shaggyhiker | Tue, 04 Dec 2007 14:42:00 GMT |
kidz14 | Tue, 04 Dec 2007 14:43:00 GMT |
jmcilhinney | Tue, 04 Dec 2007 14:45:00 GMT |
: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...
Given that I have 10 PictureBoxes on a form and 20 images in a ImageList. I need to load a selection of 10 images out of the 20 into 10 selected PictureBoxes. A loop ( for next, for each ) suggestes itself to achive this efficiently. The index of the images can be identifed with a variable as a...
I am dynamically creating a menu at run time and need to assign event handlers.The menu structure is held in a database:unique id, menuname, eventhandlerWhen adding an event handler the Addressof sub requires an sub/proceudre currnently on the form. e.g.Dim handlerPrograms As EventHandler = New...
Esteemed Forum Participants and Lurkers:I'm still playing with arrays of buttons, and the more I get into it the more I realize why VB.Net is so cheap. It certainly lacks a lot of features I have experienced in the past.It is nice that button click calls can field more than 1 button, but w...
Here is the deal..I have a database with 2 tables.. Table 1:CityNamesFields:CityStateTable 2:StreetsFieldsStreet_NamesCityI want to be able to pull all the city names and all the street names from the tables and use them as column and row headersThen I want to pull each street from Streets and p...
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...
How do I return a list of local drives ?I want to return only the local drives and not any mapped drives.Thanks!!...
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...
Does anyone have any ideas on how to approach this project: I need to create a VB.NET/SQL Server app that will expire after 30 days. (There are many softwares out ther that allow you to use them for 30 days, then expire unless you register. So I know it can be done...) To further this idea... H...
HI, I have multiple FTP servers running to let ppl download and upload. My question would be which is the best way to synchronize the files/folders on the ftp servers so that all of them have the same contents.I've been thinking of using filesystemwatcher to monitor the folder for new file...
Hi,Currently I am using a stored procedure and when it is finished I will then start a vb.net application manually to complete tasks.This as you see involves two steps. One to run the SP and the second to run the vb.net application.I am thinking of strating the vb.net application from the SP. So...
Is there a way to have all procedures to automatically be collapsed and save so the next time you open the project the procedures will already be collapsed?I found the shortcut Ctl+M, Ctl+O to collapse all procedures but it doesnt save between project closing and re-opening. Nor does it expand a...
I have the handy line increase/decrease indent buttons on my toolbar. I played around with a couple settings under Options the other day, and now they won't work. They don't work under the Edit menu either. Is there a setting I can't figure out to enable them again? Thanks....
what do you guys like better?VOTE ABOVEif you have a specific reason why you like one over the other, post it as a reply...
My .NET solution contains over 150 individual files and I want to write an IDE macro that will set a breakpoint on every line of code that starts with "Debug.Write".Anybody got any idea how to do this?...