| Thread | Last Post | Replies |
|
| ftp file transfer | 13 Jan 2006 10:48 GMT | 4 |
I have developed a vb web application to allow client copy files to an ftp remote site. The problem is ttha when i debug my application all seems to work fine, but when i deploy it on the web server, after i have chosen the file i want to
|
| cannot install .net framework (any version) | 13 Jan 2006 08:04 GMT | 1 |
am having one hell of a time trying to install/uninstall (and vice versa) .net framework (any version 1.0, 1.1, 2.0) on a laptop running xpsp2. it all began when doing windows updates and the .net 1.1 sp1 failed. since then i've spent the last 8 hours trying to get it to work. ...
|
| putting zeros to certain number of leading bits in a number in VB | 13 Jan 2006 07:57 GMT | 3 |
Does anyone know how to make sure that the first 48 bits are zeros in int64 value in VB. Basically what the operation I’m trying to achieve is the equivalent of the following in C# C# version:
|
| RegEx | 13 Jan 2006 06:13 GMT | 1 |
I have the following regular expressions: Regex.Replace(someString, "[\x0A\x0D]", ""); //remove carriage return line feeds Regex.Replace(someString, "\\s{2,}", " "); //replace multiple spaces with a
|
| ToString(string) and parsing | 13 Jan 2006 04:24 GMT | 4 |
If I want to format a type with a string format I can call IFormattable.ToString(strFormat, formatProvider); Does anyone know of a generic way to parse a string like this? DateTime.ParseExact has an overload which takes these arguments but I can't
|
| Instantiate Shell.Explorer.2 at runtime for a web page | 12 Jan 2006 23:52 GMT | 1 |
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them
|
| Instantiate Shell.Explorer.2 at runtime for a web page | 12 Jan 2006 23:51 GMT | 1 |
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them
|
| How do I generally set a TimeZone for the application session | 12 Jan 2006 22:59 GMT | 4 |
I want my .NET Windows Form client to be executing with the same TimeZone & Daylight setting as we have on the server. This has to be done to stop making the "data set/web service logic" changing date values accordning to time zone difference.
|
| Drag-n-Drop GAC Assbembly Issue | 12 Jan 2006 22:23 GMT | 1 |
I recently have lost the ability to drag-n-drop assemblies into the GAC. i can still use the gacutil to register dll's to the GAC but when i drag the dll over to the folder, i get the "can't move" symbol on my cursor.
|
| where does Microsoft.Xml.Xquery live? | 12 Jan 2006 20:15 GMT | 1 |
where does Microsoft.Xml.Xquery live? where does Microsoft.Xml.Xquery live? all i can find is a copy of it in the sample project: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsdev05/html/ vs05c5.asp
|
| No .NET config program | 12 Jan 2006 19:47 GMT | 7 |
I have installed .NET 2.0 on a Windows XP with Admin, and after that there is no configuration program in control panel -> administration tools. What can be the reason of this? Thanks
|
| Invoking Windows Services | 12 Jan 2006 18:59 GMT | 5 |
Any help would be appreciated. I have come across an Architecture (not implemented) in my Enterprise, that has a Windows Service (A) written on VB COM that has to talk to another Windows Service (B) to be written on VB.Net. I can imagine one can easily write B in VB.Net, but my ...
|
| Aspnet_regiis | 12 Jan 2006 18:38 GMT | 1 |
I don't know if this is the right forum for me to post my question but I just hope somebody answers my question. Is there any way that I can retrieve the password of the aspnet account. I know that the password is machine generated but is there any method to
|
| Uploading files to Windows Server | 12 Jan 2006 18:10 GMT | 2 |
I want to write VB.Net to achieve the following function. Do you have any coding or any ideas? (1) Browse the folder in the client and upload the files to the server location with the folder created and saved in that folder in the server. The
|
| Data Grid Column Visibility in vb.net | 12 Jan 2006 18:02 GMT | 4 |
Hi one n all, I have a doubt on how to make the specified columns of the data grid to visible. That is,when i select a value from the combo box as 5 ,then it should
|