|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
vb array tolegacy C appl
jg -
8 Oct 2005 11:11 PM - 1 message
I have trouble marshalling array I have a VB COM class TestArrClass Imports System.Runtime.Remoting Imports System.Runtime.InteropServices <ComClass(TestArrClass.ClassId, TestArrClass.InterfaceId, TestArrClass.EventsId)> _ Public Class TestArrClass Public Function atestIntStrArr(ByVal aiLen As Integer, _ ...
Visual Studio .net failure to store to database
j.fitchett -
8 Oct 2005 10:49 PM - 2 messages
Platform: Visual Studio 2005, c#, target smart device, Pocket PC Problem: .update method does not store data to database. Background: 1. created a database on pocket pc with sql CE query analyzer. 2. created app with datagrid, mapped auto-generated dataset and ...
About Process Class
MS-06S -
8 Oct 2005 7:49 AM - 2 messages
Hi all i want to monitor user using every which application each date and i can wrote a service using Process class to do this (using process class + timer control to check what process is running and install this service to each user machine) ...
Is this possible - dragging listview item to another item
Annette Miller -
8 Oct 2005 4:53 AM - 2 messages
Hi all, I'm just wondering if it's possible (and if so, how to do it), to drag a listview item over another item in another listview and process it. Think dragging a word document from an open folder window in Windows Explorer to a ...
Regular Expressions
Bill Long -
8 Oct 2005 3:46 AM - 5 messages
I need to take a short piece of html/xml as a string IE: <tagName attribute1='value' attribute2=value/> Note that one attribute value is quoted and one is not. The input string could have any number of attributes with any combination of ...
BinaryReader and Byte Length
Tom_B -
8 Oct 2005 2:54 AM - 2 messages
VB.Net Using a BinaryReader to read the data coming from a WebResponse stream into a byte array. How is the stream byte length determined? If cannot get the length, what is the best way to move bytes from the stream ...
USING CRYSTAL REPORTS IN A VISUAL BASIC.NET ASP.NET WEB APPLICATIO
Wendy Elizabeth -
8 Oct 2005 2:10 AM - 2 messages
I want to be able to use crystal reports in a ASP.NET web application. I have added crystal reports to my .net solution in solution explorer. However when I run my .net web application, the crystal reports does not display in ...
problem in multiuse with asp.net
Deep Silent Ocean -
7 Oct 2005 11:44 PM - 2 messages
Hi All I am developing one Portfolio Management application where there is single database shared by all the traders. I have developed web-based application for this. I want to make this multiuser application. Following is the architecture of the application ... ...
How good is C# for serializing objects, C++ Vs. C#
Prasad Venkat -
7 Oct 2005 7:08 PM - 7 messages
Hi, Question from a newbie to C#. How effective is C# with respect to serialization techniques and object persistence ? also, I'm trying to create an application in C# in .Net framework. are there are pros and cons that one needs to be aware of when compared to C++ ? ...
fire event from another event scroll 2 datagrids together
tartasuga -
7 Oct 2005 6:50 PM - 1 message
Hello I'd like to know if someone could help. I have 2 datagrids on my Win Form in VB.Net 2003 project. how can I scroll them horizontally together? I mean, I'd like to use just the scrollbar of the first datagrid and make the second one move as the ...
How can I change SortedList order?
Ken Varn -
7 Oct 2005 5:52 PM - 2 messages
I am using the SortedList class to sort an array of items. I want to bind the SortedList to a DataGrid, but I want the list to go in descending order. Is there anyway to change the sort order in SortedList when databinding so ...
Storing EventLog.
Ken Varn -
7 Oct 2005 5:52 PM - 2 messages
I am using the EventLog class to display log entries to my users. Is there any way that I can take the same log information that EventLog contains and package it into an EVT file similar to what the Windows Event Viewer uses ...
byte[] <=> sbyte[]
David Thielen -
7 Oct 2005 5:09 PM - 10 messages
Hi; Is there a way to cast a byte[] to a sbyte[]? I know I can copy it but if I have a 32K array, that copy takes time & memory and yet the actual values are identical in both arrays. ...
Nullable types & Reflection
cPetru -
7 Oct 2005 4:28 PM - 3 messages
Hello all. First of all, I am not sure this is the place to post my question, but I didn't find a more apropriate one. The problem: I try to fill some fields of an object with values from a ...
VB .net a crystal reports problem
amejiae -
7 Oct 2005 2:43 PM - 2 messages
Hi, I’m distributing an application that I Developed in VB .Net for medical purposes and it has a crystal report. When I execute the crystal report in the developer machine it works well, but when I execute the crystal report in my client machine the following ...
How can i connect and login to Windows 2000 server from c# code?
Mat -
7 Oct 2005 12:18 PM - 5 messages
Hi! I have the following scenario: I want to connect to a windows 2000 "File" -server from a ASP.Net -web application, running under network service account and create a directory on the file server. Both the web server and the file-server is in the same ...
system.invalidoperationexception
Zabby -
7 Oct 2005 11:19 AM - 5 messages
hi, when i close my app with "end" i get an system.invalidoperationexception how can i get more information, why this exception is thrown? kind regards ...
Application referencing dll build with different version framwork
al_qwertyuiop -
7 Oct 2005 9:35 AM - 2 messages
Hi, I was wondering what happens if an .net exe compiled with 1.1 uses one dll compiled with 2.0 and one dll compiled with 1.1. Supposing that the target machine has both 1.1 and 2.0. Does the 2.0 ...
Settings for a windows service: where to store ?
Craig HB -
7 Oct 2005 9:34 AM - 5 messages
From a .net windows service, I was tryng to access the app.config file using System.Configuration.ConfigurationSettings.AppSettings, but it didn't return the settings. Can you access the app.config file from a .net windows service? If you can, ...
When i open ASP.NET application,i got error
SasiKumar -
7 Oct 2005 5:02 AM - 3 messages
Hi, When i try to open a existing ASP.NET.It's giving error like this. JIT Debugging failed with the following error:Access is denied. JIT Debugging was initiated by the user account 'sasi\ASPNET'. Check the Documentation index for 'Just-in-time debugging,errors' for more ...
.NET MSDN documentation with no examples
John Dalberg -
6 Oct 2005 11:18 PM - 4 messages
Many of .NET class members and properties in MSDN have no examples. I just see prototype decleration. I find this pretty lacking in MSDN. Are there good resources out there which explain more on how to use some of the .NET ...
Field not found: System.Collections.Generic.KeyValuePair 2.Value
dotdevelop@gmail.com -
6 Oct 2005 10:25 PM - 2 messages
We have recently upgraded from VS.NET 2005 Beta 2 to VS.NET 2005 Release Candidate on all our development machines. It appears it the Framework is upgraded from v2.0.50215 to v2.0.50727. This appears to be ...
How do I clean the cache?
Juan Dent -
6 Oct 2005 9:16 PM - 5 messages
Hi, I have been using FUSLOGVW.exe to inspect bindings - both successful and not. Yet all the time I see the following: LOG: Found assembly by looking in the cache Now, if I wanted to start fresh, how can I empty the cache? At least empty ...
Proxy settings for internet access
JezB -
6 Oct 2005 7:35 PM - 5 messages
I'm writing a windows forms application which accesses the internet at various points in two different ways: - calling a webservice (.wsdl), - using the WebRequest & WebResponse methods. I have a user that runs the software behind a firewall. He's getting proxy ...
DateTime.Compare is always returning -1
Arne -
6 Oct 2005 5:41 PM - 3 messages
DateTime.Compare is always returning -1. What am I doing wrong? Dim today As DateTime = DateTime.Now Dim temp As Integer Dim endPeopleRegDate As DateTime endPeopleRegDate = Convert.ToDateTime("10/5/2005 23:59:59") temp = DateTime.Compare(today, EndPeopleRegDate) today = Date.Now.AddMonths(1) ...
Total CPU count
leo -
6 Oct 2005 1:40 PM - 4 messages
is it possibile to know how many cpu (physicaly or hyperthreading) a machine has using dotnet framework ? thanks ...
Remoting, CallContext, NLB
Hawix -
6 Oct 2005 1:07 PM - 2 messages
Our application server uses Remoting and CallContext class to assign context data for communication with client. We want to use network load ballancing (NLB) to scale out our architecture. CallContext is assigned after valid execution of login method (own method of ...
MSWinsck.ocx
Rui Dias -
6 Oct 2005 10:36 AM - 3 messages
Hi there! I would like to know something. I've this feature, where I implement some code to communicate to a device via FTP. I've implemented this using MSWinsck. However I noticed that the communication with this device is very ...
Writing Stream to File
Annette Miller -
6 Oct 2005 10:00 AM - 7 messages
Hi All, I'm just wondering if someone can show me how to write a stream to a file. Specifically I have a file (bitmap) as an embedded resource in my app i.e. "MyApp.Resources.BitmapTemplate.bmp" and was wondering how I can write it ...
working with scanner
z f -
6 Oct 2005 8:23 AM - 2 messages
Hi, is there some SDK to working with scanner - telling to scan a doc and getting the currently scaned file? TIA. BTW, not must be dot-net, also VB6 or VC++ sample can help ...
Process.WaitForExit seems hang
tomoseki -
6 Oct 2005 7:45 AM - 1 message
Hi, WaitForExit in beta2 sometimes hangs. I can't tell the exact situation, but it doesn't exit. I create a process object, and start it. Then wait for its termination by WaitForExit with timeout value. When it timeout (WaitForExit returns false), ...
How to figure out what script files gets loaded??
Søren M. Olesen -
6 Oct 2005 7:05 AM - 2 messages
Hi Is there an easy way to figure out, from code behind, what javascript files gets loaded on an .aspx page?? Of source I cound tap into the render and parse the html, but I was wondering if that information already exists somewhere.... ...
Service Stop Problem
Prasad -
6 Oct 2005 5:52 AM - 7 messages
Hi, Is it generally acceptable that the SCM says that the service has stopped but the service has spawn a thread which is still doing the cleanup thing which keeps the process running. ...
NSIS installer
Lloyd Dupont -
6 Oct 2005 2:16 AM - 2 messages
I just stumbled on NSIS today, which look like a cool installer tool (I particularly like the facts that, unlike MSI: 1. you have small install bundle, 2. you could ship multiple language in 1 installer) Does any of you uses it? ...
Catching exception errors in a C# Windows service?
emdeusenet -
6 Oct 2005 12:32 AM - 9 messages
Not sure if I have the correct group, but here goes. I am trying to write a Windows service in c# and am having trouble catching exceptions. I purposley tried to write to a bad file name hoping that the exception would be caught and I could log to the event ...
Regex bug?? Insufficient hexadecimal digits
Mori -
5 Oct 2005 11:29 PM - 3 messages
I have a string that contains the \", \t, \r, \n. I need to get the xml. sample below: "<?xml version=\"1.0\"?>\r\n<USERS xmlns:xsd=\"[link]\" xmlns:xsi=\"[link]\" ...
How to create a script to trust an assembly - Excel 2003 - Office System Project with C#
John Yung -
5 Oct 2005 6:01 PM - 9 messages
Hi, In order to run Excel 2003 - Office System Project with C#. All assemblies (.DLL) use by the project must be set to full trust. To do it manually, you right click on .NET Configuration 1.1-->Runtime Security Policy and select "Trust an Assembly". ...
Rollback when trying to install Beta2
Teri -
5 Oct 2005 5:26 PM - 3 messages
When trying to install the .NET Framework Beta 2 on my coworker's system (Windows 2000), there is a "roll-back" error. The installation rolls back and will not install. I am not a programmer. Can anyone please help? -Teri in San Diego ...
Overriding CollectionBase.Clear()
Jazper Manto -
5 Oct 2005 4:35 PM - 5 messages
hi i wrote a class which is deverted from the CollectionBase. now i tried to overwrite the Clear() method with the keyword "override". the compiler says then that this is not possible because the base method is not marked as virtual. however when i have a look at Clear method of the ...
Strong Naming an Assembly using the Project settings in VS2005
Oldman -
5 Oct 2005 3:55 PM - 10 messages
You get warnings when compiling a project that is using the AssemblyKeyFile attribute. It recommends changing this to use the compiler option. I read about this and the reasons sound good, HOWEVER signing using project settings require that the snk file exists in the project directory. In fact, ...
Enterprise Library: pass arguments to WrapHandler & ReplaceHandler?
pseudoLatino -
5 Oct 2005 3:34 PM - 1 message
hello all I'm retrofitting some code to use the EHAB from the EL. The standard way of writing EL Exception code is as follows: try { // run code } catch(Exception ex){ bool rethrow = ExceptionPolicy.HandleException(ex, "Wrap Policy"); ...
Bug with VS2005 File System Editor in Setup Project
Oldman -
5 Oct 2005 3:11 PM - 1 message
After creating a shortcut in the file system editor of a .NET setup project it is not possible to delete it. No error occurs it just doesn't delete it. I had to hand modify the vdproj file to get the shortcut out of there. ...
.NET Framework 1.1 install fails
Ivan Debono -
5 Oct 2005 9:53 AM - 2 messages
Hi all, I'm trying to install the above but it fails. When I look at the event viewer, I find the following entries: Product: Microsoft .NET Framework 1.1 -- Internal Error 2908. {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A} Product: Microsoft .NET Framework 1.1 -- Internal Error 2908. ...
Suddenly different behaviour
Michel -
5 Oct 2005 9:28 AM - 1 message
Hi all, In my ASP.NET application, I have two xml files, who are written to disk, both on a different way (one with serialize, and one with the XmlTextWriter). Since yesterday we (sometimes!) get errors in our xml files: Some of the ...
VS 2005 Performance Explorer / Profiler info?
DraguVaso -
5 Oct 2005 9:11 AM - 1 message
Hi, I'm desperately looking for a good Code Profiler for VB.NET 2005, and I noticed there is one in Visual Studio .NET 2005 Beta 2. Everything works fine, it's simple to setup a profiler for a solution, and ...
Howto create instances of nested classes in autogenerated xsd clas
JussiS -
5 Oct 2005 7:12 AM - 2 messages
When I autogenerate class files from XSD schemas using XSD.EXE the generated class doesn't generate instances of nested classes. Is there any way to autocreate instances of nested classes also? I don't want to modify autogenerated code because all changes would be lost when the class would be ...
.NET 2.0 & TreeView Node Numbers
SBK -
5 Oct 2005 3:09 AM - 1 message
Hi All, I'm just wondering if it's possible to add node numbers (i.e. "Node Item (55)"). The number is in blue. Can't think of the exact name.. Anyhow, if it can't be done in .NET 2.0 (I can't seem to find a ...
Delegate property and component serialization
Arthur Dent -
5 Oct 2005 3:08 AM - 5 messages
Hello all... I have a component which i wrote, which is used for automatically emailing errors, so that when an app (usually a website) goes into production, i automatically get emailed about any exceptions which occur on the site. A ...
BUG: MemoryStream.BeginWrite lies about completing synchronously
piersh -
5 Oct 2005 2:49 AM - 1 message
here's the deal: In .NET 1.1, the default implementation of Stream.BeginWrite (which MemoryStream does not override) returns an IAsyncResult whose 'CompletedSynchronously' property returns 'True'. However, it uses the asynchronous 'AsyncCallback.BeginInvoke' to invoke the callback which probably won't have executed by the time the ...
Running GUI application in separate application domain
nickdu -
4 Oct 2005 8:00 PM - 13 messages
I'm trying to isolate "applications" into their own application domain within a single process. I've quoted applications because it's a logical representation of an application. Basically it consists of a bunch of components supplied by some application group. I got this to work, somewhat. ...
New Project Template in VS 2003
Victor -
4 Oct 2005 7:56 PM - 3 messages
Hello there, When ever visual studio loads up web projects it creats WebForm1.aspx, web.config files right, I want to include my own custom files (login.aspx, Logout.aspx) along with Webform1.aspx. How can I do this. ...
How can I embed .manifest into a .net class libaray
jamiec -
4 Oct 2005 6:49 PM - 3 messages
Hi there, I am making a class libaray which is to use interop to work with a unmanaged COM object. What happens is that I also need to use .manifest file to control the version of COM object to load becuase there are multiple versions of COM ...
Re: Sockets data errors
Druid -
4 Oct 2005 6:16 PM - 2 messages
That's funny, I posted the EXACT SAME PROBLEM here today: [link] The sleep solves it, but it's a kludge I'm not happy with. I thought I ...
Webbrowser UserControl
xela -
4 Oct 2005 4:56 PM - 10 messages
I'm developing a UserControl that essentially a wrapper for Webbrowser. The caller module will call the Navigate() method for document download. It then call WaitOne() on a ManualResetEvent object. The ManualResetEvent object is supposed to be Set() from WebBrowser's DocumentComplete event handler when download ...
Error opening FolderBrowserDialog
Filipe Marcelino -
4 Oct 2005 4:14 PM - 2 messages
Hi, I'm having a little strange problem. When opening a FolderBrowserDialog with the following instruction: FolderBrowserDialog1.ShowDialog() the following exception is thrown: An unhandled exception of type 'System.InvalidCastException' occurred in system.windows.forms.dll Additional information: Unable to cast object of type ...
MSMQ Permissions
yofnik -
4 Oct 2005 4:11 PM - 4 messages
Hello, I have an application that runs as a Windows Service. When the application runs for the very first time, it creates a new MSMQ Queue. Because the Queue was created under the SYSTEM account, now I cannot modify, delete, or even view the contents of the queue from the MSMQ ...
.NET application as terminal services startup app
Jose Antonio -
4 Oct 2005 3:13 PM - 1 message
Hi, We have developed a .NET application which uses the trace capabilities of the System.Diagnostics namespace when it throws an exception. We have also configured this application to be run when the users log on, preventing them from using the desktop. ...
aspnet_wp.exe memory problem
EDom -
4 Oct 2005 2:14 PM - 2 messages
Hi, I have aspnet_wp.exe with increasing on every postback and not every revisit to any page. Even if I clear session and close the browser it remains in the memory. What could be the issue?? Regards, Vineet ...
Component and Class library
Chakra -
4 Oct 2005 8:07 AM - 2 messages
Can any one tell me what is the diference between a component and a class library in .NET ? We can add a component to a class library , but then the contents of the component could as well have been packaged in the class ...
Marshal.GetFunctionPointerForDelegate
Lloyd Dupont -
4 Oct 2005 7:22 AM - 5 messages
I try to get a function pointer from a delegate with Marshal.GetFunctionPointerForDelegate() Doesn't works with Action<AManagedC++ type> is there any reason why :-( ?! ...
Re: FTP Active Mode - Can't Get Server To Connect after PORT Command
Chad Z. Hower a.k.a. Kudzu [msft] -
4 Oct 2005 7:03 AM - 1 message
FTP is not a simple protocol. Most code snippets you find on the net are very incomplete and do not hold up under many common scenarios. You may choose to continue hacking at it, but it's my experience that it will only work in limited cases unless you have a very good code base. You might consider something open source that’s also mature such as Indy, [link] Note - I am involved with this project, so there is a natural bias. Id list other mature FTP implementations as well, but I'm not aware of any other such ones that are also free. ...
Re: FTP Active Mode - Can't Get Server To Connect after PORT Command
Chad Z. Hower a.k.a. Kudzu [msft] -
4 Oct 2005 7:00 AM - 1 message
It's been a while since I coded directly at the FTP protocol level, but IIRC the first four bytes are the IP. So issuing an IP of 0.0.0.0, that’s why the server is rejecting you. ...
Help needed with Search/Replace
Mori -
4 Oct 2005 2:45 AM - 6 messages
I have a string that has several occurrences of \" and I would like to replace them with " msg = msg.Replace("\"", """); //this does not work Any suggestions? ...
Windows services using VS2003 problems
tshad -
4 Oct 2005 2:07 AM - 3 messages
I have been running into all kinds of problems with VS2003 and handling Windows services. One of the main problems is trying to uninstall services. It doesn't work half the time. Mainly it seems that is the case if you you try to change ...
DirectX & C# 2.0
Lloyd Dupont -
4 Oct 2005 12:13 AM - 3 messages
In our WinForm / C# application relying on C# 2.0 I have a big canvas with shapes on it. I would like to display shadow (monochrome gaussian blur) with arbitrary offset & dispersion radius under my shapes. I try to draw to a bitmap and apply a plur filter myself on each bitmap (for ...
Read/Return the Framework version with the SP?
wa4lef -
3 Oct 2005 7:53 PM - 3 messages
How do I determine if SP 1 has been installed on a remote server? I can use the following Me.FrameworkVersionInfo.Text = System.Reflection.Assembly.GetExecutingAssembly().ImageRuntimeVersion() but it doesn't return any service pack info. Thanks in advance Greg ...
Windows Service ignores my installation parameters in manual insta
Tarh ik -
3 Oct 2005 6:42 PM - 1 message
Hi Everybody!!! I created a Windows Service using VC++.NET, and for some odd reason the ..NET Install util fails to properly identify the Windows User ID and Password specified in the line command during manual installation. ...
BinaryReader (et al) leave open
William Stacey [MVP] -
3 Oct 2005 5:39 PM - 17 messages
Shouldn't BinaryReader and BinaryWriter (or any stream that takes another stream) have an overload to LeaveInnerStream open. bool leaveInnerStreamOpen = true; using(BinaryReader br = new BinaryReader(innerStream, leaveInnerStreamOpen)) { // Use the br stream, but don't close innerStream after Dispose. ...
Files, Directories and LINQ
William Stacey [MVP] -
3 Oct 2005 5:13 PM - 4 messages
It occurs to me that in the same way you can use LINQ and DLinQ to get strong typing and operations over a objects and tables, you could use the same method to operate over files and directories. So within VS or at the Command Line I could start type: ...
Detecting a ComboBox selection
NormD -
3 Oct 2005 3:01 PM - 8 messages
(This was first posted in the VB newsgroup, but I got the impression that is really for VB6 so I'm posting it here, too.) We have an application that is used to edit properties of a .NET form. It ...
Microsoft enterprise library and Oracle
ilyas -
3 Oct 2005 2:54 PM - 2 messages
I have the following code Database db=DatabaseFactory.CreateDatabase(); DBCommandWrapper dbCmd=db.GetStoredProcCommandWrapper("test1"); ...
Using WebBrowser control in 2.0 as windows explorer
Mesan -
3 Oct 2005 2:43 PM - 1 message
Hello, I'm working on an app where a two pane explorer interface suuuure would be handy but I'm having some trouble getting the WebBrowser control to work the way I want it to. I can tell the WebBrowser controls what ...
Stacktrace constructor hangs
Kurt Biesemans -
3 Oct 2005 2:43 PM - 4 messages
Hello, I have a line code : StackTrace stackTrace = new StackTrace(false); When I run the project in debug, the application keeps hanging on this line. My Environment: Windows 2003 Server Standard SP1 Visual Studio 2003 SP1 ...
Catch Checkbox events
Phuff -
3 Oct 2005 2:30 PM - 3 messages
Hi all. I know I can catch individual events in a sub by handling the check state for a particular checkbox, but what if I was to catch for all check boxes? I need to check for whcih checkbox was clicked so I ...
re: FTP Active Mode - Can't Get Server To Connect after PORT Command
Chad Z. Hower a.k.a. Kudzu [msft] -
3 Oct 2005 2:21 PM - 5 messages
Is there a specific reason you are trying to code FTP yourself? In general this is not a good idea. _________________________ Chad Z. Hower Regional .NET Developer Advisor (DPE DE) Microsoft Middle East & Africa +90 212 326 5185 +90 533 685 6256 (Mobile) ...
FTP Active Mode - Can't Get Server To Connect after PORT Command
Jim Davis -
3 Oct 2005 1:12 PM - 7 messages
I am trying to implement a Active mode connection to an FTP server, but cannot get the server to connect to the port specified by the PORT command. Below is the code that creates an active data connection. It is based on ...
Automated Testing for VC++ 7.0 application
Tarandeep Singh -
3 Oct 2005 12:10 PM - 1 message
Hi All, Environment : VC++ 7.0, Windows OS. I have a an application written in VC++ 7.0. Can I develop Automated Test Tool in .NET Framework for testing this Application by the Help Of Reflection and Threadpool Namespace? Thanks, ...
Framework freezes on control access?
Rab Hallett -
3 Oct 2005 11:27 AM - 4 messages
In certain situations, accessing a simple control property can cause our entire application to freeze. On inspection, it has always frozen inside a framework call, such as Control.Visible. system.windows.forms.dll!System.Windows.Forms.Control.set_Visible(bool ...
Restricting entry in textbox
Altramagnus -
3 Oct 2005 10:10 AM - 7 messages
I have searched throught the newsgroups on how to restrict entry in textboxes, for example, I only want the textbox to only accept numberic. The standard answer is to use the KeyPress event. However, this do not address the paste event ...
Repost: Relationship creation using DataSet Schema and XML Output
Joey Lee -
3 Oct 2005 1:14 AM - 1 message
Hi, Sorry for reposting it in another newsgroup. I was wondering if anyone encounter this before and able to help me. Thanks I have created a dataset schema(*.xsd) which contain two element "InvoiceHeader" and "InvoiceDetail". I set the primary key of both the element. for example "InvoiceHeader" -> id ...
Sensors....
Paul Aspinall -
2 Oct 2005 11:37 PM - 4 messages
Hi Does anyone know of any 'Sensors' (such as Ph, float switches, temperature etc), that are available to be connected to a PC, and their values read via the .NET framework?? Thanks ...
X10 devices
Paul Aspinall -
2 Oct 2005 11:36 PM - 2 messages
Hi Does anyone know of a class library which is available for coding against X10 devices (notably the CM12U) Thanks ...
[Slightly OT] Is this possible with a regex?
Cool Guy -
2 Oct 2005 3:24 PM - 3 messages
Is it possible, with a regular expression, to split a string by spaces, *not* splitting substrings between quotation characters? e.g.: one two "three three" four "five five" six --> 1: one 2: two ...
how to format financial value?
Lloyd Dupont -
2 Oct 2005 10:11 AM - 9 messages
I would like to format financial value with something as simple as: string.Format("{0:$#.###.00}", value) but instead of hardcoding the format string I would like to use the system one. I found the NumberFormatInfo but I can't find how to get the currency format ...
locale info: currency symbol and moey formating
Lloyd Dupont -
2 Oct 2005 9:46 AM - 2 messages
In my application I want to display 1 Unit = <Text Box> $ and This is worth $10 000.00 where, in each case the $ symbol or the $#.### formating come from the system. Where could I find these? ...
D=E9j=E0_vu_bug:_The_Matrix_uses_the_.NET_Framework!
laurentfromparis -
2 Oct 2005 4:57 AM - 2 messages
You remember the Matrix "Déjà vu" bug where the same sequence is executed twice. I may have I found the root cause of this. The Matrix encounters a .NET Framework bug. To make a long debugging story short I have been chasing an ...
|
|||||||||||||||||||||||