| Thread | Last Post | Replies |
|
| double buffering a windows form | 07 Apr 2005 23:06 GMT | 3 |
I have read plenty about applying double buffering for animation and self drawn forms. Is there a way to apply it to a form with many standard controls on it (textboxes, labels etc) ?? I have tried using myForm.SetStyles(ControlStyles.DoubleBuffer, True) however it has made no
|
| Datagrid: Linking combobox columns? | 07 Apr 2005 22:21 GMT | 3 |
I'm trying to use a datagrid for data entry. I've created a couple of combo box columns using information from http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q480q That example basically sets every combobox in a given column (for every row)
|
| Capturing a Web page in vb.net | 07 Apr 2005 21:46 GMT | 2 |
Good Morning, Does anyone have an example of how, in vb.net, I can open a web page, and then search through the captured page to pull specific values from it? Thanks!
|
| Printing Text In C#.net at an Angle | 07 Apr 2005 21:11 GMT | 1 |
Hello, Please can you assit me in printing a text at an angle. Basically a set of words and each work must be printed at an angle. Thank you.
|
| Regular explression help - fractions | 07 Apr 2005 20:38 GMT | 2 |
C# I am writing a function that allows the user to enter fractions as answers (i.e. how many asprin tablets for a dosage?). I have the first half of the Regex figured out but don't know how to do the
|
| Need some help badly! Please!! | 07 Apr 2005 17:08 GMT | 3 |
Hey guys I am pulling my hair out on this problem!!!!! Any help or ideas or comments on how to make this work I would be grateful! I have been working on this for the past 4 days and nothing I do seems to get me any closer to the solution. Below is a program that I am working on for ...
|
| Displaying a Form (C#.NET) | 07 Apr 2005 16:40 GMT | 1 |
I have a "newbie" question regarding C#.NET. I am using the "Windows Application" template and am simply trying to display a second form ("frmInstructions") once the user clicks a command button on the main form. In the "Click" event of the command button, I have the following ...
|
| Listbox items limits ??? | 07 Apr 2005 15:18 GMT | 1 |
Is there a limit on the number of item of a listbox control ? regards serge
|
| # of columns / rows in array | 07 Apr 2005 14:47 GMT | 2 |
Hey all, I can't seem to find a way to determine how many columns or rows are in a multi-dimensional array. The Length and Rank properties would seem to help, but I can't seem to find that missing piece. Any ideas?
|
| SQLCommand.Prepare method ??? | 07 Apr 2005 14:44 GMT | 1 |
I have read on article that the same SQL querry is call many time, for perfomramce reaon it is needed to call the SQLCommand.Prepare method before executing. What does that prepare really do ? Is it caching somehow the whole select
|
| notify icon and context menu for Windows Service Application | 07 Apr 2005 13:31 GMT | 7 |
Hi Friends, I have developed a Windows service. Now i need icon for this service in systray and context menu fo this icon. Can i do this? With regards,
|
| copy files from internet using authenticate certificates | 07 Apr 2005 09:25 GMT | 1 |
I sure could use someone's help : ) I need to authenticate users and securely upload files from laptops on the internet ( not on the same domain as server ) to a server on my domain. But I don't want any interaction from the user...I don't want them to have to enter
|
| Generic/Adoptive User Interface Design | 07 Apr 2005 09:16 GMT | 1 |
I have been working on an ASP.NET application that is a kind of wizard ( a list of sequential pages ). We built that application for the CLIENT-A and it worked fine. After six months CLIENT-B came along and and requested the same application but with little bit different ...
|
| Container for the objects | 07 Apr 2005 08:20 GMT | 1 |
How do you create a distribuited application with dotnet? Is there anys similiar container like Websphere or sunone to distribuite my clases (entities and business logic)? TIA
|
| breadcrumbs | 07 Apr 2005 07:29 GMT | 1 |
I am new to .net Right now i am learning . I have to create a breadcrumbs trails for the Categories and their subcategories as u have seen it in many sites... Maincetegory > Subcategory >subsubcategory > subsubsubcategory >items This is the depth of the category.. I user SQL ...
|