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

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

CEstudent

Member List

Newbie Kam
technoTABLET
Ziation
RickGaribay.NET
Richard Maher
Freedom1029
Geoff L
iSpeakGeek
martin kaldma
CurtisDeHaven
SK_Rajdev
Kenneth973
waga
MunishGupta
Parceval
iamybj
DMottorn
Ahmad Mageed
Dennis Lackey
Tarana
Only Title

CEstudent's Q&A profile

  • Visual Basic SSH, VB.NET and Multi-threading

    I'll start with my question and a brief bio: The question is, "Can anyone assist me in multi-threading this " Bio: I'm still new to VB.NET. A while back, we had a need to create "something" that would SSH to multiple servers, run a command (or series of commands) and return the results. The code below is what I came up with. In regards to the question I posed, this app runs on a server with multiple CPUs and plenty of horsepower. The application kicks off Plink which is a command line utility that comes with Putty. Works great...but, it is slow. When I say multiple servers...I'm talking about more than 15...it executes Plink.exe, runs the command, returns the results, executes Plink.exe, runs..., ..., ... Ad ...Show All

  • Visual C# runtime does not end

    Hi, I have a win form which calls a dll and do some operation. when in Debug mode, as I'm closing my form , I notice that the runtime does not end - the form disappears, but I'm not returned to "edit mode" in code for VS.Net. I think the reason is that the ojbect referenced in the dll file is still in memory and need to be cleared before the program can be really shut. Is it right Many Thanks Jerry ...Show All

  • Visual Studio Bugs in Sandcastle 2006 September CTP

    By using Sandcastler Help File Builer GUI (1.3.0.0) and after adopting the changes mentioned under Known issues of Sandcasle blog , there is stil some "art" problem: XslTransform (v2.0.2459.30854) Copyright Microsoft Corp. 2005 Info: Applying XSL transformation 'C:\Program Files\Sandcastle\ProductionTransforms\ReflectionToManifest.xsl'. ------------------------------- Copying standard help content... BUILD FAILED: Could not find a part of the path 'C:\Program Files\Sandcastle\Presentation\art'. This is problem of Sandcastle Help File Builder (SHFB). Path 'C:\Program Files\Sandcastle\Presentation\art' is probably hardcoded in SHFB binaries, because in August CTP was only ...Show All

  • Windows Forms Alerts in smart client applications

    Any pointers about how to display/raise alerts in a window when ever a value in the database changes or at specified intervals in smart client applications Here's what I used: http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp ...Show All

  • Windows Live Developer Forums Filtering Address based on Country in Virtual Earth

    Hi, I am working with Microsoft Virtual Earth. I want to show Adresss. I used VEMap.Find() method to find the address. I passed street name,houseno,city,zipcode,county,state and country informations to find the address. The problem is I got the address throughout the world which matches the address. But I want to filter the address based on Country entered. So pls kindly assist me to sort out the problem. Is there a method to filter the address based on country in Virtual Earth Help me. Thanks in advance. What do you mean You "can" filter by country using the find in the "where" parameter. The format is this: Address,City, State, Zipcode, Country example: 17 mile dr, East Waterboro, ME, 04030 ...Show All

  • Software Development for Windows Vista how to create a custom workflow event on the workflow runtime service

    hi there, can somebody help me how to create a custom workflow event on the workflowruntime. i tried to extend runtime with and add a new event to it but i am not able to figure this out by myself.. namespace WorkflowLibrary1 { public delegate void LineEventHandler ( Object sender, WorkflowEventArgs e); public class Class2 : WorkflowRuntime { public event LineEventHandler LineChanged; public void RaisechildDataReady( ) { LineChanged( this , new WorkflowEventArgs ()); //////the compiler is saying WorkflowEventArgs does not hava a constructor . } } } can somebody put me in the right direction thanks prasanth than ...Show All

  • SQL Server Got BIDS working, was there another way?

    i re-installed the SQLEXPR_TOOLKIT.EXE several times(4) trying to get the BIDS part to work. Each time i had the issue of it looking for the devenev.exe as others have mentioned. I gave up on a 5th install and went for the unsupported option of running vs_setup , after the toolkit.exe dumped all the install files to its temporary directory i went in there and ran it sperately... but essentially i did it the same way as this method... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368549&SiteID=1 while this did work, it seems to be the unsupported way. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=665067&SiteID=1 Im not opposed to going back and doing it right, but was there ever a conclusion as to why the BIDS prog ...Show All

  • SQL Server If or Case Statements

    Does anyone know if there is a way to look at a value in a variable and based on that value run different Data Flow Tasks For example, let's say I have an SSIS package that contains a variable named Client and 3 separate Data Flow Tasks. I would like to do this: if Client = 1 then run Data Flow 1 else if Client = 2 then run Data Flow 2 else run Data Flow 3. Is this possible Thanks. Danielle Yeah, it's okay to provide just a link, but it is rude to hijack a thread for your own gain.... Typically if no one answers, they are either busy or don't have anything to contribute. Fair enough... apologies but desperation can drive you to do things you woulnd't do otherwise. Still, I'm not ...Show All

  • Microsoft ISV Community Center Forums Open PDF file

    Hi everybody, I'm creating a program in MS. Access but I just want to ask:, how to open *.pdf(extension) file in visual basic access (vba) thanks in advance. :-) Depends what you want to do - if you want to be able to save a PDF into your database (or any other document type) then i have code that allows you to do that and then double clicking on it will open it up in the appropriate program. Is this what you want RHhs. ...Show All

  • .NET Development System.ServiceModel.dll no longer appears in Visual Studio's Add References dialog (.NET tab)

    I have a brand new install of the Vista RC2 Candidate and I went looking and found that this was a problem in the past. However I am not sure the fix that was posted is the proper one as it was posted sometime back in February. System.ServiceModel.dll no longer appears in Visual Studio's Add References dialog (.NET tab). Does anyone know why this behavior occurs, and what can be done about it Thanks, -ja John, Have a look at this: http://msdn2.microsoft.com/en-US/library/wkze6zky.aspx . Make sure the .Net 3.0 reference assemblies directory is specified in the [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx] key. HTH, Dave ...Show All

  • .NET Development help needed in pixel operation

    hi, I want to know the difference of the below, 1. Doing image operation with the manipulation of getPixel() and setPixel() methods. 2. getting the address of the first pixel data in the bitmap using the code, BitmapData bmData = b.LockBits(new Rectangle(0, 0, b.Width, b.Height), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb); int stride = bmData.Stride; System.IntPtr Scan0 = bmData.Scan0; How these two differ thanks in advance. Uvaraj T thanks for ur reply.. for the second case the code is Bitmap b= new Bitmap("d:\\image.bmp"); BitmapData bmData = b.LockBits(new Rectangle(0, 0, b.Width, b.Height), ImageLockMode.ReadWrite, PixelFormat.Form ...Show All

  • Visual Studio Express Editions Display problems for my application

    I finally got my application to work!! Now I have a problem when I load the application onto another computer. The problem is that the program does not display the same as on the computer I used to write the application. What is the problem and how can I fix it krhoover, I think there are two points you should pay more attention. The first one is the properties oof your form in the project related to show, including the size, autofix or others. The second point is the resolution of your another screen. Try to make sure they have the same resolution and if that computer has the same IDE, just rebuild it on that computer. Hope that can hepl you. ...Show All

  • Visual Studio Team System best practice for storing 3rd party libraries in version control

    Does anyone store their third-party controls and library DLLs in a shared spot in TFS version control Instead of having to install these DLLs in the GAC on the local machine, we'd like these to get checked out in their own ThirdParty folder, organized by vendor and then version. But I don't see a way to add them to source control if they're not part of a proper Visual Studio solution. Within Source Control Explorer, I don't get an option to Add New Folder. Is this possible Thanks! Dan You should definitely put all build-time dependencies under source control. I'd recommend adding run-time dependencies too. It really aids your ability to reproduce old environments exactly. In SCE, you can add a new fo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A Couple Of Worrying Points From The EULA

    i. Personal Use. Use of any programs developed for the Xbox platform using the software is restricted to your personal, non-commercial use. So what happens to this so called "YouTube of games" if the restrictions imply that we can't share them. I also thought XNA GSE also had plans for being able to sell your games over XBL too (I picked that up from somewhere). ii. Distributable Code. You are not permitted to distribute the Distributable Code for programs developed for the Xbox 360 platform. I'm unclear to what this means, it almost seems we can't give out source code, please elaborate on this. Thanks, although reading that made my eyes bleed. <Standard I'm Not a Lawer Disclaimer/ ...Show All

  • SQL Server how to calculate the least anmongst a list of Quarters

    Hi, i get a list of Quarters that look like following as an input to my proc. 'Q306/Q106/Q406/Q405' I need to find out whihc one of the above is the least Quarter value. In the above example it is 'Q405' The Quarter values that come into the proc keep changing...It could be even 1 or 2 or 3 Quarters etc... Is there any datatype called Quarter in SQL Server.It shows Quarter as a key word... Can some one please help on this.... Hello, There is no "quarter" datatype in sql server. For your example, the parameter string will need to first be parsed (to split the quarters - you can use a recursive cte for this) then ordered. If you are using SQL 2005, you can also roll your own "quarter&q ...Show All

©2008 Software Development Network