Software Development Network Logo
  • VS Team System
  • SharePoint Products
  • Windows Vista
  • Visual C#
  • Smart Devicet
  • IE Development
  • Visual C++
  • SQL Server
  • Visual Studio
  • Visual Basic
  • .NET Development
  • Visual FoxPro
  • Microsoft ISV
  • Audio and Video
  • Windows Forms

Software Development Network >> BlackMan890's Q&A profile

BlackMan890

Member List

programmingisfun
Jeff1
Simon Dahlbacka
nishanttheone
Rickard1
Ed C
041661K
GTrz
Chris Medlock
xyzt
curtKauf
Keith Chapman
Node_Pointer
cmfairbank
Xiao Feng
Jason D. Camp
_Michael_
aliahmad
bDensmore
87jerome
Only Title

BlackMan890's Q&A profile

  • Software Development for Windows Vista What are .xoml files ?

    Using .Net Framework 3.0 (dotnetfx3.exe package). I created Task 1 'Creating the Sequential Workflow' from Windows SDK. When I try to build it using MSBUILD command in the SDK command prompt I get message 'No files found with .xoml extension in the set of input files'. What file .xoml would I create Thanks. I see the matter is that .xoml file hasn't been created. And if I create .cs in the Notepad, which way I would create .xoml file Are there any IDE features to help create .xoml file manually ...Show All

  • SQL Server equivalent of sp_configure and exec master..xp_cmdshell 'bcp... in T-sql 2000

    This works well in sql 2005 but not in sql 2000. What s the equivalent in T-Sql 2000 pls use master; GO EXEC sp_configure 'show advanced option', '1'; reconfigure exec sp_configure 'xp_cmdshell',1 reconfigure exec master..xp_cmdshell 'bcp mosaikDB742.dbo.FilelistInput in C:\Dev\Mosaik\SQl\Filelist.csv -T -c -Uusername -Ppassword -Sinstance' exec sp_configure 'xp_cmdshell',0 reconfigure EXEC sp_configure 'show advanced option', '0'; reconfigure Thanks a lot for your help. What error message / problem symtoms do you observe Are you having trouble with this statement in particular: exec sp_configure 'xp_cmdshell',1 In SQL Server 2005 the server comes default configured with XP_CMDSHELL disabled; in SQL Server 2000 this i ...Show All

  • Windows Forms Placing a control over a ToolStrip.OverFlowButton.DropDown

    I've got a ToolStrip that occasionally will have a dropdown available. The toolstrip is in a control, that has a transparent panel over it, to handle all mouse events, instead of the toolstrip handling them. At times, the toolstrip's dropdown will be dropped down programmatically. When it is dropped down this way, I cannot get it to display behind the transparent panel that is covering the control. In the code, I've tried calling the transparent panel's BringToFront method, but it still is showing behind the dropdown. Any suggestions Thanks, Chris I don't know how you would accomplish this; it might be possible using Win32 API's, but I don't know how. However, I can suggest a different method, ...Show All

  • SQL Server Analysis Services 2005 Processing Log

    Analysis Services 2000 had a "processing log" that all processing activities could be logged to. Is there a similar capability in Analysis Services 2005 How do I enable it Thanks! Keith Spitz, Software Engineer, Wall Street On Demand Where is the error log setting described above and in the MSDN docs Error Log ErrorLog\ ErrorLogFileName I don't see this in my Analysis Services Properties with the Advanced box checked. I'm hoping to get processing errors logged to a consistent location. I'm on SP2. Thanks, David ...Show All

  • Smart Device Development Compact framework 1.1

    Hi, I'm trying to spin off a new process by doing something like this: ProcessStartInfo s = new ProcessStartInfo(ExeName); s.Arguements = CmdLine; Process.Start(s); I have included the proper using directives that msdn said, and the types are fine in a windows enviroment, but when I use it on Compact Framework 1.1 it isn't recognized, is there something similar I can use to create a new thread, I cannot update this device to CF 2.0 moved thread to appropriate forum I don't think you can do this in .NET CF 1.0 (there was no 1.1), but only in .NET CF 2.0 You may have to PInvoke, Create a process using CreateProcess() http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecoreos5/html/wce50lrfcreatepr ...Show All

  • .NET Development displaying a windows form from inside an asynchronous method(thread) ??

    Hi, I am listening to HTTP using sockets on some port where the browser sends data. I want to display the HTTPRequests to the user I send it to the server. The problem is that I am calling a Windows Form inside the asynchronous operation and it is not displaying the form. here is the code. I have tried to use put the "frm.show" method in a separate method and call it asynchronously but still not working. Can anyone please modify this code. All I want is that if TrapRequest is true then it should display another Form to the user where he can see the HTTPRequest and untill the user clicks on some button at that form, this method should not go further. I mean the current thread should block, show the form to user, takes input fro ...Show All

  • .NET Development IIS 5.1 on XP does not work

    I am trying to run some ASP pages and IIS does not work. I remember I solved this problem using a Windows XP Pro version with SP2 built in. I cannot use this time this version and I want to repair this famous IIS. I tried rebuild HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 with very known steps http://support.microsoft.com/default.aspx scid=kb;en-us;315296 , but it does not work. When I go to control panel, components services and I try to open com + Application folder I get Error code 80080005. Server execution failed. What Should I do Thanks. This is not related to managed networking APIs. You should look up http://www.microsoft.com/communities for a better forum for this query. ...Show All

  • Visual Basic Recording sound from microfphone in VB 2005 EE

    Please, could you  tell me how to record sound from microphone in VB 2005 EE . If you would be so kind anything simply. Thanks. Thank you very much! I I tried it but this program for Visual Basic 4.0. It doesn't work in Visual Basic 2005 Express Edition. I am much obliged. Bubo ...Show All

  • Gadgets Can I pay someone to build a gadget for me?

    I would like to have a gadget that will allow me to watch IP cameras on my sidebar. I use Axis IP cameras around my home and would love to be able to have them on the side bar with the ability to click on it to enlarge. Is this possible Sure that wouldnt be too difficult, you could have it so you click it and the flyout opens with a bigger image, or you could undock it and have it enlarge. I could probably whip one up fairly quick if you give me an example of a stream (as i dont have an Axis IP camera myself. ...Show All

  • SQL Server Login failed for user 'Domain\userId'. [CLIENT: <local machine>]

    I have a strange problem. I have installed sql server 2005 w/ SP1 (developer version) in my local. After the installation the event log shows the following error message: 2006-10-25 01:25:27.59 spid9s Clearing tempdb database. 2006-10-25 01:25:27.89 Logon Error: 18456, Severity: 14, State: 16. 2006-10-25 01:25:27.89 Logon Login failed for user 'Domain\userid'. [CLIENT: <local machine>] 2006-10-25 01:25:28.09 spid12s Starting up database 'msdb'. (Obviousely, I have removed my id for security reasons) The real problem is that I couldn't connect to local or any remote servers using my Sql Server Management Studio . I have spent a lot of time on the forum(s) to find an answer, but seems to me that it is an "unknown" ...Show All

  • Visual C# Problem with handling keyboard input

    I have the following code: [CODE] .... public static int keypressed = 0; private void button1_Click(object sender, EventArgs e) { while (keypressed != 1) { DrawProc(); } } private void Form1_KeyPress(object sender, KeyPressEventArgs e) { keypressed = 1; } .... [/CODE] DrawProc is procedure that keeps drawing pixels on my screen and i want to stop it by pressing any keyboard key but it dosnt work. After program goes into drawing cycle it stops responding to keyboard (KeyPress event never occur). Can anyone help me please sliderX wrote: I have the following code: [CODE] .... public static int keypressed = 0; private void button1_Clic ...Show All

  • SQL Server Creating a Database

    Hi. Im brand new to using SQL. I downloaded the SQL Server 2005 Trial Edition (Enterprise Evaluation Edition) and installed it. How do i create a database The only thing i can seem to open is the SQL Server Configuration Manager which just lets me start the Server. Did I install it wrong or open the wrong program If someone could help I would greatly appreciate it. you should be able to find the enterprise manager probably you have downloaded the Express edition or you failed to set up the database engine and the client tools ...Show All

  • Visual Studio Team System Newbie Questions

    Hello! I am new to the team system. How can I analyze my Application for performance issues Is there a profiler in the Team system How do I use it Matt aha you have a profiler in the Visual Studio Team system for developers, to use it, just go to Tools/Performance Tools, where you can create a new performance session. I also recommend you to use it (it will be easier) together with unit testing, when you run unit tests, if you go to the results and right click on any test, you will be able to create performance session on that method. I know it's a really brief resume, but here I put you some really good articles about it: (three articles about how to use it): http://blogs.msdn.com/ianhu/arch ...Show All

  • Gadgets Difference between Gadgets and Desktop applications

    Hi, Can anyone please list out the major differences between Gadgets in the sidebar and any Desktop applications.     Regards, Santosh Kalkeri Desktop applications are likely to be far richer because you are not constrained by the size of the application (as opposed to the limited gadget size) and the technologies at your disposal are far greater (as opposed to browser-based technologies of a gadget). However, the flexibility of a gadget to dock to the side of a screen, automatically load at runtime, be non-intrusive, etc. all make gadgets really appropriate for several functions. For example, you could never build the richness of Office or iTunes in a gadget. On the other hand, I ...Show All

  • Visual Studio Visual Interdev 6.0 check in problem

    When I check out a file in Visual Interdev it does NOT show the "check" mark beside the file saying its checked out. When you try to check it back in you dont have the option to check in the file. For some reason it does not see its checked out. When I try to check it out again it says the file is checked out. I checked Visual Source Safe and the file is indeed checked out but I can't get it checked back in. I have uninstalled and reinstalled Visual Source Safe 6.0 and visual Interdev 6.0 and still can not figure out the problem. Does any one know of what might be causing this issue Another use on my team can do this with no problem so I'm assuming it has to do with my install. Thanks for any help you can give. ...Show All

©2008 Software Development Network