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

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

MaliciousGeek

Member List

tomjohnr
DocSteve
SkyLander
Lehmberg
Ross Watson
Stephen S.
kapil.net
WalangAlam
Lewis Yeung
Zac Boyles
Krishna Sarma
TA123
vonlinkerstain
Krutika
silence421
bminard
David Kaiser
Cute_Celina
Gravy
Simon Nunn
Only Title

MaliciousGeek's Q&A profile

  • Visual C# how can I convert the system array to integer array?

    Hello, How can I convert the system array to integer array Thanks, Tammy I'm sorry, my system array is two dimensional array (array aData), its dimention of (1024,1024). I would like to copy that into pData = new int [1024, 1024]; how can I do that Thanks, Tammy ...Show All

  • Microsoft ISV Community Center Forums VBA Userform Control of multiple userform controls

    I have built a data entry VBA application in Excel so we can input data electronically instead of manually on paper only. I created a series of Userforms to display one at a time to "walk thru" the test procedure and allow entry of the data for one section at a time. The problem I have is that I am trying to use the standard form controls "frmTest.Hide" or "Unload Me" when done with the forms. Then if I wish to redisplay one or more of the forms for re-entry use "Load frmTest" and/or just frmtest.Show if old form just hidden. I am seeing that the old forms are not hiding or unloading and worse when I try to redisplay with either the "Load frmTest" if previously unloaded and "frmTest.show" I get a VBA error that it cannot display ...Show All

  • Visual Studio MSBuild Tasks Community VSSGet?

    With the MSBuild Community tasks ( http://msbuildtasks.tigris.org/ ), does the VssGet task allow you to pull the code as of a certain date and/or label Thanks! ...Show All

  • SQL Server Plug-in Algorithm in data mining using SQL Server 2005??

    Hi, actually i want to implement a c# component that can help third party data mining algorithm and i want managed plug-in algorithm (without wrapper),. is it possible to write whole application in c# as Analysis servisce is in c++ , can we implement it in c# thanks in advance ~Chinmay The package that Raman pointed to contains all the COM interop part as well as a sample using C#. The architecture is: - a COM function wrapper, written in Managed C++ - a C# assembly that uses the first assembly and implements the actual algorithm - a step-by-step tutorial explaining how to add more complexity to your plug-in algorithm The full source code for all the components in included, as well as documentation f ...Show All

  • SQL Server Password Encryption

    Hi I want to encrypt the password. Can u suggest some Encryption algorithms for Password protection Thanks Sorry, which password are you referring to I guess you mean a password within the database. Then you either will have to do it within your application logic or seach for a vendor that wote an extended procedure to do this. HTH, jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server AWE and SQL 2000

    Win 2000 server, SQL 2000 What exactly does the /3GB do We have added 4GB of RAM to an existing 4, but have not yet added the switch, although /PAE has been in the boot.ini file for some time. (why would that be THat switch is for the os, isn't it Does win 2000 not handle the 4GB of RAM ) In my research, it says that SQL Server will only be able to access 2GB of memory without it, however, there is 4GB on the server now, so won't it continue to use the 4 SHould the switch be different Should the switch ever be different Once you get to 36GB aren't you supposed to leave the switch off, and why We are going to upgrade to Win 2003 - is there anything different we will need to do in order to use the full 8GB It is not plann ...Show All

  • Software Development for Windows Vista an error about "aspnetwfpageflowexample"

    when i run aspnetwfpageflowexample,input some data,then click the button "page one",then raise an error . Exception Details: System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException: The workflow failed validation. Source Error: Line 114: wfprms.Add("InitialCommand", oe); Line 115: wfprms.Add("InitialParams", prms); Line 116: WorkflowInstance wi = wr.CreateWorkflow(Type.GetType(_config.Type),wfprms); Line 117: wi.Start(); Line 118: ManualWorkflowSchedulerService ss = wr.GetService<ManualWorkflowSchedulerService>(); just Put a try catch block around the call to CreateWorkflow, catch WorkflowValidationFailedException and look at ...Show All

  • SQL Server RESOLVED - Help with SQL Query - "The multi-part identifier "alias field Name" could not be bound."

    Hi Everyone This is the query and I am getting follwoing error message "The multi-part identifier "InvDate.Account Reference" could not be bound." SELECT MAX ( [DATE NOTE ADDED] ) AS LASTDATE , CC.[COMPANY] , CC.[ACCOUNT REFERENCE] , INVDATE.[LASTORDERDATE] FROM CUSTOMERCONTACTNOTES AS CCN , ( SELECT * FROM CUSTOMER ) AS CC , ( SELECT MAX ( [INVOICE DATE] ) AS LASTORDERDATE , [ACCOUNT REFERENCE] FROM INVOICEDATA GROUP BY [ACCOUNT REFERENCE] ) AS INVDATE WHERE CCN.[COMPANY] = CC.[COMPANY] AND CC.[ACCOUNT REFERENCE] COLLATE SQL_LATIN1_GENERAL_CP1_CI_AS IN ( SELECT DISTINCT ( [ACCOUNT REFERENCE] ) FROM INVOICEDATA ) AND CC.[ACCOUNT REFERENCE] COLLATE SQL_LATIN1 ...Show All

  • SQL Server One detail line per page not working

    Hi all. This appears to be an excellent forum, so I thought I'd post my question here. After searching for similar problems, I was not able to find any that worked for me. I suspect my issue is one of how I'm approaching the report. I have a report that has many tables in it, all apply to each detail line. It looks kinda like, say, an invoice - where you have different parts of the report with different formating needs, etc. When my datasource returns a single value, all is well. When my datasource returns multiple values, I get the pages schmunged (sorry about the techy-terms :-) ) together. What I'm trying for is: Report Title Table1:Line1 Table2:Line1 Table2:Line2 etc. --- page break --- Report Title Table1:Li ...Show All

  • .NET Development VB Socket Method Questions...

    I am writing my first network program, a chat client, and after much looking i found a good example of how to structure the class. But now i have problems with the syntax used within my Subs... like what addressfamily to use, how to actually create the socket. I am using the following statement to declare the socket: Private Sub NewSocket(ByVal AddressFamily As System.Net.Sockets.AddressFamily, ByVal stream As System.Net.Sockets.SocketType, ByVal TCP As System.Net.Sockets.ProtocolType)     ' code here... End Sub But i have no idea what comes next... and object browser hasn't been very helpful in providing an answer. Can any one help me, or give me any advice on how to structure the statements ('code here...) Thanks Al ...Show All

  • Visual C++ TerminateThread ???

    In MSDN it is mentioned that TerminateThread is dangerous function and given some disadvantages of using it. So we should never use TerminateThread If so then what is the use of this function Consider a situation where I am calling a function from third party library and that function some time takes long time to return may be 5 hours or may be more than a day (I am not sure about the reason and that is not in my control). I need to implement some timeout mechanism so I called that function in a thread and waiting for 15 minutes to return it and then terminating the thread and proceeding further. The thread is just calling that function doing nothing else. So is it ok if I call TerminateThread to terminate that thread after tim ...Show All

  • Visual C# scheduling

    Hi all, I have written a windows application in Visual C# and I want to make so that it schedules itself to run once daily when its installed. Does anyone know how I can do that Thanx in advance :-) Rizwan that may be true but you have to think about everything in perspective and take the most appliable solution. There is no right or wrong but rather a guidence to the most required approach. No one is doubting you are wrong, no one stated that at all but rather more solutions/alternatives given. Relax! :-) Contributions are always welcomed and are thanked for ...Show All

  • Visual Studio 2008 (Pre-release) How To: Attach event handler to element in DataTemplate?

    This question/problem is a little bit esoteric, but hopefully someone has seen it before... I need to attach an event handler to the Loaded event of Image elements within a DataTemplate. The Loaded event handling method is in a utility class, so I can't use XAML to attach the handler. In a Window's Loaded event handling method I call this method in the utility class : FrameworkElementFactory factory = listBox.ItemTemplate.VisualTree; while ( factory != null ) { if ( factory.Type == typeof ( Image ) ) { factory.AddHandler( Image .LoadedEvent, new RoutedEventHandler ( OnImageLoaded ) ); break ; } factory = factory.FirstChild; } There are two problems, one is not too bad (just odd) and t ...Show All

  • SQL Server Credentials in Reporting Services??

    I have created several reports in SQL Server 2005 reporting services and I am viewing those reports in my C# application using a report viewer control. I want to pass the credentials for each report through my applications. I do not want to use any web service. Is it possible Any help will be appreciated!!! TIA Hi, I am facing the same problem. I used ReportDataSourceInfo then it gives error that DataSource doesnt support it. Error of rsdatasource So what should be the Connection Methods in Shared DataSource Nilesh ...Show All

  • Software Development for Windows Vista Enable/Disable SideShow Gadgets ouside of Control Panel?

    Is there a way to enable and disable SideShow Gadgets ouside of the SideShow Control Panel Thanks There is no way to enable/disable gadgets outside of the Control Panel(*). This is for security and privacy reasons; because gadgets can potentially be providing users' private data to the device, the user must opt in to having this happen. There are a number of things that happen when gadgets are enabled and disabled that require it to be done through the Control Panel. Trying to circumvent that process will result in undefined behavior. (*) There is one exception to this statement; device manufacturers can automatically enable gadgets for their particular device. This is done via the ISideShowDriver::OnGetPreEnabledApplications m ...Show All

©2008 Software Development Network