| Thread | Last Post | Replies |
|
| background image not tile | 17 Sep 2004 05:47 GMT | 1 |
when I add an image to my winform application as background it always seem to tile itself... is it possible for it not to tile ? thanks
|
| can't run classic asp code in header of aspx file | 17 Sep 2004 05:39 GMT | 4 |
I'm trying to do some ASP date formatting in a separate include file on my .aspx page, but I keep getting "Statement cannot appear within method body, expected end of statement" error when running this page. The header code begins as:
|
| generate xl reports through asp.net | 17 Sep 2004 03:23 GMT | 2 |
I have a web control lybrary project. i have some classes. calling that component though asp.net web form. i am using visual basic for coding. my requirement is to generate xl reports without installig XL on that web server machine.
|
| Waiting on multiple Threads | 16 Sep 2004 23:13 GMT | 10 |
What's the best way to queue up and wait for number of threads to complete. This problem was trivial in VC++ 6 but I'm finding it rather hard to solve in VB.NET. My calculations run about 2 mins each (on a 2.8 Ghz Xeon and the server range from 2 to 8 processors) (give or take ...
|
| Regular Expression help | 16 Sep 2004 21:19 GMT | 9 |
I need to split a string based on a character, such as a space (0x20). The caveat is that I need to ignore the character if it is found between a pair of some other characters, such as single-quotes. For example (where _ denotes a space character):
|
| Authenticode Signature | 16 Sep 2004 21:03 GMT | 4 |
Where can I find a cheap certificate to sign my .net installation applications?
|
| Obfuscating with Dotfuscator | 16 Sep 2004 19:28 GMT | 1 |
We are t-r-y-i-n-g to use the Obfuscator accompanying DevStudio. Before we can utilize it, we need to know what it does when you have more than a single project, both sharing a common library. Assuming that *both* are *fully* obfuscated, then what happens when one of them is being ...
|
| how to use webbrowser....... | 16 Sep 2004 19:18 GMT | 2 |
i don't know how to use webbrowser control in vb.net. regards,
|
| Stop Tab Page being selected in TabControl | 16 Sep 2004 16:44 GMT | 2 |
I want to be able to prevent a particular tab from being selected at run-time, how would I go about doing that? At the moment, I have created a custom control and inherited the TabControl. I then override the WndProc method and trap the WM_NCHITTEST message (I
|
| Adding, removing MenuItem, does not release memory? | 16 Sep 2004 16:32 GMT | 1 |
Well, after developing a plugin based architecture, with lots of menuitems, i found that after adding a menuitem, and later removing, results in increased memory. I know all that thing with Dispose, finalizers, garbage collector, and so
|
| XMLDOM, the System.Xml namespace and refreshing data | 16 Sep 2004 14:44 GMT | 2 |
In ASP 3, I once did a page using javascript and XMLDOM that loaded up xml files, displayed their data, and automatically refreshed that data at 10 second intervals (not a whole page refresh: just the data in the particular node I wanted to display). The javascript looked ...
|
| .NET for mobile devices | 16 Sep 2004 12:27 GMT | 1 |
I have a large coldfusion mx based website (running off a SQL Server 2k db)and am looking to develop a mobile (smartphone/pda) application that will be used to periodically update the live site and pull info back from the site to update the handset. I am trying to get my head ...
|
| progress bar potential | 16 Sep 2004 10:39 GMT | 2 |
Hey all, I know there's a progress bar for windows forms but could I use that for the status of downloading data from a database to the dataset? If so, conceptually, how would that work?
|
| Break point problem | 16 Sep 2004 10:31 GMT | 7 |
have a main form with menu control on it. I am opening various forms on click of different menu items. Below is one the procedure I am using. I am running my app in Debug mode. Private Sub mnuSearch_Click(ByVal sender As System.Object, ByVal e As
|
| datagrid errors | 16 Sep 2004 10:26 GMT | 1 |
Hey all, I was wondering if there was a different way of coding the following snippet. I have a bound datagrid and I'm using the ErrorProvider to catch errors. So if I have many fields to validate I just pack them in that procedure? One
|