| Thread | Last Post | Replies |
|
| Key events stopped working? | 19 Nov 2004 07:42 GMT | 2 |
Is it normal activity for the keypress events of a form to stop working when button controls are on the form? I have a situation where a form that behaves normally, is capable of sending KeyPress, KeyUp & KeyDown events ONLY when there are no button controls on the form. If the
|
| Rapid File.Delete(Filename) causes UnauthorizedAccessException | 19 Nov 2004 07:19 GMT | 12 |
I have a very simple loop: If (Directory.Exists(tempDirectory)) Then Try Dim Files() As String = Directory.GetFiles(tempDirectory)
|
| How about saving content of the site to a file? | 19 Nov 2004 07:03 GMT | 5 |
How can I save the whole site (any site) to a zip file? So lets say I have this address: http://www.marinij.com/Stories/0,1413,234~26641~2543663,00.html I want to grab everything from this page, along with pictures and save
|
| Store Colors in Database in VB .net | 19 Nov 2004 06:27 GMT | 1 |
I have an application that enables the user to change the color of the form (pretty simple). I want that color to be saved to a DB when the form is closed. Then, when the form is opened again, I want it to get that color from the DB, and have its background with that color.
|
| Adding to Outlook Task List with VB .net | 19 Nov 2004 05:07 GMT | 5 |
Is there a way to programatically add items to the outlook task list using VB .net?
|
| Trying to return a selected listbox item to another form | 19 Nov 2004 03:49 GMT | 2 |
Trying to return a selected listbox item to another form .tried lots of ways; defining public variables and passing those as well as textboxes ..I' m able to display the chosen item on it's form in a textbox and I'm able to pass other variables to the 2nd form, but not the data I ...
|
| how to get the index number of a row | 19 Nov 2004 01:37 GMT | 1 |
i have the data row object & the data table object. I want to determine what the index position of this datarow object is in the containing table. How can i determine this???
|
| How to resize controls when resizing of form in VB.NET | 19 Nov 2004 01:09 GMT | 3 |
i have two listview controls on my form one besides another.When i resized the form ,i want to resize those controls automatically along with the form.Where can i set those properties in VB.NET or how can i do this...
|
| Embedded resources | 19 Nov 2004 00:41 GMT | 1 |
I have a control that I wish to "productionise". I am looking for a way that I can distribute this will low risk of unathorised redistributions. A control that I have purchased recently pops up an evaluation version message once in a while. A file used as a license was emailed to ...
|
| Serializing complex object | 18 Nov 2004 22:59 GMT | 1 |
Consider the following simple class: <Serializable()> _ Public Class SimpleClass Private m_AString As String
|
| Dropdownlist in ASP.Net | 18 Nov 2004 22:56 GMT | 1 |
I have added a DropDownList on a ASPX form. cboUserID.DataSource = Global.SessionData.Tables("Users") cboUserID.DataMember = "Users" cboUserID.DataTextField = "User_ID"
|
| column width | 18 Nov 2004 22:40 GMT | 2 |
Hi, all, Is there any way I can get column width before and after user rezise a column? Thanks in advance.
|
| Deleting row from datagrid failing | 18 Nov 2004 22:39 GMT | 2 |
I am having a "not all variables bound" issue when trying to delete a row from a datagrid. I have a datagrid populated with data from a oracle table as follows: da = New OracleDataAdapter("SELECT a.inst, a.group, a.privs,
|
| Screenshots (cached websites) | 18 Nov 2004 22:19 GMT | 3 |
When you go to google and search for some term, you'll see they have something called "Cached", when you click on it, it will produce a screenshot of the page, when it was last visited by their browser. How do I go about creating the screenshots like those in Google in
|
| Threaded SplashScreen | 18 Nov 2004 21:19 GMT | 6 |
I have a form that take a bit to load up because of talking to a database and the amount of data process that has to take place before showing the screen. I have it working but I feel that I horked it into working. I was wondering if there was a better way to do this. Here are ...
|