| Thread | Last Post | Replies |
|
| Remove Lines from TextBox | 16 Nov 2004 12:21 GMT | 2 |
This is probably a very dumb question, I am using VB.NET 2003 and I see where I can use a method to append text to a textbox, but how about remove? I have a textbox that I continually post log type data to and I want to keep it limited to 500 lines of text so that old lines get ...
|
| HttpWebRequest, Session Cookie and Windows Forms app | 16 Nov 2004 11:33 GMT | 2 |
I have a windows form app which makes post httpwebrequests to the same pages of the same web site several times. This web site generates a "phpsessid" which is a session id residing in memory (no file is stored). It is a parameter of the url of the second page :
|
| how do I set workareas using System.Windows.Forms.ListView | 16 Nov 2004 11:32 GMT | 1 |
Using the raw Win32 API one can establish workareas in a ListView control with the LVM_SETWORKAREAS message How do I do the same thing using the .NET System.Windows.Forms.ListView class?
|
| Challenging text masking problem | 16 Nov 2004 11:21 GMT | 8 |
I've been wrestling with this programming problem for some time now, so I thought I'd put it up for discussion. I'm trying to design a Mask function. See if you can figure out a code for it... The best way to explain this is to give an example of what the functions
|
| PostMessage + WndProc Unusual Behaviour | 16 Nov 2004 11:20 GMT | 2 |
When using PostMessage to post myself a message, the msg and wparam parameters somehow get swapped over. They are in the correct order when calling PostMessage but by the time wndproc handles the message msg is now in the wparam position and msg is set to 0 (NULL message).
|
| retrieve the last data enterd | 16 Nov 2004 10:44 GMT | 1 |
can anyone tell me how to retrieve the last added/updated data from mdb using oledb class
|
| Generate string | 16 Nov 2004 10:43 GMT | 2 |
I am using Encryption/Decryption in one of my applications. This process needs a key, which should be stored somewhere. I don't want to store it in my code, so I come with idea to make a function which generates the key. It should be 16 characters in length, must contain
|
| Writing with Split | 16 Nov 2004 10:18 GMT | 1 |
OK, hopefully a nice quick question! I have used the Split to chop up a line of text. At the end of my function, I want to amend one of the datum in the array. I can use StringSplit(1)="whatever" to write the text back into the array in
|
| Datagrid and | 16 Nov 2004 10:01 GMT | 1 |
I have been looking for a adding a combobox dropdown (not dropdownlist) to a datagrid, but all of examples are dropdownlist. How can I create a ColumComboBox that will display the first item that begins with the group of letters I type?
|
| Masked edit control | 16 Nov 2004 09:26 GMT | 1 |
I create a dataform using the dataform wizard, and I want to replace a textbox with the masked edit control. I place a masked edit control to my form but there isn't a datasource property !!! If I expand the (Databindings) -> Text property and select
|
| Open external file | 16 Nov 2004 08:04 GMT | 5 |
How do you display an external file to the user in vb.net? Thanks.
 Signature Xero
|
| How to print image... | 16 Nov 2004 08:03 GMT | 2 |
Can someone give me an example of how to print the image that is contained within a picturebox? Thanks in advance... Anthony
|
| Help with method... | 16 Nov 2004 08:02 GMT | 2 |
Can someone please help me with this... Here is the method and what it needs: Public Sub xyz(sender as object, cbaevent as System.Drawing.Printing.PrintPageEventArge)
|
| Keeping the MainMenu attached to the Form | 16 Nov 2004 07:55 GMT | 1 |
I have a MDI Container, it has its own MainMenu. When I instance a Form that I have created a MainMenu for, instead of staying with the instance of the form, it will appear on the MDI Container as though it was a second/third/etc MainMenu.
|
| Can't write to windows registry using ASP .NET account | 16 Nov 2004 07:48 GMT | 1 |
I cannot write to windows registry using ASP .NET account. I have made a key in HKEY_LOCAL_MACHINE\Software and granted full access to ASP .NET account, but still got "Requested registry access is not allowed." Any idea why?
|