all groups > dotnet general > september 2006 > threads for monday september 18
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
Average hourly contract rate in Seattle area?
Posted by Greg T at 9/18/2006 11:17:01 PM
Hi Folks,
I just moved to Seattle from Portland, Oregon. I was wondering what the
average contract rates ( as a W2 with an agency ) are up here for a senior
..NET software developer with around ten years experience developing with MS
technologies and a Masters in CS.
In Portland, I was ... more >>
Uniquely identify a control in any Winodw using Object Name.
Posted by Anoop Nair at 9/18/2006 8:51:01 PM
Hi
I am developing scripts in C# which can be used to test windows based
applications. I use Win32 API's to perform click operations etc. To uniquely
identify a control in a window rather than using absolute position of a
control I have been using Control-ids and captions of the control. B... more >>
Compiling a static .NET executable
Posted by mctodd333 NO[at]SPAM hotmail.com at 9/18/2006 2:28:25 PM
Hello,
I was wondering if there is a way in .NET to do the following:
Suppose I have a test.exe (I have the source also) which uses lib1.dll
and lib2.dll (which are .NET assemblies); Is it possible to compile the
3 files into 1 static executable so that I don't have to have lib1.dll
and lib... more >>
Serialization problem
Posted by Saso at 9/18/2006 12:15:01 PM
Hi,
I would like to serialize an instance of the bitmap instance. Actually, I've
done serialization with the code below, but why parameter Tag is not
serialized? I get the following exception after deserialization: Object
reference is not set to an instance of an object.
//... more >>
.net table adapter code behind missing UPDATE statement
Posted by travhale NO[at]SPAM gmail.com at 9/18/2006 11:47:18 AM
in a new project using .net 2005, c#.
getting err message "Update requires a valid UpdateCommand when passed
DataRow collection with modified rows."
source RDBMS is oracle 8i. I add a new dataset to the project and drag
a datatable from server explorer onto the dataset design surface. In
th... more >>
Convert EPS-illustrations from MAC to PC
Posted by Frantic at 9/18/2006 9:23:40 AM
I have a large quantity of EPS images created on Mac and now I need
them on PC. Unfortunately the PC-EPS and MAC-EPS aren't the same and
needs to be resaved to work in the programs I use (mainly Framemaker).
Does anyone have any valuable tips when doing this and more importantly
- Do anyone know... more >>
Class properties into XML tags
Posted by mn_ms_user at 9/18/2006 8:37:02 AM
Can someone point me in the right direction? I need to wrap some class
properties into XML tags in C#. I just need the XML tags and not the XML
document information.
Thanks.... more >>
volatile fields and lock
Posted by Amir Shitrit at 9/18/2006 8:06:02 AM
Hello.
How come it's safe to read non-volatile fields that are shared across
threads using locks for synchronization (for example, Monitor.Enter or
EventWaitHandle), but it's not safe to access them if no lock synchronization
mechanisms are employed?
Whe using locks, I'm I guaranteed that wh... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
local website
Posted by tss at 9/18/2006 7:50:01 AM
how can i rename my local website? i have had a right headache writing my new
site, then modified it only to be told i cant upload because the local and
remote sites have the same name, que???
any help will re-sponge my brain because it is liquified at the minute.... more >>
Visual Studio 2005 Intellisense
Posted by bungle NO[at]SPAM wizardbuy.com at 9/18/2006 3:42:43 AM
Hi
With Visual Studio 2003, I could hit CTRL+Space to invoke intellisense.
Has the keystroke changed on 2005 because it doesn't work for me?
Thanks
Dave
... more >>
VB.Net 2003 ListBox not showing text
Posted by james.hunt NO[at]SPAM doveq.net at 9/18/2006 2:05:30 AM
I am using VB.Net 2003 on a Windows 2000 machine to load directory
contents into a ListBox. For some unknown reason the text is not
visible, however, if I assign a label to the selected item in the list
box the file name shows up in the label, so I know the the file list is
being loaded into th... more >>
iCSharpcode Texteditor control
Posted by Ray Cassick (Home) at 9/18/2006 1:28:04 AM
Has anyone here used this control in their own product at all?
I am very interested in some sample code that shows how to implement a
folding strategy so I can do code regions in my custom language.
I know how to use the folding manager to get code segments to fold up into
collapsible regi... more >>
How can I control positioning of child windows in an MDI form?
Posted by Hamed at 9/18/2006 12:00:00 AM
Hello
I have a question about CHILD forms in an MDI form.
How can I have a neat positioning of child windows in an MDI form?
When I open a new child window in my MDI form it is opened in a new
cascading position but when I opens a lot of forms, it goes out of the
borders of the MDI form... more >>
MDI Form Position
Posted by Hamed at 9/18/2006 12:00:00 AM
Hello
Two questions about positioning:
When I run my MDI application developed by VS.NET 2003, the MDI window is
opened in a new place and after some run again and again, it opens in a
position that some borders of MDI form goes out of the desktop.
The WindowState of MDI form is in Norm... more >>
|