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

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

ShadowRayz

Member List

Ather.
OmegaMan
Alikas
byronfromwesleyan
Lesego
Cian
airwalker2000
IcemanNCalifornia
Jignesh Desai
bschaldon
RogueProgrammer
Jon Stroh
lingga
NetPochi
Albert_Khor
tash12457769
GazCoder
David Beavonn
Moopy
Alvin Kuiper
Only Title

ShadowRayz's Q&A profile

  • Visual Studio Express Editions standalone version?

    HI all I have built a small c# app in visual studio express edition and it works from the debugger now i run each exe file (release and debug) from outside the debugger and they wont run. Their size is 24k, so i figure they need to be statically linked etc but i cant see how and where in Visual Studio to do this I dont want a whole installer, just to be able to run the app by itself on another pc :) does anyone have any suggestions many thanks and regards Buzz The applications will run fine without Visual Studio provided the user has .NET Framework installed. You can get .NET Framework from Windows update by doing "Custom". Beyond this - one of the benefits of using the .NET Framework is the abil ...Show All

  • Software Development for Windows Vista There's GetDefaultAudioEndpoint,but no SetDefaultAudioEndpoint

    Hello, There's GetDefaultAudioEndpoint But I need to Set it Have a function doing that Tks. I found a sample file but I can't run it well. HRESULT SelectCaptureDevice(IMMDevice *pEndptDev); http://msdn.microsoft.com/library/default.asp url=/library/en-us/CoreAud/htm/devicetopologies.asp See it's remark: //----------------------------------------------------------- // The input argument to this function is a pointer to the // IMMDevice interface for a capture endpoint device. The // function traverses the data path that extends from the // endpoint device to the system bus (for example, PCI) // or external bus (USB). If the function discovers a MUX // (input selector) in the path, it selects the MUX inpu ...Show All

  • Visual Studio Express Editions DataBase

    Hello friends I have a problem i need to do a aplicattion that do a include, exclued in a database working with SQL SERVER 2005... Thank you! I would jump on to www.planet-source-code.com or www.codeproject.com and have a look there. On these sites the community has uploaded complete applications using variuos technologies. ...Show All

  • Visual Studio 2008 (Pre-release) Making a conttrol movable, 90% working need a little more help.

    I have a usercontrol with a label spanning across the top of it like a title bar. I have successfully got the usercontrol to move around the screen when a user left-mouse- button click and hold on the "titlebar label" My problem is if the mouse is moved too fast, the pointer "disconnects" from the control label and the move stops working since I am no longer on the header. Here is my code: two function, one for the initial left mouse down, and the other for the movement. Is there a better way to have the usercontrol move around the screen. Think of it like this, the user control is like a mini window, and I want to be able to drag the usercontrol around the screen via a "title bar label" and the below ...Show All

  • Software Development for Windows Vista Workflow properties when debugging

    Hi, I am debugging a workflow winform application in Visual Studio, and was expecting to be able to monitor the values of workflow properties as I step through. This does not seem to be the case though. Does anyone know if this is by design or not Thanks and regards, /Valur If you workflows are in a workflow library you need to set it as the startup project in order to invoke the workflow debugger. On the project properties for your workflow project, set the startup to start the debug build of your winform exe. Matt ...Show All

  • Visual C# How do you Export Template in VSTS?

    I'm using Visual Studio 2005 Team Suite. I've read all the help files on exporting a project template. There's just one problem- if I go to the File menu, the option Export Template just is NOT there. Am I missing something simple Or does this SKU not support export Thanks, Jeff Yeah running devenv /resetuserdata didn't bring back the export option. Although there were some other annoying side effects. Do I need to install a different SKU I'd figure VS Team Suite would cover just about everything so it should certainly have Export to Template. Thanks, Jeff ...Show All

  • Visual C# Calling Event Issues??? Help!

    When my form closes I want to fire an event that will do somethings....but i think i may be calling it wrong...Here is my method signiture...and this is the error.... [code languge="C#"] public delegate void frmClosing ( object sender, FormClosingEventArgs e); public frmClosing ClosingVendorDetails; public static void DisplayVendorDetails(System.Windows.Forms. Form ParentForm, BHFreight.Tracking.BusinessObjects. VendorOrderLegDetail _VendorLeg, frmClosing ClosingForm) { BHFreight.Tracking.UI.MainWindows. VendorOrderLegDetailsForm frmVendorLeg = new VendorOrderLegDetailsForm (); frmVendorLeg._VendorDetail = _VendorLeg; frmVendorLeg.LoadVendorObjectToForm(); frmVendorLeg.ShowDi ...Show All

  • Windows Forms Cannot get changes from DataGridView

    I am having problems getting the changes from a datagridview. The grid is bound to a dataset. Here are the steps I'm taking: 1. Type text into the first cell 2. Click the save button on the form, which calls: Private Sub SaveChanges() Dim dsChanges As DataSet = dsFlightInfo.GetChanges() ' make sure their are changes to commit. If dsChanges IsNot Nothing Then ' save changes to the database Dim odb As New ABMS.Data.DataSetIO odb.Update(dsChanges, "FlightSchedDetail") odb = Nothing End If dsFlightInfo.AcceptChanges() ' reset the save buttons btnSave.Enabled = False btnCancel.Enabled = False End Sub PROBLEM: dsC ...Show All

  • Visual Basic RefactorVB.NET-2.0.4.exe - is not detecting Vb 2005

    I have installed Visual Studio 2005 in the d:\program files directly. After I have downloaded the Refactor VB.net exe file from microsoft.com site, I was informed that the mentioned Program is not detecting VB2005. What should I check What is causing such issue I am using VB 2005 in a normal way . Thanks Jansen Obviously there's you answer if your using VB Express. Hey, you hve to pay for some things. Purchase a copy of the std edition and you should be good to go. ...Show All

  • Visual Basic COM subprocessing model for Framework 2.0

    hi everyone, Primary platform is Framework 2.0 Does anyone is awared with total security about of which are the COM subprocessing model per every .Net Application Another day, I read that Console application are running by default as STA instead of MTA (as I though). In a fact I had problems with a Console Application due to it did P/Invoke calls. Once I allocated MTA over Main() everything ran fine. Application Windows is MTA or STA. Or is STA if you call old Visual Basic 6.0 controls Let me know. As time goes by requirements are forcing us to migrate old VB 6.0 and, you know, strange mutations are waiting for us... Thanks in advance for your time, The defalt varies between languag ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Additive blending & white background

    I'm creating a 3D particle system, explosion type. To achief this I use quads made out of 2 triangles with a texture with an alpha channel. I also use additive blending. My Draw() function is basicly:   graphics.GraphicsDevice.Clear(Color.Black);   graphics.GraphicsDevice.RenderState.DepthBufferWriteEnable = false; graphics.GraphicsDevice.RenderState.AlphaBlendEnable = true; graphics.GraphicsDevice.RenderState.SourceBlend = Blend.SourceAlpha; graphics.GraphicsDevice.RenderState.DestinationBlend = Blend.One;   foreach (ParticleBase p in particles) { p.Draw(graphics, basicEffect); }   graphics.GraphicsDevice.RenderState.AlphaBlendEnable = false; graphics.Graphics ...Show All

  • Visual Studio Express Editions binary

    I know you can convert a string to hexadecimal using the Hex() function but is there one to convert a string to what it looks like in binary Public Class A2SB Private Function BCon(ByVal InputValue As String, ByVal InputBase As Long, _ ByVal OutputBase As Long) As String Const csValidChars As String = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" Dim cuOutputCharCount As Decimal, lInputCharCount As Long Dim lCounter As Long, sCompareWith As String, sChar As String Dim dDecimalChars As Double, lPos As Long, cuBitValue As Decimal Dim cuDecimalValue As Decimal, sOutput As String On Error Resume Next If (InputBase < 2) Or (InputBase > 36) Then BCon = "" Exit Function ...Show All

  • Visual C# calling a .dll function from c#

    Hi... I have written a function in a .dll file like... ********************************************************************* extern "C" __declspec ( dllexport ) unsigned char * TransferMessage() { return TxdFrame; } *********************************************************************************** & i am calling this application from my C# application . I want to print the data whtever is i am getting from this .dll function on the form. So i want to know how i can do this. Any help from you all to solve this problem is welcome... Regards, Vinay Thanks Boban, i tried your answer but its giving error that... Run-Time Check Failure #2 - St ...Show All

  • Smart Device Development Where is WM5 project type in VS2005?

    I have seen several references to selecting Windows Mobile 5 as the project type when creating a project for that type of unit. Under Smart Devices, my VS2005 (standard) has 2003 PocketPC, 2003 Smartphone and Windows CE 5.0, which as I understand it is not WM5. I have also downloaded and installed SP1 which takes forever for me but it did complete just fine - the choices for smart device projects are the same Perhaps I just don't understand but if I want to target my new IPAQ 2495b with WM5, then that's what I want to select - just like it's mentioned. Thanks Found and ran the script - says nothing - comes back quickly. Looked at the vbs file to see what it was looking for, checked the registry a ...Show All

  • SQL Server Amazon Web Service Call with Web Service Task

    With the new improvments to the web service task, we can now use variables as arguments in web service calls. I am trying to setup a call to the amazon web service ECS. I am trying to do a simple sellerlookup. I have played with the settings and gotten nowhere. I get one of two error when I try to execute. I can always use a scripting task or write my own task, but I would like to use the built in task if it is possible. Has anyone used AWS with SSIS [Web Service Task] Error: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: Could not execute the Web method. The error is: Object reference not set to an instance of an object.. at Microsoft.SqlServer.Dts.Ta ...Show All

©2008 Software Development Network