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

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

sennekeennes

Member List

BGood
sevenlayercookie
Kulbhushan Sharma
CodeSweatAndBeers
ETJorg
Eirian
CharissaJB123
Tom H.
Howard B
ReinerZ
looplocal
Ely Spiegel
EmOneGarand
arkiboys
ramesh_1031
Dr. Zoop
AlexBB
mohdtmn
TACIR
DHJr
Only Title

sennekeennes's Q&A profile

  • .NET Development Executing an exe file from a web form

    hello guys, i have to run an exe file from a web form..can any one give me some idea how to do this... Isn't it a security threat running an Exe from your web form.... Well, what execatly you want to do from a web form by running an exe.... threre could be a way... ...Show All

  • Visual Basic what s the keyboard shortcut access key to close the search window

    I open the search window using: Ctrl F How do I close it using keyboard pls as long as the find window is not docked you can dismiss the window by hitting escape in 03 or 05...if it is docked then you must use the menu short cuts to hide the find window.... alt...W....H ...Show All

  • Visual Studio Express Editions Object and Property Descriptions

    I am making a managed dll in C++ to use in later projects for C++, VB, and C#. When ever you click on properties of MS user controls in the design portion IDE it tells you what that property is, ect. I would like to know how describe properties in the same manner. Also when you look at an object in the object browser it gives you a summary; I would also like to know how to define these summaries in C++. Thanks in advance for any help I didn't think so. Hmm, it should be automagic. IntelliSense is supposed to pick it up from the reference you add to the project. Then again, IS tends to be a bit InonS when you don't build your project once a while. C++ doesn't have the "background compi ...Show All

  • Visual Basic Open file

    Hiiiii, How i can open file (word,excel etc) using vb.net (web base).. But not using response.redirect(namefile)... Please help me.. Thanks Jebat I think you need to restate your problem. Are you trying to open an excel file that is located on a web page using a winforms application (VB) Are you trying to open an excel file on a file share using a web application (ASP) The answer to those questions determine which forum you want to use. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA vs Intel 915G

    I was wondering if anyone has had any success with the XNA framework on a pc with the Intel 915G chipset. I have a user reporting an XNA-based program of mine is failing to start up due to it being unable to find a suitable graphics device. Reading around on various forums, I gather the shader support offered by the Intel 915G is somewhat non-standard, which may explain why XNA can't or won't use it. Unfortunately, I have no access to a pc with this chipset, so there's not much I can do in the way of testing. Has anyone got XNA up and running with the 915g, and if so, how Thanks! Hi, My laptop uses the Mobile Intel 915GM/GMS ,910ML Express chipset and I had no problem when creating a 2D game using a s ...Show All

  • Smart Device Development Cannot explain diff in values returned from CTime::GetCurrentTime and ::GetLocalTime

    In using the three methods CTime::GetCurrentTime ::GetLocalTime ::GetSystemTime Using VS2005 Beta 2, I get three different values, respectively, when the local time is 11:58, 2005-11-25: 2005-11-24T15:58:12 2005-11-25T11:58:12 2005-11-24T22:58:12 . Time Zone Information via ::GetTimeZoneInformation shows Bias: -720 Standard bias: 0 Daylight bias: -60 So from all of the above, I can explain the diff in the results between ::GetLocalTime (local time zone == UTC + all bias) and ::GetSystemTime (UTC). But why the diff between ::GetLocalTime and CTime::GetCurrentTime I would have expected these to be the same. VS2005 Beta 2 Windows Mobile 2003 / 5.0 emulators Windows Mobile 2003 / 5.0 devices Hi W ...Show All

  • Visual Studio 2008 (Pre-release) Calling "transactional web services" within a series of database update calls - is Indigo the only way?

    SCENARIO Suppose I call the following method in a ServicedComponent: public void DoMixedUpdates() {     DoDBUpdateA();     DoDBUpdateB();     CallWebService1ToDoDBUpdateC();     CallWebService2ToDoDBUpdateD();     DoDBUpdateE();     DoDBUpdateF(); } All 6 calls perform DB updates but the middle 2 calls call "plain old" ASMX web services that each then call a component that performs DB update C and DB update D. QUESTION On the current shipping versions of Windows Server 2003, does a) .NET 2.0 with WSE 3.0 or b) .NET 2.0 without WSE 3.0 support the "transactional web service" scenari ...Show All

  • SQL Server Lock and unlock the table

    Hi, How would I lock a table so that the access calls from other applications are put in "wait" by sql server till I unlock How would I do this Thanks, Fahad TABLOCK table hint See SQL Server 2005 Books Online topic Table Hint (Transact-SQL) http://msdn2.microsoft.com/en-US/library/ms187373.aspx Possibly SERIALIZABLE See SQL Server 2005 Books Online topic SET TRANSACTION ISOLATION LEVEL (Transact-SQL) http://msdn2.microsoft.com/en-US/library/ms173763.aspx ...Show All

  • Visual C# assembly file

    Hi everyone, I have again some doubts about assemblies. Suppose that w ecreate a class and then use some classes from different packages in this class. So, when I examine the references section about my project, I see that the all packages that I use is added into it. My question is that when I execute my program in the same class(in other words , my main method is located in the class that I use), do the assembly file, which is createn at the compile time, consist of the reference section and my own class Menawhile, I know that assembly file also contain metada and manifest but I refer to the IL part. Thanks If we want to use a class which is not located in our project's main namespace, we sould add its DLL(the main namespace of i ...Show All

  • Visual C# array.Resize()

    private String [,] m_symbAndNames ; m_symbAndNames = new string [ 4 , 2 ]; So far so good. I can fill the array with values, etc. Then, Array.Resize ( ref ( string[,] ) m_symbAndNames, m_symbAndNames.Length + 2 ); I get an error message here: Error 1 The type arguments for method 'System.Array.Resize<T>(ref T[], int)' cannot be inferred from the usage. Try specifying the type arguments explicitly. D:\VCsharp_Projects\tapTCPports_1\Form1.cs 1162 13 tapTCPports_1 Why Thanks for any help. Well, yes. You can do what Array.Resize() does, i.e. create a new larger array, copy the values, destroy the old array. This is fairly easy: void ResizeArray (ref string [,] original, int cols, int ro ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How handle dynamic content with XNA

    Hello, It seems that in the XNA "way of doing' things, all content will have to go through a content pipeline (.X, textures, ...) before being used inside the XNA framework. That's nice. But I have a question how handle the "Dynamic" content that can be provided by the users : Let say that its the game user that will provide the texture What's the best way to handle this, as this texture won't be able to go through the pipeline to be present in the contentmanager Tx you !   Ok, So, the, "Only" advantage of using the content pipeline, is to offer a common interface to acces various data (textures, 3d model, ...) from within the XNA project I'm right ...Show All

  • Visual Studio Express Editions Audio Volume

    Hi, I have another question. Is it possible to display audio input and/or out put levels as seperate channels (Left and Right) I have two of the the VU audiometer ( http://www.codeproject.com/useritems/KEMA_Code.asp ) on my form. one named 'Left' and the other 'Right'. Any help would be great. Of course it is possible , in stereo sound there is two channels. But the question is, how. From where is your audio stream coming from, sound card line/mic input, a sound file If the component you are using to playback the sound, doesen't have any methods to get the amplitude of the current sample, you must get it from the sound data itself. To get the amplitude of the certain sample, you must know the format of the sound. Here' ...Show All

  • .NET Development Getting 401.2

    My asmx web service authenticates correctly through a browser, but I can't seem to get it to authenticate through my Windows Forms Application using a web referrence to my asmx via wsdl.  I keep getting a 401.2 error.  IIS directory security is set to Integrated windows authentication only. ASP.net application identity settings are set to local impersonation with username and password both set to blank. ASP.net authorization rules are set to allow all users. ASP.net authentication mode is set to Windows.   If I change the IIS directory security to allow anonymous access, the Windows Forms Application works, and authentication through the browser fails. The environment is an intranet on a d ...Show All

  • Visual Studio Team System Why is my TFS build taking so long to complete?

    I am just getting started with TFSBuild. My source code was migrated from VSS so I seem to have apx. 13000 changesets in my project at this point. I am afraid that this is causing my build to take a very long time to complete. Is there a way to make the build run faster. Right now I have a home grown build process that completes in about 8 minutes from start to finish for the entire project including all exe's dlls and setup programs. It seems like the TFS build process is going to run for at least 1 hour since the "Generating list of changesets" step is taking 38 minutes. The "Generating list of changesets" step should only be picking up changesets since the last buil ...Show All

  • Visual Studio Team System Welcome to the Team Foundation Server - Power Toys Forum!

    The Team Foundation Power Toys are primarily command-line tools, with each Power Toy implemented as a command in a common application (tfpt.exe) . To use these commands, start tfpt.exe at the Command Prompt. Some of the Power Toys will display a graphical user interface when called. In addition, you can access some from within Visual Studio or Team Explorer, such as the Annotate and Treediff commands . Team Foundation Power Toys provide supplemental functionality for use with Microsoft Visual Studio 2005 Team Foundation Server, are provided “as-is,” and are not supported components of Team Foundation Server. For help with any of the Team Foundation Power Toys, you can use this forum to raise issues and provide feedback. For an ...Show All

©2008 Software Development Network