|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Two byte in one string?
Bojan -
2 Sep 2006 7:47 PM - 5 messages
Hello, how can I put two byte in one String , and I want that this one byte be behind second? Like this : Dim b1,b2 As Byte ("b1=2D") ("b2=52") Dim s As String = b1&b2 ("2D52") ...
Enable Source control in Visual Studio Environment
kumar -
2 Sep 2006 3:04 PM - 2 messages
hi, i am working on visual studio 2003 and i dont have any idea on how to enable source control to a solution can anyone suggest a solution for that ...
Serial port
inz -
2 Sep 2006 7:39 AM - 1 message
I have problem with reading data from serial port! I nead read two byte from port and I doing this with procedure "serialport.readByte" . This I put to loop "Do...Loop", and what hapend.....they read one byte , and then one byte ...
CPU usage 100%
Aryan -
2 Sep 2006 7:00 AM - 4 messages
Hi, I am getting weired problem all of sudden for CPU usage going to 100% for aspnet_wp.exe. This problem started after installing (CLRProfiler - 86x). I am using Framework 2.0. Before installing CLRProfiler,my application was working fine and to my strange the same application ...
When will VS 2005 SDK final release will be available?
Juan Dent -
2 Sep 2006 12:11 AM - 7 messages
Hi, I only see beta versions and some cause terrible problems when uninstalled. Anyone know? ...
IPC Remoting not working properly
mitch -
1 Sep 2006 8:52 PM - 1 message
Okay... heres what I'm running into.... basically I have two assemblies trying to communicate with eachother by using IPC to connect from one to the other (A->B and B->A), B->A is working fine, but A->B is not working, I'm ...
ANN: .NET Framework 3.0 RC
Thomas Scheidegger [MVP] -
1 Sep 2006 7:42 PM - 4 messages
Microsoft .NET Framework 3.0 - Release Candidate [link] Pre-released WinFX Runtime Components Uninstall Tool [link] ...
Hilarious error message
post.messages -
1 Sep 2006 6:41 PM - 3 messages
I am sorry if this is not completely business-like, but the day before a weekend it was just too funny not to post. I am working on getting a custom principal working in VS2005. The following line: CustomPrincipal test = (CustomPrincipal)Page.User; ...
Framework Installation Issue
Bob Fox [MVP] -
1 Sep 2006 6:29 PM - 1 message
Running into a strange issue with a Sharepoint Portal Envrironment and following a KB article 830646. To make a long story short we are trying to reinstall the Framework and it dies during the install. This is the output ...
directory.exists occassionally locks up when checking network share
Keith Langer -
1 Sep 2006 3:42 PM - 9 messages
Hi, I'm running the .Net 1.1 framework on XP Pro. I am finding some occasions where a call to Directory.Exists never returns when passing in a network share. Most of the time the call returns properly, but if ...
Is there any way to keep a reference to a file even if it is moved or renamed?
google -
1 Sep 2006 3:20 PM - 3 messages
My company has a large filesystem that holds hundreds of thousands of documents related to the business. Sometimes I have the need to keep metadata for some of the documents. This data could be comments, or the document's status in a process, etc. ...
Create and delete an unreadable file in c#
elgdav -
1 Sep 2006 12:48 PM - 11 messages
Hello, is it possible in C# to create a file which is unreadable (i.e. no program can open it at all) and also at a later point to delete it? Thanks in advance. ...
Get machine name path from relative or absolute path
elgdav -
1 Sep 2006 12:40 PM - 5 messages
Hello, is it possible in C#.Net to get a path to a file in the form "\\Spain\Madrid\readme.txt" from a relative path i.e "readme.txt" or from a absolute path in the following form "C:\Madrid\readme.txt" where ...
Question about DirectoryEntry
Vikas Manghani -
1 Sep 2006 12:05 PM - 2 messages
Hi I had a small doubt about the working of DirectoryEntry. I create a DirectorySearcher and search for a particular user on my domain using ds.Filter = "sAMAccountName="+username; Then using SearchResult.GetDirectoryEntry() I get a DirectoryEntry object representing the user, say de. ...
array xml serialization - how to add attribute?
gk -
1 Sep 2006 11:26 AM - 1 message
Hi, is there a way to add attributes to a xml serialized array? e.g. the default is <array> <element_type>element</element_type> <element_type>element</element_type> ... <element_type>element</element_type> ...
Trouble serializing property from Designer
Mario Vázquez -
1 Sep 2006 10:21 AM - 1 message
Hi, I've a component with a UITypeEditor (form) attached. The component has a Designer attached too, and I'm opening the typeeditor form from that designer, through a new verb I've created: // Designer code fragment public override DesignerVerbCollection Verbs ...
Installed applications - monitoring
Leszek -
1 Sep 2006 9:48 AM - 1 message
Hello! I need to look for applications on specific server. Everyone can install there. When something will be installed, i will use MAPI and send mail to my account. My idea is to create NT Service. Only problem is "How to know who, what and when". ...
Windows Service fails to Uninstall through custom setup deployment project.
mpriem -
1 Sep 2006 9:13 AM - 1 message
Hi all, I've created my first setup project for a custom windows service. It installs correctly, but fails to uninstall the windows service. It seems that when I choose uninstall the overridden Uninstall(IDictionary mySavedState) method recieves a NULL value. (I ...
OWASP Autumn Of Code 2006
dinis.cruz@googlemail.com -
1 Sep 2006 8:24 AM - 1 message
OWASP Autumn Of Code 2006 London, United Kingdom, August 31, 2006 The Open Web Application Security Project (OWASP) is launching today a new project aimed at financially sponsoring contributions to OWASP Projects. The new project, called "OWASP Autumn of Code 2006", aims to sponsor 8 ...
Microsoft Wireless Notebook Optical Mouse 4000--query
angryrotarian -
31 Aug 2006 8:22 PM - 3 messages
Hi This such a poor question but..... can anyone tell me if this mouse glows or flashes red? Thanks for your help ...
update graphics between debugger stepping
Ben Voigt -
31 Aug 2006 7:19 PM - 8 messages
Ok, while troubleshooting painting code, I am trying to see my canvas after each step. My OnPaint handler ultimately updates the screen with: pe.Graphics.DrawImageUnscaled(bmpCanvas, -scrollOffset.X, -scrollOffset.Y); So I tried writing the following, and calling it from the watch window ...
Can someone please describe why impersonation requires the impersonator to be local admin?
Daniel -
31 Aug 2006 5:27 PM - 3 messages
Can someone please describe why impersonation requires the impersonator to be local admin? ...
Where is user scope's Properties.Settings.Default file in debug mode?
dfererer@gmail.com -
31 Aug 2006 2:48 PM - 1 message
Published application's user scope Properties.Settings.Default file can be found in every users's Documents and settings,but where is it in debug mode? ...
Excel numberFormat AND localization
swayze -
31 Aug 2006 1:37 PM - 1 message
Hi All, I wrote an app (c# 1.1 framework) that formats excel files generated from html. I am using numberFormat ("#,##0.00") on certain columns that display pricing. i am in Turkey but, I use XP pro with regional settings set to ...
Document Managment
Jeff Mason -
31 Aug 2006 1:16 PM - 4 messages
I hope I can get some advice on a design/technology question here. The app is a medical claims case management system. It is written in VB.NET and it works great. It is a Winforms app primarily; there is a web component, but that is ...
framework configuration for webpermission
Axford -
31 Aug 2006 1:12 PM - 1 message
Hello, my Win App resides on a network share and therefore cannot call my localhost web service in the default .NET framework security configuration: webpermission denied. I then add at the machine level a Web Acces permission with the option ...
Are Win32 functions be rewritten for .NET or simply wrapped?
Peter Olcott -
31 Aug 2006 12:31 PM - 8 messages
[link] ..NET Framework 3.0 (formerly called WinFX) - the new .NET Windows API to succeed Win32 with the release of Windows Vista. The above quote is from the link above it. It seems to be saying that the .NET ...
CollectionBase custom collection / GetChanges ?
Olivier Matrot -
31 Aug 2006 10:25 AM - 3 messages
Hello, Somebody ever tried to create a "GetChanges" method in a custom collection implementation (CollectionBase)? The goal is to provide the same behavior of the DataSet.GetChanges method to update the underlying datasource. TIA. ...
Very odd socket problem
Ed Cassa -
31 Aug 2006 9:55 AM - 4 messages
Hi group. I've developed a client server application in c# 2003 (framework 1.1) for a big customer. Since a few month we have a few very strange problems. The server runs on srv 2003, but the problem also occurs on a xp machine. ...
how to disable checkbox 'Enable remote control' in the remote control tab in a user property panel
lolo -
31 Aug 2006 8:40 AM - 1 message
I would like to create a local user without permit remote connection, any1 got an idea ? Here is a sample which creates my user under w2003 srv: Dim AD As System.DirectoryServices.DirectoryEntry = New System.DirectoryServices.DirectoryEntry("WinNT://" + Environment.MachineName + ",computer") ...
Smartcard and Windows XP SP2
Leszek -
31 Aug 2006 7:32 AM - 1 message
Hello! How can I check, that smartcard is present in Windows XP SP2? I need to write NT Service, that will check smartcard and show message when not. Leszek ...
Unable to connect client to server using sslstream
vlaxmi2001in -
31 Aug 2006 6:14 AM - 1 message
Hi All, I am trying to connect client to server using sslstream. I have created certificate using makecert.exe and using the same.The example i am trying is from msdn for sslstream class in framework 2.0.In the ...
Serial port Error: The I/O operation has been aborted because of either a thread exit or an applicat
Kite -
31 Aug 2006 3:38 AM - 2 messages
Hello, everyone! I write a program with serial port, error happend--The I/O operation has been aborted because of either a thread exit or an application request. I have no idea with it. This is my source code. Imports System ...
System.IO.StreamWriter uses two bytes for ASCII characters with UT
Joe -
30 Aug 2006 10:11 PM - 6 messages
I am creating a text file with a StreamWriter set to UTF8 encoding like in the following example: Using writer As New IO.StreamWriter("C:\temp\HelloWorld.txt", False, System.Text.Encoding.UTF8) ...
Marshal single/float types
nojo(k)e via DotNetMonster.com -
30 Aug 2006 9:24 PM - 3 messages
Hi all, I have to deal a lot with serial data exchange between a .NET (1.1) application running on a PC on one side and controler based devices programmed in plain C on the other. The latter expect data as a stream of ...
how can I < or > with two objects of any type passed as object?
ThunderMusic -
30 Aug 2006 7:48 PM - 10 messages
Hi, I'm doing comparisons over arguments passed as Object... they can be of any type, but must be comparable using < or >... unfortunatly, the compiler does not give the possibility to compare 2 Object instances with < or >... ...
Access Denied error while accessing a DCOM Component from VB.Net application
Niki -
30 Aug 2006 6:14 PM - 1 message
Hi all, I have a DCOM being referenced in my Web APP. in one of the classes i try to instantiate a Cl(VB.Net)ass present in my DCOM component. While doing the same i get this error : "Exception Details: System.UnauthorizedAccessException: Access is ...
OWC 11
Greg Regan -
30 Aug 2006 3:37 PM - 1 message
Hi I am currently trying to add some charts to my VS2005 web application and have added a reference to Microsoft.Office.Interop.Owc11 When running the application I now get the error "could not load file or assembly 'Microsoft.Office.Interop.Owc11'" ...
Re: using SerialPort in a service
Dick Grier -
30 Aug 2006 3:13 PM - 1 message
For anyone who is following this thread... I have placed the example mentioned above on my site. See Software Downloads. ...
Can't throw exception in calling class.
benjamin.soulier -
30 Aug 2006 3:09 PM - 2 messages
Hello all, I got a problem using Exceptions in Debug mode in Visual Studio : I got an Exception on a classe like : catch Exception(e) { DoSomething(); throw e; ...
ClickOnce Deploying to LocalSystem user account
dfererer@gmail.com -
30 Aug 2006 2:02 PM - 2 messages
Dear all, I want to install and run ClickOnce Deploying application under a Windows Service,I have make the service starting the application successfully(user API ShellExecute("MyApp.appref-ms")),but not like under regular user account, some time,it acts as if the application is ...
Windows installer keeps popping up
dgcooper -
30 Aug 2006 1:43 PM - 1 message
I have created a setup project using VS 2005. If I install my application on another machine using an administrator account and then log onto that machine as a limited user, the windows installer keeps popping up when I click on the shortcut to my application ...
RegularExpressionValidator
Oren -
30 Aug 2006 1:13 PM - 1 message
Hello, I have this code: ------------------ <asp:TextBox ID="text1" runat="server" Height="150px" TextMode="MultiLine"></asp:TextBox> <asp:RegularExpressionValidator id="RegularExpressionValidator1" runat="server" ErrorMessage="max 255 chars" ControlToValidate="text1" ValidationExpression="^\w{1,255}$"></asp:RegularExpressionValidator> ...
Question about AL
kishor -
30 Aug 2006 12:34 PM - 3 messages
Hi all, I have private Assemblies (many) Now I am planing to put all in GAC. for XYZ reason. I have generated all keys for all assemblies one for each. assembly is A.dll key is a.key Question is ...
How Microsoft does it?
jayvardhan.patil -
30 Aug 2006 10:43 AM - 2 messages
Dear All, I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it ...
ClickOnce Deploying to LocalSystem user account
dfererer@gmail.com -
30 Aug 2006 10:01 AM - 1 message
I want to install and run ClickOnce Deploying application under a Windows Service ...
Using Access Database on Different Location for .NET 2.0
MA P -
30 Aug 2006 8:01 AM - 4 messages
Hi! I am use to the include file on classic asp for maintaining MS Access database location. On using Visual Web Developer Express, I can only use the MS Access database if it is located on the same folder with the web app. Is ...
C#, Compact Framework 2.0
pfluft -
30 Aug 2006 7:03 AM - 6 messages
I wrote a C# Application for Microsoft .NET CF 2.0. It is used on Microsoft Pocket PC, Version 4.20.0 (Build 14053). Is there a way to prevent my Application to be startet twice? Best Regards ...
How to boost network utilization with Socket/TcpClient (.NET 1.1)
Thana N. -
30 Aug 2006 4:56 AM - 7 messages
Hi, I've developed program to sending Serializable message (using Attribute) with BinaryFormatter. But it can use Network utilization only 6% on 100Mbps LAN (check from Networking on TaskManager). The program is service guarantee model that send the message and wait for ack message before sending next ...
how to develop a C# application targetting .net1.1 version
chinna -
30 Aug 2006 3:54 AM - 2 messages
How to develop a C# Windows application targetting .NET1.1 using VS.NET 2005, I have tried to develop a C# app but it does not run in the systems which do not .NET 2.0 version. Thanks & Regards, ...
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? d
Daniel -
29 Aug 2006 11:12 PM - 2 messages
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this? ...
what version of .net framework to install
Charlie Brookhart -
29 Aug 2006 10:12 PM - 4 messages
I was attempting to install an application, but apparently, it needs the ..net framework version 2. I currently have version 1.1 installed. When going to the download page for the redistributable framework package, I see three versions that are available: x86, x64, and IA64. I guessing that the 64 ...
Custom (inherited) ConfigurationSection saved using Configuration.Save() Problem! Please Help!
VaidTalon -
29 Aug 2006 10:04 PM - 1 message
I have taken a common Generic ConfigurationSection that was posted on some public forums a while back and modified it to be a fully generic ConfigurationSection for use on any generic object type. The purpose is to be able to write a Configuration Object that uses Xml ...
ClickOnce Deployment - application shortcut on client machine
dchman -
29 Aug 2006 4:58 PM - 1 message
I am deploying a windows app to a server share using clickonce, with the application only available on-line. After deployment, i have the user run the setup.exe the first-time they run the application. I want to give them a ...
[MsHtml] Execute Javascript in a MsHtml's document
# Cyrille37 # -
29 Aug 2006 12:37 PM - 1 message
Hello, A HTML document is loaded with the axWebBrowser object, then it is acceded with the MsHtml object. We can call a document's html element method, like the Button's Click method : public class ... { ... HTMLInputElement theButton = (HTMLInputElement) myDoc.all.item("theButton", 0); ...
Replacing WEB Reference with Project Reference
Ken McBryde -
29 Aug 2006 11:08 AM - 1 message
I currently have a project that references a WEB Service. I neen to reuse this project but instead of calling a WEB Service I need it to call a standard project that has the same definitions as the WEB Service (i.e remove ...
FoxPro 'true' SQL-Syntax?
mikael.palmblad -
29 Aug 2006 7:35 AM - 3 messages
Hi! Easy question. How do I compare a bit-column that has "True" and "False" in .NET framework Query Designer? I've made a connection to a Visual FoxPro database (ODBC-connection). I've tried several things like: select test1 from table1 ...
Very Strange CLR Error
Amos Soma -
29 Aug 2006 2:11 AM - 1 message
Just recently we've been getting a lot of the errors shown below. This is coming from a .NET (C#) web site we've created that contains hundreds of web services. These errors don't occur on a regular basis but they are getting ...
Saving appSettings when using file=
deangelj -
29 Aug 2006 12:56 AM - 3 messages
I have an app.config that looks like this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings file="External.config" > </appSettings> </configuration> And External.config contains all my settings, e.g. ...
In-Memory Assemblies: Stuck in Generating AppDomain?
John Rusk -
29 Aug 2006 12:48 AM - 5 messages
Hi, I want to use CompileAssemblyFromSource to create an assembly on the fly, then I want to run it in a separate AppDomain. The separate AppDomain will have tight security permissions. Is there any way to compile an assembly in Domain A, then execute it in ...
WIndow Services Secondary Log on
Liming -
29 Aug 2006 12:17 AM - 2 messages
Hi Gurus, My company just gave us a very weird requirement, they are asking two layers of protection. First layer, the normal windows log on and once users log in, for certain programs like microsoft word, outlook or whatever other executables they specify (could totally be some ...
CLS compliance problem
Lloyd Dupont -
28 Aug 2006 11:38 PM - 3 messages
In C++/CLI I defined an enum like that: public enum class FontQuality : __int32 { Default = DEFAULT_QUALITY, Draft = DRAFT_QUALITY, Proof = PROOF_QUALITY, NonAntiAliased = NONANTIALIASED_QUALITY, AntiAliased = ANTIALIASED_QUALITY, ClearType = CLEARTYPE_QUALITY, ClearTypeNatural = CLEARTYPE_NATURAL_QUALITY }; Now I'm using it in C# library and the compiler warns me that it is not CLS ...
Array.Copy and Cloning an array don't seem to work differently
illegal.prime -
28 Aug 2006 11:00 PM - 2 messages
I would like to have an array of objects (whose class I define) and then just invoke either: MyClass [] clonedArray = (MyClass[]) myArray.Clone(); OR Array.Copy(myArray, clonedArray, myArray.Length); and have an array of cloned objects (i.e. the new array of objects ...
Dynamic assemblies across multiple sites
dehoff -
28 Aug 2006 8:10 PM - 1 message
This post is concerning .NET 2.0 using C#. I've created an assembly(globalUtils.cs) which will house any code that all of our internal sites will use, such as a GetCurrentStockPrice() function. This .cs file resides in a global folder, and every site has ...
Complex Problem with AppDomains, Assembly Loading Contexts and COM Interop
ObsessivelyCurious -
28 Aug 2006 7:49 PM - 1 message
I have posted this long winded question on microsoft.public.dotnet.framework.clr, but got no reply so far, so I'm giving it a try here. My team has been struggling with an issue involving assemblies dynamically loaded into separate app domains in the context of an .Net ...
Virtual desktop makes .NET modal dialog panels disappear
John Brock -
28 Aug 2006 6:22 PM - 3 messages
At work we are using a virtual desktop manager called AltDesk ([link]), and it is causing a weird and extremely annoying problem with the VB.NET application I am developing. If I start my app, open a test form using ShowDialog() (this is a ...
Sending E-Mails "MailTo" Style
howardw@nospam.nospam -
28 Aug 2006 6:07 PM - 3 messages
I use classes in the System.Net.Mail namespace to send e-mails programatically. However what I want to do is the following: When the user clicks a button to send mail, the effect is like what happens when you click a MailTo link in a ...
User Control and Textbox Inheritance
houghtelling@gmail.com -
28 Aug 2006 5:28 PM - 1 message
Is it posible to inherit from a textbox and then place that inherited textbox onto a user control in that same project? When I try to do this I get the error: "Could not find type 'MyTextBox'. Please make sure that the assembly that contains this type ...
Bug Net 1.1 - PrintiDialog PageSize bug when select new printer?
Ed Sutton -
28 Aug 2006 4:22 PM - 1 message
The PrintDialog works correctly in NET 2.0. I am seeking a NET 1.1 programmatic work around to fix page size initialization. Bug Description --------------- PageSize is not output properly when the PrintDialog or PageSetup dialog is used to select a non-default printer. Instead of letter size, the ...
Keeps getting exception in dotfuscator output
Marcus -
28 Aug 2006 3:50 PM - 3 messages
I get exception when I try to run my c# windowsapplication after its exe-file has been built with dotfuscator community edition. I can only use the "rename" feature. But from what I have understood thats the only thing available for this version. ...
Programming Outlook?
wrytat -
28 Aug 2006 3:33 PM - 1 message
How do you write a program that can retrieve email using the POP3 protocol and store the messages into Outlook? Or rather say, is it possible to write a program to trigger Outlook to retrieve email for different email accounts ...
Cross-AppDomain call problems
Kai Iske -
28 Aug 2006 3:01 PM - 6 messages
Hi, I have seen a couple of threads dealing with similar questions, but I haven't found one to answer my question, so here I go: I have a service application that loads a couple of tasks (Plug-Ins you ...
Exception in Reflection and System.Collections.Generic.List
DirkTheDaring -
28 Aug 2006 2:18 PM - 2 messages
Hi, i have some generic List instances which where created for different class (e.g. List<int> , or List<string>). Now i have a reflection framework in place which tries to get all the objects of the lists. ...
Using InstallUtil - Unknown Error "-1"
Clancy -
28 Aug 2006 1:50 PM - 2 messages
I've built a small windows service on .NET 2.0 framework. In order to test/debug the application if first must be installed using the InstallUtil command from the vs command prompt. Everything I have tried results in: Unknown Error "-1" ...
Windows Firewall and UDP Packets
dgcooper -
28 Aug 2006 1:29 PM - 3 messages
I would like the user to be able to choose "Unblock" on the security alert dialog when my application attempts to send a UDP packet for the first time. However, the securlty alert dialog does not appear. I have to tell the user ...
Drag Drop (C1 and windows forms)
feudalac! -
28 Aug 2006 1:09 PM - 2 messages
I need a litle help with dragdrop... I can't find anything useful on google... I have a ComponentOne True Grid and Windows Forms Treeview i want to drag an item from the grid and into Microsoft Treeview... so far i have done this: ...
How to generate an HTML from XML documentation tags
Water Cooler v2 -
28 Aug 2006 12:40 PM - 5 messages
Having documented your C# code with the XML tags for documentation, how do you then generate a HTML help file (.chm) for it? I am talking about code decoration tags such as: ///<summary> ///</summary> etc. ...
Error window web access failed is displayed
vinuthan -
28 Aug 2006 12:29 PM - 2 messages
In local system .net is working fine, but while working on LAN we are facing a problem . We open IDE and select new project for with Visual basic template choose asp.net webapplication Then we give path as http://serverip/nameofapplication on clicking ok ...
CSharpCodeProvider compiled my jpg files. cool!
anupam.zingh -
28 Aug 2006 10:02 AM - 1 message
My team put this piece of code that used CSharpCodeProvider classes to do some dynamic c# scripting in our application. Everything was fine until the test team uploaded a jpg file instead of teh c# file...and the compiler compiled it without error. ...
Browser window maximizing from code/script ??
Neal -
28 Aug 2006 9:56 AM - 1 message
Hi, The vertical scrollbars on a frameset page kinda get lost periodically. necessitating maxing the browser window every so often. Some of the pages in the framesets I do resize using Jscript's window.resizeto(,); Is there anyway of ensuring these or the main frameset page, maximize ...
Serialization help needed
Jens Weiermann -
28 Aug 2006 9:47 AM - 7 messages
I'm writing kind of a "network monitor" application in .NET 2.0 (C#); At runtime, the user should be able to configure all kinds of different "sensors" and I want to serialize them to an xml file. There are several different classes for different sensors, all derived from ...
Optimising data retrieval display ie negating Postbacks.. ??
Neal -
28 Aug 2006 8:35 AM - 1 message
Hi Scenario,.. I have several LBoxes on an ASPX page, each of which's data is dependant on the selection made of the preceding one, eg States, Regions and Cities,... Select a state and server code executes on Postback to retrieve Db data of regions within the state, and on region ...
FTP rename fails with unix servers dotnet 2.0
Marty -
28 Aug 2006 8:25 AM - 2 messages
I'm writing an app to upload/download via FTP using VS2005. I am using the FTP Client Library for .NET 2.0 by Howard Richards: [link] Upload download works. but when trying to rename a file with GetResponse it ...
File.Exists?
Arpan -
28 Aug 2006 8:08 AM - 3 messages
A file named Form1.asp exists in the folder C:\Inetpub. The following code exists in a file named FindFile.aspx which exists in C:\Inetpub\wwwroot\ASPX: <script runat="server"> Sub Page_Load(obj As Object, ea As EventArgs) ...
simple Socket Programming question.
Francois Malgreve -
28 Aug 2006 7:18 AM - 4 messages
Hi, I am a bit new in socket programming and I have a question about what's the best way to implemnt a TCPClient that can receive long messages? The example I found in MSDN works for me but it downloads only the first ...
Crystal Report Viewer Memory Overhead
mano.bharath -
28 Aug 2006 7:06 AM - 1 message
I am developing a windows application in VB.NET 2005 that includes a number of crystal reports. To use the reports I use the included crystal report viewer and pass a dataset to the report at runtime in order to report from. The issue I ...
XML reading issue....
Lloyd Dupont -
28 Aug 2006 12:27 AM - 7 messages
I have some XML file like that: === <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "[link]"> <plist version="1.0"> ...
DataGridView (.NET 2.0 Windows Forms) Text wrapping in DataGridView Items
Chris Hayes -
27 Aug 2006 3:53 PM - 2 messages
Greetings, Is it possible to have the text wrap in a DataGridView's DataGridViewItem/Row? And if so how is it accomplished? Thanks, Chris ...
convert VB6 function to VB.NET
Joao Tomas -
27 Aug 2006 1:54 PM - 4 messages
Please, can someone help me to translate this single function to VB.NET ? ' DECLARATIONS Private Const BMP_MAGIC_COOKIE As Short = 19778 Private Structure BITMAPFILEHEADER '14 bytes Dim bfType As Short Dim bfSize As Integer Dim bfReserved1 As Short Dim bfReserved2 As Short ...
DataControlFieldCollection instantiated twice
Sam Terburg - Emanon -
27 Aug 2006 11:53 AM - 6 messages
I'm trying to create my own GridView with some addons. I'm realising that by creating a placeholder with a GridView and SQLDataSource in it. The problem is dat the fields defined in the DataFieldControlCollection gets instantiated twice with which the second instantiation doesn't have ...
Here you can read books free and buy all tickets
teun blsy -
27 Aug 2006 5:51 AM - 1 message
Here you can read books free and buy all tickets you can find all tickets here: [link] you can read books free: [link] [link] ...
FYI: Xmpp (Jabber) c# codebase, BSD style license, Piorun.Xmpp
nikicart -
27 Aug 2006 3:36 AM - 2 messages
For general information... as I spent a lot of time tracking down the library I liked and wanted to be sure it was getting the attention it deserved. I am a long-term users of Jabber-net for our xmpp library but were ...
|
|||||||||||||||||||||||