| Thread | Last Post | Replies |
|
| Which event fires on return from a Formxx.show()? | 30 Nov 2005 22:52 GMT | 1 |
I have a tiny application (and yes this is my first vb.net prog) that has 4 forms. Form1 has info that I want to "refresh" within listboxes, etc when control returns to Form1. Form1 has this code.
|
| Checking if a website has been updated | 30 Nov 2005 21:01 GMT | 3 |
Doe anyone know how I can check if a html document on a webserver is modified since my last check? I can't figure it out my self :( I'm using visual studio 2005. Thanks in advance, H-Des
|
| Get size of file using vb.net | 30 Nov 2005 20:50 GMT | 4 |
I need to get the size of a file using vb.net. I have tried using the Length property from the FileInfo class, but the values its returning aren't making any sense. For example, I had a 1 KB file and the value returned was 358. For another 1 KB file, the value 160 was returned.
|
| DataGridView | 30 Nov 2005 20:45 GMT | 2 |
I have som problem with the datagridview. I have 2 tables in a database, i need to show some information from both in the same datagrid while using databinding, with the datasource, and datamember.
|
| Query results from multiple table dataset | 30 Nov 2005 20:31 GMT | 2 |
Hi people, I'd like to know if it's possible to get DataRows containing data from different tables that are part of one single dataset? Example:
|
| Events and Threads | 30 Nov 2005 20:21 GMT | 2 |
Can events generated in a worker/background thread via RaiseEvent be handled safely in the main/display thread? The contents of the event object will be used to update the display of a Windows forms application. Thanks,
|
| event-handling subs running twice in derived class. | 30 Nov 2005 20:17 GMT | 3 |
I created a base class that has a datagrid. I've made it generic as possible so that any derived classes pass some info to the base constructor (including a SQL select stmt) & through the base class, any db table can be displayed/maintained in the grid.
|
| strings | 30 Nov 2005 18:54 GMT | 2 |
I'm doing a hangman game. I'm trying to figure out how to show dashmarks when a word is to be solve. There would be unlimited number of letters. Any hints? From http://www.developmentnow.com/g/38_2003_12_0_14_0/dotnet-languages-vb.htm Posted via DevelopmentNow.com Groups http://www ...
|
| Background Image File Location | 30 Nov 2005 18:52 GMT | 5 |
Where do I store a bitmap or jpeg that I am using for a forms background image when I deploy the application? Or do I link these files to the app during the deployment? Thanks
|
| Check if user pressed Enter (Return) | 30 Nov 2005 18:44 GMT | 6 |
I have a textbox where u have to input an URL and when u press on a "GO" button, my browser window navigates to the URL, but if the textbox is in focus and I finish typing the URL, and then press Enter, I want to the browser to navigate too.
|
| FTP a file | 30 Nov 2005 17:55 GMT | 3 |
Does anyone have any code samples on how to FTP a file in .NET? Thanks for all of your help
|
| XP System Colours | 30 Nov 2005 17:42 GMT | 3 |
Is it possible to pick up the colour values used in the XP themes from within .net? I am wanting to set the back colour of one of my forms to the light shade of the theme I am using. For example, currently I am running the default blue windows XP theme and im
|
| SharePoint UpdateListItems does not actually update data | 30 Nov 2005 17:19 GMT | 1 |
I have the following code which does not update anything in SQL. Other tasks, like getting list of sites and list of documents work just fine, but update does not seem to trigger anything. I want to be able to change the column Column1 for a document with the name testDocument.
|
| beginner help working with text files | 30 Nov 2005 16:42 GMT | 2 |
> Hi all > > I am trying to write a program that opens a text file and manipulates the data.
|
| animated icon in status bar of form? | 30 Nov 2005 16:27 GMT | 10 |
How do I put a custom animated icon on the status bar of a form? I have an animated icon file called icon.ani, and I've tried getting 'statusbar1.Animate' to work with no success. Can someone give me some pointers please?
|