| Thread | Last Post | Replies |
|
| Reading a large text file line by line backwards | 02 Apr 2004 06:04 GMT | 1 |
Is there a way through .net to read a very large text file (400MB+) backwards line by line. In system.io the filestream class has a "seek" method but the only read method requires you to know how many bytes to read in.
|
| escaping double quotes in Regex | 02 Apr 2004 03:40 GMT | 3 |
How do you escape a double quote in a Regex? I am having problems with, what should be, a simple regular expression statement. I have a string like (including leading spaces (but thats not my problem)) web_url("ForEx" and, using the regex Dim RE_WebURLName As Regex = New ...
|
| Alternative to inheriting from string | 02 Apr 2004 01:28 GMT | 3 |
I would like to write a string-like class that will only allow certain string values, (for example, specified with a regular expression). I'd still like it to behave like a string, I just don't want to ensure the validity of it's value. Since you can't inherit from string, what ...
|
| VB reset the Cancel Button to (none) | 02 Apr 2004 01:25 GMT | 1 |
In my application the accept and cancel buttons change depending on which panels are visible, my question is how do I reset the cancel button to "(none)" property. to change the buttons I use -
|
| VB Accept and Cancel Buttons | 02 Apr 2004 00:53 GMT | 2 |
How do I change the Accept and Cancel Buttons while running the application. There dosen't seem to be a Accept or Cancel Button property for the form class
|
| Setting Version/Copyright/Description | 02 Apr 2004 00:14 GMT | 1 |
I want to be able to set the version, copyright info, and file description on my executables. It seems like this should be a very simple thing, but I can't find where or how to do it.
|
| .Net Framework v1.1 and MSSOAP | 01 Apr 2004 23:56 GMT | 1 |
I'm not even sure I'm at the right place to ask, but... (My OS is WinXP Home)I upgraded to PrintMaster 16; which requires and loaded .Net Framework v1.1. Had two issues: XP User Account ASP.NET Machine Account
|
| App works on one web server, but not the other | 01 Apr 2004 19:45 GMT | 1 |
I've written a web application in VB.Net and developed it on my webserver, now I want to deploy it on the production server. Both servers are running the same version of the dotnet framework. I created the virtual web and set the security, copied over the files and the ...
|
| DotNetNuke 2.0 - Procedure or function GetPortalSettings has too many arguments specified | 01 Apr 2004 19:43 GMT | 1 |
After a clean install of the final release of DNN 2.0, I created a child portal, added a bunch of content, users, groups, tabs, etc. Also added two IFrames under a seperate tab respectively to point to a subfolder of seperate ASP 3.0 pages and another for a seperate ASP.NET ...
|
| ListBox and Javascript | 01 Apr 2004 19:40 GMT | 1 |
I have a ListBox item and I am using a javascript onclick function to add items to the ListBox. The problem is when I do a post back .net doesn't see any of the items I added w/ javascript, just the original items. It there anyway to fix this?
|
| Loaduserprofile does not load user profile | 01 Apr 2004 18:41 GMT | 2 |
I am running to an issue where loaduserprofile does not load user profile but returns sucess. I am trying to start a process under different identity. (c:\test.bat is the process to be started which has one command echo %username%)
|
| Wondering if its possible..... | 01 Apr 2004 17:42 GMT | 1 |
Im looking to make a program with a java interface with C++ in the background doing all the work in one program.To some extent I think ive fallen into the propaganda trap surrounding .NET Can I call the java components from the C++ program and if so, how(have
|
| Can more than one app use the same config file. | 01 Apr 2004 17:37 GMT | 1 |
Suppose that I write a few small applications that are all included together. They all have similar configuration settings. Can each of these applications use a single config file? If this is not possible, what about defining an entity that each of the config files references? ...
|
| key management | 01 Apr 2004 17:28 GMT | 1 |
hi friends, We in our application are using encryption/decryption of some fields. and also using some PIN generation algo. but fixed in a problem of key management issue.
|
| HELP .. TabControl | 01 Apr 2004 17:09 GMT | 6 |
i have in my application a tab control, with several tabpages, i want to hide a tabpage how cai i do this ??? i already try to use Me.tabControl1.TabPages(2).Hide() but the tab continues visible is that a
|