Software Development Network Logo
  • Game Technologies
  • VS Express Editions
  • Visual C++
  • Visual Basic
  • Windows Forms
  • Visual J#
  • Microsoft ISV
  • Visual C#
  • VS Team System
  • SQL Server
  • Smart Device
  • Visual FoxPro
  • Windows Vista
  • Windows Live
  • .NET Development

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

SNKGUNZ

Member List

Ben Anderson MSFT
Clint_77
zeusmt
chris house
peter feakins
Ivan Fernandez
ekekakos
agjevik
Ashraf
P Santosh
StephenLiang
kidnapt
root2
fededevita
Xserv4real
SugarDaddy
Knagis
P K Agarwal
hguo98
cgoeters
Only Title

SNKGUNZ's Q&A profile

  • .NET Development Is a hyperlink containig the word google seen as non accessible?

    I've tried several hyperlinks in asp.net 2.0 to anything with the word google in it - <a href="blah.aspx">Google Analtyics</a> And I get an accessability error thrown from this but why Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 There should be nothing preventing this (I just gave it a shot).  I'm curious where you are finding them inaccessible. HTH, PEte ...Show All

  • Visual C# Login Control problem

    Hey guys, I have a VS2005 website project on my dev machine. It compiles and runs perfectly. When I publish the project and put it into production, the Login control keeps giving me a "Login failed for user..." error. The web.config is the same, the connection strings are the same. Anyone know what the problem could be Can you provide more info on this, may be some tracing/event logging would help in here to diagnose further. -Jay ...Show All

  • Visual Basic Copy and paste

    Ok. i have been trying to figure out how to copy and paste text in my VB programs. And it just does not want to work (copy and cut don't). any one have a sample or somthing I want to find the hilighted text and deal with it accordingly when i copy or cut. Sure you can. In my exmaple, the sub it fired from the Keyboard _keyDown event. In the event args, there's ByVal Sender as object.   Sender will be the actuall button. For example...   public sub main()     addhandler Textbox1.Keydown, Addressof Blah end sub Public sub Blah(ByVal sender as Object, ByVal e as EventArg ...Show All

  • Windows Forms Permission type error means I cannot bind to my database

    I can connect to northwind and constructed a parameter query form with a table in that but when i try to do the same with my database i get the following error Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. pointing to the following line of code in the form1_load event: Me .Uni_TTableAdapter.Fill( Me .Student_database_BESQLDataSet.Uni_T) from other posts it suggests that i should change my context_connection to "context connection=true", its currently false however when i do this change and test the ...Show All

  • Windows Forms <none>

    <none> ...Show All

  • Smart Device Development Capture Screenshot from a Form to a File

    I have created a free hand drawing board using cf2.0. It is simply allows people draw on the PPC screen and the board is actually a form. The question is, how can I capture the form's screenshot to a graphics object or image object. So that I can save the drawing to a file finally. Hi Alex,          Did u Solve ur problem. I had the same problem. If u solve it Please help Regards, Bala ...Show All

  • .NET Development Best way to launch a .net application (with parameters) from another .net app.

    I'm trying to launch a windows installed .net application - often with parameters - for instance using file associations - from another .net application. The obvious way to do that is, once you have the path: Process.Start(path, parameters); Although this does launch the app, there are some problems: 1. The lauched app. uses another 'Settings' file than when launching from the start menu. For instance if I save the form's location and size in the settings, it's easy to see the diff. 2. When using 'Process.Start' the ApplicationDeployment .IsNetworkDeployed will always be false. So my question is: What is the best way to la ...Show All

  • .NET Development How to start a win16 exe with Process.Start static methode

    In .Net 2003 I can start a .Net executable, a Win32 executable and a Win16 executable (written with VB 3 in 16 bits) with the Start static methode of the Process Class. In .Net 2005 when I try to start a Win16 executable I receive the error : The parameter is incorrect Can somebody help me The code that is making the call to Process.Start() and everything else setting up parameters and what not (if present)... is the same code that worked fine under VS2003 Can we see the code in question that is being used to launch this app ...Show All

  • Visual Studio Team System process template customization problem

    using TeamSystem(Tfs Beta3) the username are taken from the network login.The name of the "Assigned To" appears as one name in the table fo results when running a query and appears another way when looking in the details of the report itself. why is this so .we have modified the default MsfAgile template. Hi Bhargav, you'll be happy to know that we've fixed this for the final release so that both work items and reports use display names.  In the interim, here are 2 potential workarounds. 1. Replace the suggested values for the Assigned To field with an explicit list of strings for the display names of y ...Show All

  • Visual Basic Saving User Settings

    ok, so far my app allows people to choose a prog to add to the menu, however, closing an opening the prog resets everythin, how do i save Hi, use the app.config xml-file to do so: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vboriintroductiontoapplicationsettingstorage.asp http://msdn.microsoft.com/msdnmag/issues/05/04/AdvancedBasics/ ...Show All

  • Visual Basic Running a doc file from VB6

    Hi all, What is the easiest way to run a .doc file from a VB6 app I know how to launch the Word Viewer with a document and I know how to access Word if it is installed on the user's machine. What I want to do is have a line of code that calls a document with the ".doc" extension and then opens the document in whatever program (Word, WordPad, WordPerfect, etc.) is associated with that extension. Is this possible Thansk in advance for your help! Hi! The folowing example opens a doc file: Option Explicit Private Declare Function ShellExecute Lib "Shell32.dll" Alias "ShellExecuteA" _     (ByVal hwnd As Long, ByVal lpOp ...Show All

  • .NET Development Debugging Mixed

    Will a real mixed debugging for native and managed code be supported in future thx Martin I just want to post a follow-up to this issue. Orcas has been redefined since my last reply. The CLR in Orcas is a targeted release and limited in scope. As such, it won't support mixed-mode debugging on 64-bit. 64-bit mixed-mode debugging is definitely in our future plans. We are currently evaluating where it fits from a scheduling/release standpoint. I apologize for any confusion. Thomas ...Show All

  • Visual Studio Team System Adding CC list to work item/bug?

    Hello, I would like to be able to add a list of persons which receive a CC (per email) each time a Work Item (or Bug) has changed. How could I do that Best regards, Martin Is this that difficult In my opinion, this looks like a very basic feature I find a bug, I may or may not assign it to someone, and I specify a list of people which I know are affected by either the bug itself or by they way it is fixed ...Show All

  • Visual C++ CString assignment operator causes memory exception

    I compiled VC++ 6.0 code with VC++.NET 2003/2005 beta and both causes a memory exception with CString assignment. My code looks like the following: CString szFileName = g_pGlobal->m_szAppPath; where g_pGlobal is a pointer to an object with global scope. The crash occurs if the assignment is done outside of the object instance itself. Quick Watch shows all CString members of that object are Bad Ptrs! I don't get it. Dave, The object containing the CString member is created once at startup, has global scope and has no derived class. The CString member is properly initialized when the object i ...Show All

  • .NET Development Default DateTime value in SQL server

    Hi, How can i change the default DateTime Value in SQL Server. when i query using DBCC USEROPTIONS, it showing DataTime value as 'mdy'. now i want change it to 'dmy'. Is this possible Thanks, Kedar This won't change the SQL Server default but you can accomplish the formatting in your select statement.    SELECT CONVERT(varchar,<your date field>,103) AS <your date field>    FROM <your table> The 103 tells SQL Server to format the output to dd/mm/yyyy. There are a number of formatting options you can use. Look in SQL Server Books Online for the CONVERT function. ...Show All

©2008 Software Development Network