| Thread | Last Post | Replies |
|
| Nightly Builds | 18 Nov 2004 06:32 GMT | 8 |
Is it possibly to set up a process on our development server to create nightly builds of our application? All our code is saved in a Source Safe database and is a VB.NET solution.
|
| Opening all files in a folder | 18 Nov 2004 05:33 GMT | 1 |
I am a beginner in VB.net. I am trying to write a program which will open around 300 files (which are .msg files)in a folder and extract the responses of the questions in those files. I have been able to open and extract data from one file using ...opentext(filename) method
|
| Any drawbacks to third-party controls? | 18 Nov 2004 02:25 GMT | 1 |
What should I consider before incorporating third-party components in my applications? I'm sure users and promoters can give many advantages, but has anyone encountered drawbacks?
|
| DataGrid - Setting Row Height in Derived DataGrids | 18 Nov 2004 00:04 GMT | 5 |
I have a class that inherits from DataGrid. I can set the rowheights in a DataGrid by tappig into the "get_Datagridrows" method. However, this does not work for classes that inherit from DataGrid. Anyone know how to do this on derived classes? I find it apalling that ...
|
| Issue With System.Drawing.Image.FromStream | 18 Nov 2004 00:02 GMT | 1 |
I've seen several newsgroup topics everywhere concerning this, as well as a couple of articles from the MSDN website, but this error still baffles me. It has to do with using the Image.FromStream(...) function
|
| how to delete Project in vb.net | 17 Nov 2004 22:19 GMT | 6 |
how to delete Project in vb.net? I want to delete the Project and all of its assemblies.
|
| I am TOTALLY baffled by action of this listbox/arraylist | 17 Nov 2004 21:52 GMT | 13 |
I am creating a "from-to" set of listboxes where the "left" listbox had a list of values and I want to be able to select these values, 1 at a time, and move them into a "right" listbox, removing the selected value from the left listbox. When you select any member from the left ...
|
| WEB like output on a form | 17 Nov 2004 21:22 GMT | 1 |
Two questions.. 1) Is there a control that will accept Html as input and display a webpage as output that can be attached to a form? not as a seperate browser form? I want the completed program to be an EXE.. not a web page.
|
| SCanner Connection | 17 Nov 2004 21:16 GMT | 6 |
Plz tell me how to connect to scanner through vb.net application and also i'want to check whether scanner is connected or not.. Can anybody tell me about scan.ocx and which methods and propertied i've to use.
|
| datagrid - speed loading | 17 Nov 2004 20:22 GMT | 1 |
Currently i am loading the file names into datagrid (unbound) from a folder(sub folders too). so for this i am using this below code. but its too slow to loading all the file names. is it any other method to make it fast loading
|
| Where to now for .Net Upgrade? | 17 Nov 2004 20:00 GMT | 3 |
I posted this to vb.upgrade but I have had no response for three days so I am giving this forum a try. I have almost completed Francesco Balena's "Programming Microsoft Visual Basic .Net", the first one not the 2003 edition, and am wondering what the
|
| Question about threads? | 17 Nov 2004 19:49 GMT | 2 |
I have a question about threads: In the TCPClient help page I find the following explanation "Thread Safety Any public static (Shared in Visual Basic) members of this type are
|
| Looking for pointers with a multi user db | 17 Nov 2004 19:48 GMT | 3 |
I'm developing an application which will sit on a Citrix server and users will run it from there. Now as far as I can make out citrix starts a new process every time an .EXE is run, however as I'll be connecting to an Access DB do I need to watch for any issues regarding the ...
|
| Audio .NET Class or ActiveX Plugin | 17 Nov 2004 19:17 GMT | 3 |
Does anyone has a recommendation on a good audio utility? Something that will play back audio files of various formats and perhaps do transformation too? I found BASS DLL which seems REALLY good, but you have to pay for it. Is
|
| Collection Item(index as string) | 17 Nov 2004 18:42 GMT | 2 |
I have the following function in my WidgetCollection class. What is a more efficient way of doing this? I tried the commented code below, but I couldn't get it to work. Public Overloads ReadOnly Property Item(ByVal index As String) As
|