Numbers's Q&A profile
Windows Live Developer Forums Bolg by email with photo?
Folks @msn, The email publishing is great! Could you guys add something like this Blog by email with photo or photos as an attachment. Basically the photo(s) will be uploaded as part of the blog. I would love to have this feature soon. Reply by email if possible. Alex I believe photo attachments are currently supported in the blog by email feature. ...Show All
Visual Studio Can I use vss 2005 beta with vs.net 2003?
Can I use vss 2005 beta with vs.net 2003 Will vss 2005 beta2 be standalone and be licensed as just one product LuisValencia wrote: Can I use vss 2005 beta with vs.net 2003 Yes, but remember VS2005 is a beta so you should not install it on any important system Will vss 2005 beta2 be standalone and be licensed as just one product I'm not sure I understand the question. Visual SourceSafe 2005 will be available a ...Show All
Visual C# ISAPI filter
Hi I have to do an isapi filter using c#, and i don't know how. I have looked for examples and tutorials and i've not been lucky. I also read msdn but there was any example in c#. So, how can i implement a dll (isapi filter) using c# and what about isapi extensions what interface does an isapi filter use and an isapi extension Thank's a lot. Best regards. From Microsoft themselves: "B ...Show All
Visual Basic Puzzled about Missing Picturebox ???
I hate to ask really dumb questions but this is going to be a dumb one. I’ve written perhaps 10,000 lines of VB 2005 to replicate a superset of the functions + of the old Ms Office toolbar. This has been a learning project. I really love VS2005! This project is actually in good shape and I’m putting the finishing touches on it. Everyonce in a while I hit upon a snafu and I really feel stupid. The toolbar is a t ...Show All
SQL Server problem uninstalling SQL Server Beta 2
I had SQL Express 2005 then I uninstalled it and installed SQL Server 2005 Beta 2 No i want to totally remove the Beta 2 but it's removing the items from Add/Remove Programs but the applications is not removed!! I tried the installer Cleanup utility but I am getting this error: Run-time error '-2147024882 (8007000e)' System Error &H80004005 (-2147467259) what should i do plz Check out this entry i ...Show All
Visual C# how could I define I m coming to the end of a rtf box?
I've thought for ages and maybe its just something simple missing that I cant see. What I want to do is 'do something' when I m coming to the end or at the end of a rtf box when typing (either way not bothered) in a way like below: private void defineendofrtf(richtextbox rtf) if ( 'end of rtf is coming - code I need here' ) { do something; } Anyone have any ideas anything to do with rtf.lines ...Show All
.NET Development Two-way communication using IPC
Hello, I've been reading up on IPC and looking at sample code, and I can't seem to figure out how to actually accomplish communication from a client to a server. I understand the concept of a server hosting a dll which contains a method that the client can call. However, how can the server also obtain a reference to the same object I want the client to be able to send a message that makes it to where the server can use it. To clarify my question ...Show All
Windows Forms GDI leak objects
Hi I have a C# Windows form that is created and closed. And the process runs for long time continously I could notice that every time the control is displayed, 2 GDI objects are consumed and never released.Any workarounds to resolve the issue I am very new to GDI and I have used taskmanager to find the GDI count. Any comments on this are welcome. Thanks Do you dispose the form after you're done wit ...Show All
Windows Forms Any asp.net methods to find mouse coordinates?
Hi, Are there asp.net functions to find the cursor position of a mouse Also, are there functions to find if the mouse cursor is within a listbox A C#(windows form) code sample is shown below: Listbox lb; //lb is a listbox Point cpos = lb.PointToClient(Cursor.Position); //find coordinates of mouse if(lb.ClientRectangle.Contains(cpos)) //if mouse cursor is within the listbox Are there any asp.net functions which can do the same as the above c# me ...Show All
Smart Device Development Best way to make LABEL's clickable in CF 1.0?
Hi, There's no working Label.Click() event in CF 1.0 at this time. I can't use read-only textbox in this situation, because I need to use a label appearance rather than a textbox appearance. What is the best workaround to make a label clickable in CF 1.0 I have multiple Label's inside a Panel control, each of which requires a separate click event. How about this one: http://www.intelliprog.com ...Show All
Visual C# start process as system user.. c#
Hi i was wondering how other make possible to start a process as a system user.. you know that in task manager when it shows what user started that process it also showes by what user.. i see many apps doing that... anybody knowes how to do that zapacila89 wrote: what password did you used for the System user Don't know, the user entered this in install time. There isn't a global password that works all time ...Show All
SQL Server DataBase Connection
hi everybody; my questions about when database connection : i am when connecting database latter receiveing exception error.Error is : An unhandled exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll codes : SqlCeConnection cnn=new SqlCeConnection("Datasource=\\My Documents\\Business\\LOREAL.sdf"); cnn.Open(); // Exception is here help me.. ca ...Show All
Visual Studio File, Save As fails with a managed Language Service
Allen Denver's RegEx Language Service sample (see gotdotnet, http://www.gotdotnet.com/workspaces/workspace.aspx id=2c0db3c9-a3bd-4116-bc1f-6c84a898e034 ), is registered against .foo files. When a .foo file is loaded, then File, Save As... doesn't work. A message box saying "The operation could not be completed. The parameter is incorrect" is shown. This is on the RC build. This also happens with the Language Service I'm trying to write. It ...Show All
Windows Forms managing large amount of controls...
Hi, My app has a very large amount of controls, is there a better way to manage those controls, to get better results on performance, flexibility, etc I am thinking of using xml to describe those controls and load these xml files on runtime, gi ...Show All
.NET Development Strange construct in template code
When creating an a new ASP.NET Web Service project in VS2005 Beta 2, I am curious about the template generating the 'Public Sub Service' procedure within the genrated class (as demonstrated below). Can anyone enlighten me as to what this procedure is designed for and what, if anything I should be doing with it <WebService( Namespace :="http://tempuri.org/")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ Pu ...Show All
