Bind to events raised from win service in desktop app
Hi,
I need to create a win service that lookup a file ina folder, ands
when received, read it then fir an event.
Then I need a desktop app that, when runs, bind to the event from the
win service, and when the event fires, read the eventarg data and do
some processing with.
Can anyone point me to the right direction to do this?
I will use filesystemwatcher to detect when file changes, but don't
know from there
I know how to do this with COM (the service is a com obj defining an
interface and the desktop app implements that interface and bind to
the running service), but not sure how to do it in NET
Any advice or suggestion is appreciated.
Thank you Tag: Folder options Tag: 229869
How to connect to web service from C++
Hi,
I have created a simple Web service with only one function, which
takes only one parameter.
Below is the function from Web service
[WebMethod]
public string HelloWorld(string input)
{
return "Hello World"+input+"Here";
}
I am trying to access to this function from C++.Below is the Code
ISoapSerializerPtr Serializer;
ISoapReaderPtr Reader;
ISoapConnectorPtr Connector;
// Connect to the service
Connector.CreateInstance(__uuidof(HttpConnector));
Connector->Property["EndPointURL"] = "http://localhost/FinalService/
Service1.asmx";
Connector->Connect();
// Begin message
Connector->Property["SoapAction"] = "http://tempuri.org/HelloWorld";
Connector->BeginMessage();
// Create the SoapSerializer
Serializer.CreateInstance(__uuidof(SoapSerializer));
// Connect the serializer to the input stream of the connector
Serializer->Init(_variant_t((IUnknown*)Connector->InputStream));
// Build the SOAP Message
Serializer->startEnvelope("","","");
Serializer->startBody("");
Serializer->startElement("HelloWorld","http://tempuri.org/
HelloWorld","","m");
Serializer->startElement("input","","","");
Serializer->writeString( "Test");
Serializer->endElement();
Serializer->endElement();
Serializer->endBody();
Serializer->endEnvelope();
// Send the message to the web service
Connector->EndMessage();
#################################################################
But here C++ code is passing the empty value to the Web service
because whn I display
the o/p is "Hello WorldHere".
I am expecting "Hello WorldTestHere". but it is not displaying.
Please can any one tell me how to pass the parameter value?
Thanks,
Manjunath.M Tag: Folder options Tag: 229866
Restarting a service from within itself using ServiceController
I've written a windows service am unsure how we're meant to handle
fatal errors once the service is already up and running. It also
doesn't seem to be mentioned in any of the books or examples I've
seen.
Most example services, if they encounter an error, simply stop
processing but stay active.
The route I've taken to avoid that is, on catching a fatal exception,
I create a ServiceController instance and issue a Stop command. This
then shuts down the service properly.
On the other hand, I'd also like to be able to restart the service.
It stands to reason I can't issue a stop followed by testing the
status and then starting it again ... because of course my own process
can't finish stopping while I'm in it waiting :)
So, what are we meant to do?
(Unfortunately, in this circumstance, we're interfacing with an
unmanaged DLL that, when it has an error, doesn't come back properly
until you restart the process that has called it). Tag: Folder options Tag: 229865
file names are changing case arbitrarily
I am using Windows XP SP2. I have noticed that a file saved with lower case
letters will be changed to upper case at some point. I first noticed this
when using bluebeam PDF software to make PDF's of CAD drawings. They have a
batch lits utility that allows you to save a list of the files and reuse this
list when you want to print another set of PDF's of the same CAD drawings.
The utility, I have found is case sensative and will skip any file that the
text case has changed. Does anyone know if this is a windows or software
program issue? Tag: Folder options Tag: 229858
ie vista problem
while i'm on different sites (myspace the most) i get this message IE not
working:
Problem signature:
Problem Event Name: APPCRASH
Application Name: iexplore.exe
Application Version: 7.0.6000.16643
Application Timestamp: 47bce1b0
Fault Module Name: StackHash_d6aa
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 00303030
OS Version: 6.0.6000.2.0.0.768.3
Locale ID: 1033
Additional Information 1: d6aa
Additional Information 2: 550813108d42c370043e28bb37aac5af
Additional Information 3: d6aa
Additional Information 4: 550813108d42c370043e28bb37aac5af
Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409 Tag: Folder options Tag: 229856
SQL Compact Edition
is there a way to inspect the version of a SQL Server Compact edition
database (*.sdf) before i try to open it. I want to do this so that i can
give the user the option to udgrade it or choose another DB to open.
Thanks
Gary Tag: Folder options Tag: 229855
Writing Shell Extensions / Extending Explorer Context Menu - XP 64
I am in the process of upgrading to XP 64. VS2008 is running fine but one
of my apps, which adds functionality to the Explorer context menu, just
won't work under XP 64.
Googling resulted in my finding an article saying that MSFT recommends
against writing shell extensions in managed code and does not consider
them a supported scenario.
So, can anybody point me to any articles relating to writing shell
extensions in non managed code specifically for XP 64? I am beginning to
think that XP 64 is a bit of a Cinderella OS, although the advent of Vista
has, at least, been responsible for the appearance of 64 bit drivers that
previously didn't exist!
--
Jeff Gaines Tag: Folder options Tag: 229854
zune software help
Hello everyone
I am having trouble installing the zune software 2.3 from the web site and
from the cd... i keep getting an error saying "remove drive" has finished
with result code 0x80004005 ... i have tryed everything from downloading the
zune package from the download.microsoft site to deleting everything and
reinstalling but no luck... i think it has to do with the driver wdf01000
please please help!!!!!!!! Thanks Tag: Folder options Tag: 229852
XP Antivirus 2008 Removal
I tried this free download and found to complete removal of 69 problems i had
to purchase a licence first,i decided not to and shut the program down only
for it to pop up 2 mins later i then tried to remove the program completley
only to find it not listed,to remove it go to www.download.com and look for
Spybot Search and Destroy 1.5.2 it is a free licence and it works,i installed
it and have had no more XP popups. Tag: Folder options Tag: 229842
Windows Mail Phishing Problem
Whenever I receive an email from one of my friends, it always comes in as
phishing. I put the address in my safe senders, checked to see if I blocked
it in error (and I didn't), checked with Verizon Mail (my DSL provider) and
Nortons. No one could help me. How can I get her emails without having them
come in as phishing first?
--
Nadia Tag: Folder options Tag: 229840
VS 2008 & Code Analysis
Hi,
I'm trying to turn on code analysis for a web application in VS 2008 but I
can't see the "Enable Code Analysis on Build" checkbox when I look at Project
Properties in any of the tabs.
I'm running VS 2008 Professional Edition and ReSharper 3.0.2.
Any ideas?
Cheers Tag: Folder options Tag: 229839
Odd number showing up while using the internet
010498007741048
This number pops up in search boxes at intermittent times..I have no idea
why it does or how to delete it. Could it be some kind of malware or
virus/spyware running in the background?
I am using Windows XP on an old Dell Dimension, with Opera as my browser.
Any ideas on how to find out what is causing this to show up? How to delete
it ? and how to prevent it from happening again?
Thanks Tag: Folder options Tag: 229835
Volume Control problem
My volume control reverts to low or off after each song when playing music on
my computer. I have Windows XP
--
Life is Awesome....cherish it. Tag: Folder options Tag: 229834
Net.WebRequest.Create objects GetResponse method returns -1.. why?
I have an small app. that uses WebRequest class in a scholar way like:
dim imgWeReq=system.net.WebRequest.Create(some_url_string")
dim imgWebRes as net.HttpWebResponse
imgWebRes= imgWebReq.getResponse
but, sometimes without any reason, ContentLength property of imgWebRes
equals -1.
but it downloads file successfully...
why I cannot read that property sometimes?
how could i correct this?
tnx Tag: Folder options Tag: 229833
Custom Import Wizzard
My project will require the user to import data (registered Voters) from a
text file. This text file will be created by thier county's Board of
Elections & thus be formatted differently county by county, generally with
columns in differing order. Also some counties will provide less/more data
than others. So I want to write (or include) an import wizard (kind of like
SQL Server has) that will map the source columns to the destination columns,
upon the first & subsequent loads. The reason I want to do it this way is
primarily becasue I'm using the SQL Compact Edition as the DB & there is no
supplied import method for this.
So is there any place (I did spend most of the morning searching the web
with no luck) where i can get sample code, directions, a book or anything to
get me started down the right path?
Thanks
Gary Tag: Folder options Tag: 229828
Using a C# Class Library with VB6
I hope I'm posting this in the right place....
I have a new C# class library written in Visual Studio 2008. I also
have an existing VB6 application that I have been maintaining for some
time.
In the configuration of the class library I have enabled "Make
assemble COM-Visible" and "Register for COM interop"
When I build the class library on my development machine I am able to
see and reference it from my VB6 application as I do many other dlls.
However, I am having a real headache when it comes to deploying my
application. I usualy build my MSI using InstallShield and have added
the dll and it's associated tlb to the package. However when I attempt
to run the released application on a test machine it fails with an
error 429. If I run the application in debug mode, if breaks the first
time it attempts to reference anything to do with my new class
library.
Can anyone give me some pointers as to what I should be doing in order
to run my application on anything other than my development machine? Tag: Folder options Tag: 229826
Need to stretch Windows Form in full screen mode under desktop
Hi,
How can I fill or strech .NET form under desktop with visible desktop
icons and other open windows so it would look like "wallpaper"?
Regards,
Kirill Tag: Folder options Tag: 229825
Converting PDF to TIFF
I am looking for some good solution to convert PDF files to TIFF (which
in turn will be stored in a database). I know there are a bunch of
commercial options out there but most are to expensive or has a per
client licensing which is not only a cost problem but a nightmare to
deal with (our customer adding new user to the application etc).
A very good option is to use Ghostscript. It does everything I want (and
more), even if I have to run the exe to do the conversion. One problem
with GS though is the licensing, it is only free if your own application
is licensed to the public with a GNU GPL license.
It would also be nice with a pure .NET assembly component.
Another option is to use a TIFF printer driver. However it must be
possible to completly run it without any user intervention (not having
to specify a file name etc). Also my application will run in some
environment which is very restrictive when it comes to installing stuff
on workstations so installing a printer driver might add some extra
installation issues.
Also all commercial printer drivers I have seen are either to expensive
(like one that was $2000) or per user licensing. Is there any open
source/public domain printer drivers?
I both need to convert pdf files created by someone else and to create
TIFF files out of reports created in Crystal Reports (output report to
PDF and then convert to tiff).
I guess the best option is to use some kind of PDF to tiff converter
because there are a lot of application/components (like Crystal Report)
which can output to PDF. Tag: Folder options Tag: 229823
Digital Signage - another huge market Microsoft will piss away to Google
Because Microsoft is almost always a foot dragger. It would be so exciting
for a change for Microsoft to preempt Google as the digital signage
phenomena continues to turn the world's posters and signs into interactive
content brought from the web or played back by embedded players. Tag: Folder options Tag: 229820
Hiding images in a web app
Hi I have an img control I am trying to hide upon certain types of
commands in my code behind. When to hide it is directly tied to a
asp:dropdownlist control. So depending on what the user selects in
that dropdownlist, this image will be hidden or be displayed.
I have tied the onselectedindexchanged value of the dropdownlist to a
c-sharp method (not javascript) because other things are being done
as
well that I want to do server side. However, the img control is not
server side, I can't grab it on the c-sharp method.
So I tried to right something like this to do that
string myScript = "<script type='text/javascript'> if (imgTo != null)
{ imgTo.width = 0; }</script>";
ClientScript.RegisterClientScriptBlock(this.GetType(), "ABC",
myScript);
However, it keeps saying imgTo is undefined. Even if I modify my
script above to read if (imgTo != 'undefined') it still gives me the
same error. But it's not undefined, below is my HTML for it.
<img alt="To Calendar" id="imgTo" src="../Images/calendar.gif"
style="width:0" onclick="CallCalendar('ctl00$MasterContentPlaceHolder
$txtTo')"/>
Is there something else I could be missing?
I have tried to use a server side image control instead of the client
side one, but once I do that, for some reason, it keeps losing the
data in my CallCalendar method (see above) that is called in the
onclick method for imgTo because it is posting back. That
CallCalendar method popups up a calendar and assigns the value
selected to a text box on the form. I have tried to put a break
point
in my page load method to see why I lose the value in the text box,
but by the time it gets to page load the value in the text box is
already gone (although I can see it show up on the screen). So I'm
thinking the client side image is my best way, if I can just figure
out how to get it to realize imgTo is really thee. Tag: Folder options Tag: 229818
Microsoft Backup doesn't see external drive while Explorer does se
I am new to discussion groups. If my question is not posted to the correct
group please let me know.
I would like to use Microsoft Backup but it doesn't see the USB connected
external drive (F:). Windows explorer does see it. Also I copied successfully
files and folders from C: to the external F: drive.
My environment is Windows XP Service Pack 2.
Any suggestions will be appreciated.
Thanks,
xan Tag: Folder options Tag: 229816
ResXResourceReader
I am tryng to read a resource file using the following code and I am getting
an error stating that it can't find it in the C:\Windows\System32 directory.
I do not want to place it in that directory as I have it included in my
project as an embedded resource in a specific directory. I receive the error
as soon as it tries to perform the GetEnumerator.
Any ideas?
Here is a snippet of the code:
Private en As IDictionaryEnumerator
Private rsxr As System.Resources.ResXResourceReader
rsxr = New ResXResourceReader("menus.resx")
en = rsxr.GetEnumerator Tag: Folder options Tag: 229814
How to write a .NET attribute which does just like ObsoleteAttribute...
Hi,
In .NET there is attribute named ObsoleteAttribute which is derived from
System.Attribute Class. This attribute when applied to a target (class or
method etc.) gives a compiler warning/error. I know we can write our own
attributes by inheriting the System.Attribute but I want to make it give
compiler warning or error when it is applied on the defined attribute
target.
How can we write such an attributes?
Regards,
Ashok G Tag: Folder options Tag: 229809
Create ActiveX control using Visual Net 2005
Hi
I see some questions about creating ActiveX controls using .NET.
I found the answer in this page and it works really good for me.
http://www.codeproject.com/KB/miscctrl/exposingdotnetcontrols.aspx?forumid=2373&select=1336367&app=50&df=100&msg=1336367
Good luck. Tag: Folder options Tag: 229804
Need to hide maximize box only
Hi there:
Is there a way to hide the maximize box, but keeping minimize and close box.
When I set the property ControlBox to false, all three boxes desapear.
--
Rafael Soteldo Tag: Folder options Tag: 229803
Build Events question on project name and path
I have a solution under VS2005 were there are two projects.
One project is physically located under the Solution folder.
One project is physically not located under the Solution folder.
In the BuildEvents.OnBuildProjConfigBegin event in EnvironmentEvents file
the first parameter is Project which is a string with the realative path and
project file name.
I am in search of how to get the absolute path and project file name.
So I get this from the project param
../../Jenkins/PDF_Extraction/bin/Debug/PDF_Extraction.exe
I want
../../Jenkins/PDF_Extraction/PDF_Extraction.vbproj
or the absolute path as shown below
C:/DotNetLand/Jenkins/PDF_Extraction/PDF_Extraction.vbproj
Any help would be great, thanks in advance
Kevin
kevin.s.gallagher@state.or.us Tag: Folder options Tag: 229802
Change Template of Word using C#
I have a scenario where a template is attached with word document.
All the templates is available on other server say '\\ABC'.
As server name has been changed from '\\ABC' to 'XYZ', path of the template
gets lost and now the word document takes lot of time to open.
I am planning to replace all the document with template normal.dot , as
normal .dot is a global template and is available on every system.
Could any body help me a c# code on how to attach normal.dot template to all
documents. I have to fix 100,000 documents. Tag: Folder options Tag: 229801
Microsoft Money 2005
Can not start the program from my data file (3yrs data), or from the backup
file.
Also no "Repair file" option when selecting "File" as stated in HELP.
Help appreciated.
Thank you Tag: Folder options Tag: 229797
using hardware media control buttons
How can I use the media-control hardware buttons (play/pause, stop,
next-track, previous-track) within my c# application?
Thanks! Tag: Folder options Tag: 229795
Help: System.Threading.Timer doesn't work!
Hi,
In my code, I observe an event. In the event handler, I have:
if (mIsMarketOpen == false)
{
// Execute "CheckHistoricalData" every 15
seconds
System.Threading.Timer timer = new
Timer(CheckHistoricalData, null, 1000, 15000);
mIsMarketOpen = true;
}
But "CheckHistoricalData" method is never executed! Anyone can tell me
anything I did wrong? Thanks! Tag: Folder options Tag: 229793
windows service problem
Hi,
I've created a windows application C# service according to:
http://msdn2.microsoft.com/en-us/library/ms123402.aspx?wa=wsignin1.0
But my service is not appearing in the computer management panel at all.
Any ideas ?
cheers Tag: Folder options Tag: 229787
User interface library/framework for console app?
Hi,
Does anyone know if there is a UI library for console applications, which
would for example contain buttons, text boxes, lables etc for text-mode
apps?
regards,
Carl Tag: Folder options Tag: 229785
System Restore
When i try to restore to an earlier date my pc says drive is off or removed?
even though disk monitoring is switched on? Tag: Folder options Tag: 229784
Handling Application.Start via Custom HTTP Module
Using ASP.NET 3.5: Can a custom HTTP Module be used to register for the
Application_Start event? Or _must_ I use Global.asax to work with
Application.Start?
I understand that I can use a custom HTTP Module to register for other
pipeline events (like Application.BeginRequest), but I was told that the
only place that I can set up an event handler for Application.Start is in
Global.asax.
My preference would be to register an HTTP Module in Web.config that, upon
its initialization, has logic that determines if Application.Start needs to
be handled, and if so, which class and method (that I load dynamically into
the application's default AppDomain) is to handle Application.Start.
So, ideally, things would go like this (please tell me if you see any
problems with doing things this way):
1. When the application is first started, a custom HTTP module is loaded
(per Web.config).
2. That custom HTTP module has logic that determines if Application.Start is
to be handled.
3. If runtime conditions dictate that Application.Start is to be handled,
then the HTTP module proceeds to load the correct assembly, instantiate the
correct class, and register the correct Application.Start event handling
method with the Application.Start event.
4. The Application.Start event is then raised, thereby invoking the event
handling method wired up in step 3 above.
For the above to work, I would have to rely on somethig that I don't quite
understand... and that is the sequence of activities that take place when an
ASP.NET application is started: in particular, I would need to be able to
count on my custom HTTP module being loaded *before* Application.Start is
raised. Can I count on that sequence?
Your feedback and comments are appreciated! Tag: Folder options Tag: 229783
Drag and drop problem
hi,
In my project in a treeview i am doing drag and drop function and
after that modifying some values in a treeview ascending order of
nodes, some times the treeview may contain 255 nodes each child node
with morethan 50 childnodes,
i am using for loop for rearranging the nodes inside it i am modifying
values , it is too taking too much time for 100 and more nodes
morethan 5 minutes
can anybody help me in this regards? Tag: Folder options Tag: 229782
Active X replacement in VS2003
Hi there,
pretty stupid and general question of a newbe, but thats wat I want:
I want to make some kind of plug-in which can be used by all kinds of
windows applications like Word and so on. In former years we were using
active X. Now I am sitting at VS2003 under C# and try to do something
similar. I know there must be a way! Can somebody point me out where the
handbook for that is located in the internet or give me the right technology
word so I can search on? Tag: Folder options Tag: 229780
Changing the time zone changes the appointment time in calendar
Hi,
I have W Mobile 2003 SE v 4.21 on my O2 xda IIs PDA.
Then I travel to a new time zone I would like to change the time on my PDA
but each time it asks if you want to change the appoinment times wants to
change the appoinment times too.
If you say NO then nothing happens - the time zone does not change - it
just cancels the action.
If you say YES then every appointment in your diary gets moved back or
forward by the time zone difference. This is very frustrating because when
you make an appoinment with someone in a different state you set it ti their
local time. All you need is for the clock and region/time zone to change not
every appoinment.
Is there a way to stop this happening?
The easy answer is to change the clock time but this does not work if you
sync to your laptop as it will change the clock back again during the sync.
The time is relative to the time zone selected on the device.
Cheers
Richard Tag: Folder options Tag: 229779
C# Application Dies for Only 1 User
I have rather odd problem and I am not sure how to go about debugging it.
I have an MDI application that I am deploying on the local intranet to about
20 users using ClickOnce deployment. I am just using the default setting in
Visual Studio 2005 to deploy the app to an intranet web server. It is a full
trust application. After I published the last update one of the users called
and said the application would not start for him after the update installed,
but was working the day before. No other users are having problems.
Basically the problem is: The user starts the application it starts up
fine. Then the user clicks on another application that is open causing my app
to loose focus. When the user clicks back on my application it shuts down
within one second.
If the user starts my application and uses Alt+Tab to switch between the
applications that are running on the machine the error does not occur. In
fact if the user chooses to use Alt+Tab just once to switch between my app
and another app the problem goes away even if they start using their mouse to
start clicking between my app and another one.
Thanks,
Erik Tag: Folder options Tag: 229778
Need direct navigation to a row in a BindingSource
Hi there:
I need to get the position of a given DataRow to navigate directly to it
with a BindingSourceNavigator.
I have a BindingNavigator and several textboxes showing each field of
a given table.
I dragged the fields from the Data Sources window to the form in the designer.
As far as I know, the BindingSource lets you move first, next, to a
position..., so, what if I need to navigate directly to a row that has a
specific value in a field (for instance, "Carl" in the field "Name" in the
DataTable "People"). I suppose I should get the row position within the
DataTable, in order to set the BindingSource.Position and have the textboxes
show each piece of information.
Moreover, what if the DataSource is a DataView with filters set, how do I
get the position of that given row within this DataView?
Please, need help...
My best regards,
Rafael Soteldo Tag: Folder options Tag: 229774
temp files
I am getting a crapload of temp folders on my secondary file of type
\RANDOM_#\wcu\dotNetFramework\dotNetFX20
The folders have 10 .msp files in them
I cannot delete the folders at all. I can't dtermine with procesex who
has the files open. I now have 7 of these folders on my drive. how do
I get rid of them, or kill the process that is creating these?
Peter Tag: Folder options Tag: 229773
.net deployment
Hello there,
I have a situation here and have done research but not able to get
direction.
I have added 2 Dialog Boxes to my deployment project one with 3
RadioButtons and one with 4 CheckBoxes using the User Intrerface "Add
Dialog" option in the Install section.
Situation:
Based on the Radio Button the user selects I would like to change the
options in the CheckBoxes Dialog Box.
Is it possible?
Any guidance or suggestions is highly appreciated.
Thanks,
srikkanth pai Tag: Folder options Tag: 229761
Get the position in a DataGridView
Hi there:
I need to get the position of a given DataRow to navigate directly to it
with a BindingSourceNavigator.
I have a BindingSourceNavigator and several textboxes showing each field of
a given table.
My BindingSource.DataSource is a DataTable, I need to navigate directly to a
row that has a specific value in a field (i.e: "Carl" in DataTable named
"People"), I suppose I should know the rows position in the DataTable, in
order to set the BindingSource.Position and make the textboxes show this
entire row.
But, what if the DataSource is a DataView with filters set, it won't relate
with the position of that row in the actual table, so, what should I do?
Please, help...
--
Rafael Soteldo Tag: Folder options Tag: 229759
Web Download Problem
I am running Microsoft XP Professional and Internet Explorer7 (connected
through Broadband)
I have tried a few times to download a program from the Microsoft website
(dotnetfx3setup.exe). After clicking on "Download", there is a long delay
while the download is supposed to be processing, but at the end I receive a
message that "Internet Explorer cannot display the webpage". No Download
Dialogue window appears to enable me to save the file to my PC.
At the end of it all, the website window, from which I was trying to
download the file, returns with a message to thank me for downloading the
file, but, of course, no file has been downloaded on to my system.
I don't have any problem downloading executable files from other websites.
Can anyone throw some light on my problem. Tag: Folder options Tag: 229758
Missing .Net Framework Configuration Utility
I installed VS 2008 with the .Net framework and the Configuration
utility doesn't seem to be installed. The book I am using says it should
be installed in the administration applet. How can I install this?
thanks for your help
john Tag: Folder options Tag: 229755
Certification paths
I don't know if this is the place to post this, but it is the dotnet.general
discussion group after all. Having said that...
I'm thoroughly confused. I've been wanting to obtain Microsoft
certification for quite some time and now that I'm financially able and have
the free time to do so, I don't know where to begin. It looks as if I would
have had an easier go of it back when there were just the MCAD and MCSD
certifications for developers. Now, there are those along with MCPD, MCTS,
etc., etc. I guess what I'd eventually like to have is MCPD certification in
VS2008, but right now it'll have to be MCPD certification for VS2005.
Soooooooooooo, where do I start?
--
Things are more like they are now than they ever have been before. Tag: Folder options Tag: 229754
Free Session on Agile Web Development with the Castle Framework - May
EVENT DETAILS
Who: Gojko Adzic
What: In The Brain of Gojko Adzic, Agile web development with the
Castle framework
Where: Skills Matter, London
When: 15 May 2008 Starts at 18:30
TO REGISTER VISIT: http://www.skillsmatter.com/event/open-source-dot-net/agile-web-development-with-the-castle-framework
THE EVENT
Gojko Adzic is the author of more than 200 articles about programming,
operating systems, Internet and new technologies published in various
online and print magazines, and has recently published his first book
Test Driven .NET Development with Fitnesse.
In this talk, Gojko Adzic will introduce agile web development with
the Castle project. We present all the components of the Castle
framework, demonstrate how they work together and go through an
exercise of building a web site supported by the Castle.
The Castle Project is an open source .NET framework for enterprise and
Web applications. With a very lightweight but efficient model, Castle
brings to the .NET world best practices from popular application
frameworks like Spring and simplifies the development of enterprise
and web applications.
This session is for experienced .NET developers that are working on
enterprise applications or large web sites. Tag: Folder options Tag: 229753
User control sharing between several projects
Hi, I have a user control which I like to use in several projects (winforms)
in the same solution. Inside lets say Winapp1 , When adding a reference to
this control, I can dynamically or statically create it and when running the
application it is correctly drawn on the form. But when I take out the
reference to this control in Winapp1, reference it in a utility project,
then reference the utility project in Winapp1 or Winapp2, instantiate the
utility.mControl, it doesn't get drawn on the form and I get no errors.
I did a quick check, I added 2 instances of the user control referenced in
the utility project to my form, using
messagebox.show(myform.controls.count), it displays 2 which means that
controls are added but not being able to be drawn. Of course I double checked
properties such as visible = true..............
Thanks in advance for any help Tag: Folder options Tag: 229752
windows xp sp2. In folder options/hidden files and folders, the toggles are
back to front. When i select hide folders i can see them and vice cersa
RobinS.
"envisage" <envisage@discussions.microsoft.com> wrote in message
news:1CDC9285-1842-423A-AFC5-9BECE77F262B@microsoft.com...
> windows xp sp2. In folder options/hidden files and folders, the toggles
> are
> back to front. When i select hide folders i can see them and vice cersa