all groups > dotnet general > february 2005 > threads for wednesday february 9
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
Dynamic forms
Posted by guy at 2/9/2005 11:39:02 PM
Has anyone any experience of building a form at run time?
I have an app that will require 50+ simple forms, it will only be used by
me, so appearance isnt important.
My idea is to pass a business object to a standard form and use reflexion to
determine what controls are needed, maybe using c... more >>
Type * can not be marshaled as an unmanaged structure
Posted by the openBack at 2/9/2005 6:54:14 PM
I'm having a problem that I don't quite understand. I'm using someone
else's class:
using HANDLE = System.IntPtr;
namespace Win32 {
// other stuff here
public struct SHFILEINFO {
public HANDLE hIcon;
public int iIcon;
public int dwAttributes;
[MarshalAs(UnmanagedType.ByValArray... more >>
Sleeping thread and callback delegate
Posted by COMfused at 2/9/2005 3:23:02 PM
I have a thread that has a delegate function which will be called when
another process exits. This thread went to sleep, the process exits and is
supposed to call the delegate, but it did not happen. When the thread wake
up, the function is not called either.
The question is, will a thread ... more >>
Simply update a row in SQL Server from Windows Form????
Posted by Keith at 2/9/2005 3:07:02 PM
Hi
I'm having a great deal of difficulty doing a very simple thing.
This is what I want to do.
On a Windows Form - NO DATAGRID....
I have various text boxes, into which I want to show fields and etc. from
the row.
I want to connect to SQL Server, open a table and retrieve a specific row
(or... more >>
Checkbox in Datagrid column
Posted by Poewood at 2/9/2005 3:01:06 PM
Anyone have a simple explanation for putting a checkbox onto a datagrid for
one of the columns?
Thanx in advance,
Poe... more >>
I Still can not run a SQL Stored Procedure from ASP Web Matrix
Posted by Jeff Thur at 2/9/2005 2:49:56 PM
Can anybody Please demonstrate how to run a stored
procedure from ASP Web Matrix.
I can not believe all the answers that people have given
me that are not working. Does anybody use stored
procedures anymore. It can't be that difficult.
For One, When I place the line "Imports
System.Da... more >>
Why no C++ in Windows itself?
Posted by Herr Lucifer at 2/9/2005 2:07:44 PM
It is a long time now that I am using "Dependency Walker for Win32" and
navigating through different Dlls in "System32" folder to find my target API
functions. The thing I have noticed is that, 'almost' all system .dll and
..exe
files are written in C and not C++. If C++ is a powerful OO langua... more >>
"Process/thread cannot access file" problem
Posted by Henrik at 2/9/2005 1:51:03 PM
Hi
Im trying to make an app that uses threading, I want to write to a file in a
loop.
How can i ensure that only one thread writes to the file a the time???
Im accessing the fil with:
Dim xFile As StreamWriter
xFile = New StreamWriter("C:\threadtest.txt", True, System.Text.Encoding.UT... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is is possible to remove elements from the middle of a System.Collections.Queue?
Posted by Daniel at 2/9/2005 1:07:58 PM
Is is possible to remove elements from the middle of a
System.Collections.Queue? For the most part i just use endqueue and dequeue
but there are points where i know that i no longer need certain elements
that could be in the middle of the queue that i would like to clean out of
the queue. howeve... more >>
Faulting application vbc.exe
Posted by Joel Cade at 2/9/2005 1:05:02 PM
This is a really weird demon that pops up from time to time. We have a large
ASP.Net site running, and randomly (every couple of days) across 5 servers,
this error pops up.
In the event log:
Faulting application vbc.exe, version 7.10.6001.4, faulting module
ntdll.dll, version 5.2.3790... more >>
Unexpected session time out
Posted by Baiju at 2/9/2005 12:40:36 PM
Hello=20
I have configured my web.config as=20
<sessionState mode=3D"InProc" cookieless=3D"true" timeout=3D"240" />
But My session times out in between while am working on the application. =
Any clue ?=20
Thank you=20
Baiju K U... more >>
Installer
Posted by telkom at 2/9/2005 12:39:43 PM
Does anyone have info on using the dotnet installer to install and start as
well as stop and uninstall a windows service as part of the installation
process
... more >>
Converting VB ListBox to ListView in VB.net
Posted by John Pyle at 2/9/2005 11:57:07 AM
I have an application that I am converting to vb,net. I use a list box with
multiple columns that I reference using the "list" function. How do I do this
in vb.net? The list box looks like this:
Col1 Col2 Col3
C11 C21 C31
C12 C22 C23
....
How do I build it?
How do... more >>
NETSERIALCOMM.EXE: problem with comm port not availabe to other ap
Posted by David W. Rogers at 2/9/2005 11:43:08 AM
I am trying to use the software from John Hind's article: "Use P/Invoke to
Develop a .NET Base Class Library for Serial Device Communications".
When I use my application, everything works fine. I can open and close and
reopen the session with the internal modem with no problems. However, once... more >>
Job postings in UK for .Net
Posted by MG at 2/9/2005 11:15:16 AM
Does anyone know where is a good place to go looking for .Net people in the
UK?
Thanks
Michael
... more >>
IN ()?
Posted by John Spiegel at 2/9/2005 10:21:50 AM
Hi all,
Is there an equivalent in C# to the SQL IN() function?
TIA,
John
... more >>
debug error Object reference not set to an instance of an object.
Posted by ST at 2/9/2005 8:19:12 AM
Hello everyone, Can anyone help me with this error above when I debug my web
app project in vstudio.net?? I can't figure it out! It was working fine for
months, and now all of a sudden it's not!!
This is the error:
[NullReferenceException: Object reference not set to an instance of an
... more >>
Efficient file movement - Faster than drag-and-drop Explorer movem
Posted by Skwerl at 2/9/2005 8:11:11 AM
We just installed a new SAN from Sun and need to migrate several terrabytes
over to it from our Windows servers. We've found that drag-and-drop copying
files using Explorer is going to be very slow and I haven't found any
software designed specifically for the purpose of fast file movement. ... more >>
UML Users
Posted by Mohamed Farouk at 2/9/2005 7:07:01 AM
i was wondering how many programers here are using unl and what tool they are
using?
thanks for sharing... more >>
Initiating Assembly
Posted by SS at 2/9/2005 6:08:18 AM
i have a webclient/windows client (say web1.dll/win1.exe)
that calls a method A in DLL1. method A of DLL1 calls
method B of DLL2. Inside method B is there anyway of
getting the client assembly name(here web1.dll/win1.exe)
that initiated the call...please help......i am not
getting a clue f... more >>
garbage
Posted by Chris at 2/9/2005 5:32:09 AM
Can someone please help me with this. Cheers Chris
The .Net garbage collector is a generational copying collector. What are
the implications of this for:
- application memory utilisation?
- application performance?
- resource m... more >>
VB .NET 2003 Standard vs. Professional
Posted by Orion at 2/9/2005 5:29:03 AM
I can't seem to find a standalone purchase of VB.NET 2003 Professional. I
have a couple of questions:
1. Can it be purchased outside of the VStudio package?
2. Does anyone have a feature matrix of the differences?
Thanks!... more >>
develop on lan - debug on lan
Posted by gswitz at 2/9/2005 5:01:01 AM
My team lead just asked me to move my Visual Studio .Net 2003 Windows App
project to the LAN. I run the .Net Configuration Wizard and set to full trust
for the items in the bin. I also set to full trust everything on the LAN.
Next, I run the app (it runs fine). Next I try to debug the app (it ... more >>
NET objects
Posted by Chris at 2/9/2005 2:48:19 AM
Hi guys,
I came across the following question and do not find a proper answer. Any
help is highly appreciated.
How would you go about providing deterministic finalization of .NET objects?
... more >>
ICodeCompiler CompilerParameters ReferencedAssemblies problem
Posted by phancey NO[at]SPAM 2bytes.co.uk at 2/9/2005 2:09:44 AM
Hi,
I am using a library for calling a web service dynamically (library
downloaded from
http://www.thinktecture.com/Resources/Software/DynWsLib/default.html).
This works fine if I use it within a console application written in
C#.NET. However I am now trying to incorporate it into a COM dll... more >>
|