|
First
|
Prev |
Next
|
Last
Pages: 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765
Problem WIth Fixed Header WebDataGrid CSS Expression Hi there, I'm developing a website that is in 2 languages english and arabic. Now I wanted to have fixed header scrollable datagrid. For scrolling i found a solution which works fine. But for fixed header I found a solution that is using CSS expression,plus some style properties, as follows. position:re... 16 Feb 2006 03:25
New Ping Class In the sample below is the variable RTN equal to the response echo, that is to say, if all characters are not returned from my "TestPingPete" string then packet loss occurred. Using this class is there an easier way to discover % packet loss? Dim bytearr() As Byte Dim stringTest As String = "Te... 10 Feb 2006 00:36
vb.net - IPC named pipes or shared memory Hi, I need to communicate between two processes. I tryed using named pipes, but I'm afraid it's too complex for me... I'd like to explain what I need. The two processes must just exchange an array of two bytes. The successive writes should overwrite the previous ones. For example, the process A sends byte0... 9 Feb 2006 13:10
lan proxy server settings Is there a way to automatically set the proxy server in code? I am aware of the WebProxy class, but that only seems to work when you set the Proxy property of a WebRequest object. I am interested in automatically setting the proxy for the Lan Settings (Communications tab) in the Internet Properties dialog bo... 8 Feb 2006 21:59
"Type mismatch could be due to the mixing of a file reference with a project reference " Anyone seen this? "Type mismatch could be due to the mixing of a file reference with a project reference " We have solution we are trying to upgrade to VS 2005. We have about 10 projects in the solution, and cross references are rife. None of the projects refer to each other through file references, yet we r... 7 Feb 2006 15:41
Visual Basic 2005 CreateFile Hy! I'm a newbie to VB 2005 and I have to connect my program to a driver previously developed for a custom ISA card. With my old VB 6 code I used the routine CreateFileA exported from kernel32 with this defination: Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal... 7 Feb 2006 05:08
Adding Assembly to Global Assembly Cache I currently experimenting with VB.net 2005 express edition. I was wondering if anyone knows how to deploy an assembly to the global assembly cache using the express edition? I tried using the GACUTIL.EXE from the VS.net 2003 edition but I get an UNKNOWN ERROR? Is there any other way to deploy the assembly to th... 14 Feb 2006 11:48
Requested registry access is not allowed. Does anyone have any advise on how I can fix the error message shown below? Thanks in advance for any ideas, Shane Server Error in '/' Application. -------------------------------------------------------------------------------- Security Exception Description: The application attempted to perform an operati... 5 Feb 2006 09:05
Crash in VB.NET 2005 Compiler Hello, my VB.Net 2005 crashes regulary (3-4 times a day). After debugging when the code screen appears again I get the following error when I want to save my project: Type: Error Event-ID: 1000 Source: Microsoft (R) Visual Basic Compiler Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e6... 2 Feb 2006 04:33
Open File Dear Experts, I'm trying to open a file from my web form. However, when I click on the button, no action is being performed. I have tried running it in debugging mode, the file is able to open. Below is the partial of my code: --------------------------------------------------------------------------------------... 1 Feb 2006 10:20 |