| Thread | Last Post | Replies |
|
| Download Manager Project | 02 Oct 2006 18:38 GMT | 1 |
Hey Everyone, I started creating a download manager program and so far it can pause/resume downloads and displays progress, ETA (100% accurately), elapsed time, file size, speed and downloaded amount for the current
|
| Moving on ....from .Net v. 1 | 02 Oct 2006 18:33 GMT | 25 |
Here's an interesting one: http://www.infoworld.com/article/06/09/26/HNvisualstudioupdate_1.html Visual Studio 2005 will be the only version that can run on Vista. The article doesn't
|
| How to make Console Output | 02 Oct 2006 17:36 GMT | 3 |
i have some tools which I call from the command line. currently the output to the console window is done by creating a file and printing it via dos command after having exited. This causes the output to be rather late sometimes. Is there a possibility to write directly to the ...
|
| perform action on string that can't be done if no string | 02 Oct 2006 16:40 GMT | 5 |
I would like to use a Try Catch block to catch an error generated by a blank text box. I thought a good way to do that would be to try to perform some action on the string that cannot be done if the text box is blank. I do not want to use an If then else statement. Can anyone ...
|
| Securing my app with serial number system | 02 Oct 2006 16:34 GMT | 4 |
I am pretty new to VB.net so excuse me if this sounds simple. I have an application which i want to distribute over the internet - now i know it probably wont be possible to completely secure it from people copying and distributing but i would like secure it as much as
|
| Parsing HTML table | 02 Oct 2006 15:04 GMT | 7 |
Maybe someone here can provide a little help. I have a program that reads a HTML table with 3 columns and parses it (maybe not in the prettiest way). I am parsing it now by looking for specific "markers" before and after the data elements in a text file.
|
| RichTextBox How to...... | 02 Oct 2006 14:52 GMT | 6 |
Is there a way to prevent an RTF box from scrolling? When doing a word search for instance, it scrolls all the way to its end. Is there a way to make it remain stationary where it happens to be?
|
| post xml from vb.net | 02 Oct 2006 13:48 GMT | 4 |
I have a routine I call to post XML from vb.net to a url over http It can be the XML file can be quite a size sometime I expect it to exceed 10mb. I started using a routine to post the file to a URL from vb.net, but
|
| Menus like Microsoft Start button | 02 Oct 2006 13:08 GMT | 5 |
Does anyone know how to build a menu display like WindowsXP and the START button. I would want to use large characters with it. Thank you Jacquelin Hardy
|
| Set statement vs Function | 02 Oct 2006 05:35 GMT | 3 |
I have an mObj class to represent MS Access database tables in my VB.net project. It handles all table schema stuff like adding columns, setting properties of columns etc. For example, I have a property in mObj called AllowBlanks. This is mapped to the 'Required' property of
|
| On top in XP | 02 Oct 2006 01:35 GMT | 2 |
I use a simple sub to put a form on top and yesterday I noticed that it didn't seem to work in XP when a window underneath is clicked. Is there something
|
| More problems with Access SQL | 01 Oct 2006 23:39 GMT | 1 |
I am using ADO to run queries against Access tables. I have a query with 2 INNER JOIN clauses and the query works fine. I'm modifiying it and adding another INNER JOIN. When I try to run this, I get
|
| Autoruning a cd | 01 Oct 2006 19:39 GMT | 12 |
I'm having a problem with my autorun code can anyone help me out..heres my what I have for my script so far [autorun] shellexecute= Test Folder\Try\test1.htm
|
| Strange mousepointer effect | 01 Oct 2006 16:16 GMT | 5 |
I'm having a small problem with Me.MousePointer = VbHourGlass not taking effect. Total picture: MDI Project, One Childform with three buttons, a listbox some textboxes and two DTpicker. Each button contains an operation that takes
|
| What's the proper way to include an activex control in a bas module? | 01 Oct 2006 15:30 GMT | 5 |
Is it even possible? I've tried all the usual dim <name> as <activexname>, but it ain't workin'. Is this bad form or something? Thanks!
|