all groups > c# > september 2007 > threads for sunday september 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
How to pass double codes
Posted by TARUN at 9/30/2007 11:22:41 PM
Hello all,
Please suggest me ... Is there any way to pass the string values as
"XYZ Sample String"
I encounter a situtation where i need to pass the string which should
include in double codes.
like "XYZ Sample String" i.e double code should also be pass.....
I am using C#
Thank's and... more >>
Regex issue
Posted by John B at 9/30/2007 10:01:23 PM
I am trying to do a pretty simple pattern match using regex.
The pattern is ^(?:(?<Item>.*?)@:@)*$.
This should return a match for test123@:@ but does not, instead it never
returns when I call Regex.Match, I have to kill the thread.
The code is below, The Regulator (some will know it) ret... more >>
The type 'frm_data.frm_data' is defined in an assembly that is not referenced. You must add a reference to assembly
Posted by ma79ash NO[at]SPAM gmail.com at 9/30/2007 9:04:52 PM
Language :: VS.NET/ C#
[B]The type 'frm_data.frm_data' is defined in an assembly that is not
referenced. You must add a reference to assembly[/B]
I have a Frm_sol solution, which consists on 2 projects
FRM_Business and frm_Data.
I build the 2 projects and copied the dlls created from ... more >>
please ignore - test message
Posted by JayCee at 9/30/2007 8:20:31 PM
Map a network share with WNetAddConnection3
Posted by Thorsten Dittmar at 9/30/2007 7:12:52 PM
Hi,
I'm having troubles creating network drives programmatically. I need to
map drive "O:" (which is not in use on my system) to a network share
from a C# application.
I'm using the following code:
[DllImport("mpr.dll")]
public static extern ERRORS WNetAddConnection3(IntPtr hWndOwner, re... more >>
SendKeys.SendWait
Posted by boeffchen NO[at]SPAM googlemail.com at 9/30/2007 6:08:11 PM
Hello,
I am trying to send keys to a window using the method above, though I
am encountering timing issues, which msdn warned me of before.
The way I tried to fix it is polling if the window I want to send keys
to is really the focus via:
while (GetForegroundWindow() != theHwndWeWant)
Thre... more >>
Adding C# library reference to Silverlight project
Posted by Abbas at 9/30/2007 3:28:39 PM
Does anyone know how to utilize a C# class within a silverlight
project?
I was trying to add a reference to my non-silverlight Class Library
and the VS 2008 IDE told me "You can only add project references to
other Silverlight projects in the solution".
... more >>
Vista application
Posted by amir at 9/30/2007 2:40:25 PM
Hello all,
I wrote an application in VS2005 which works fine on XP. Now tried to
run it on a vista computer... doesnt work.
The application opens a socket for listening for requests, it is
supposed to recieve it from a unix computer... but now the unix
computer doesnt reach my application... c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do i convert a byte[2] with format big endian signed int to a integer value?
Posted by eywitteveen NO[at]SPAM gmail.com at 9/30/2007 2:30:24 PM
Hello,
Introduction:
I'm currently working on retrieving altitude values from a a
file(srtm). This file contains a array of byte values and depending of
the position i want to know, i have to read to byte's to know what the
altitude is.
This works fine, till i want to convert the bytes to a ... more >>
Find X,Y on DoubleClick Event on panel with scrolling
Posted by Gidi at 9/30/2007 2:12:03 PM
Hi,
I've panel in my windows form, and i want to get the exact mouse position
when i double click.
I used:
Point p = this.panel1.PointToClient(Cursor.Position);
but now, if i'm pointing on the top-left corner of the panel i get the
cordinates (0,0), and then, i'm scrolling with the mouse... more >>
Preserve State
Posted by Martijn Mulder at 9/30/2007 1:28:41 PM
In a simple desktop application, when the user starts my program again,
I want her to find things just as she left them last time. What is a
simple straightforward way to implement such persistence?... more >>
C# .NET OCR Components
Posted by Bob Campbell at 9/30/2007 12:29:38 PM
I am trying to find C# .NET components that will allow me to scan an image
file (.jpg, .bmp, etc.), extract information and file the form as a .doc,
..xls or even put the information into an SQL database.
There are a few packages being sold (OCR Tools, LEADTOOLS, OCRExpress), but
they are a... more >>
IE7
Posted by Desmond at 9/30/2007 10:40:02 AM
Can someone give mr a link to an IE7 newsgroup. I am having a
nightmare with AOL toolbars not going away.
Please help.
Desmond.
... more >>
Singletone design question
Posted by csharpula csharp at 9/30/2007 9:05:17 AM
Hello ,
I have a singeltone and I would like to add some methods to it not only
getInstance() but some other logical methods as to a regular class. Is
it bad design?
Thank you!
*** Sent via Developersdex http://www.developersdex.com ***... more >>
List<T> sort performance
Posted by Jesper, Denmark at 9/30/2007 5:09:00 AM
Hi,
Can I expect a clever sorting algorithm behind the Sort() function for the
List<T> class? Can't find anything on the net that says anything about this.
regards Jesper
... more >>
Focus Topmost form Only
Posted by Newbro at 9/30/2007 4:22:01 AM
Hi,
Please bare with me as I'm starting to learn. Basically I have a mainform
which get created upon program startup, and an Aboutbox form that shows
itself when user click on the 'About' button. I can get the Aboutbox to show
and appear topmost by calling corresponding functions, but what ... more >>
Running Dotnet Win App From a Mapped Drive
Posted by Sylvie at 9/30/2007 12:00:00 AM
Hello,
I have recently developed a windows application using VS.Net 2005 &
Devexpress Commponents.
When I try to run application on the client using a mapped drive on my SBS
Server 2003, app is not working, if I run it locally, it runs normal.
It s related to some permission issues I th... more >>
|