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

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

31415

Member List

lindaonlytry
tonyb291
David Dilworth
Jennifer Xu
jsh02_nova
KPC
MarkByers
SALX
Kmoskal
satyakrishna
randomAxim
xeno
santamonicali
einig
Kiku
DmytroL
Simon Masters
Jster
another_noob
QuickFox
Only Title

31415's Q&A profile

  • Visual Basic I have problems in my registry app, please help?

    Hello, I got this application which was compatiable with Visual Basic 6.0 so i upgraded to Visual Studio (basic) 2005 BETA 2 and then it didnt work. What it does you click a command button and it inserts keys to the registry and adds a Shell Context Menu and 'Upload to GuruImages' will appear when you right click a .png file. Could somebody tell me why this doesnt work, and how would I make it insert these keys into the registry on installation and how will I set the values Thank You, Here is the code: Option Strict Off Option Explicit On Friend Class Form1     Inherits System.Windows.Forms.Form     &nbs ...Show All

  • .NET Development XSD problem on upgrade project to VS2005

    Hi I recently did my first project upgrade from 2003 to 2005.  All went well except for an error with the XSD file i have in there. I can see it in the designer but the code has no code and no dataset.  It wont compile (i cant be specific on the error message as it seems to be a different one each time but at present it says "Custom Tool error: Could not retrieve the current project). Any ideas even better mark. open one that has failed a coversion. open the DataSet using right click | open in the 2005 beta 2 IDE. slide any component in the dataset on the surface creating a need to save. hit s ...Show All

  • Windows Forms Getting Project NameSpace

    How can i get the namespace of my running project by code Thanks to you answers, take a look at this link, i got what i was looking for http://www.gotdotnet.com/Community/MessageBoard/Thread.aspx id=141209&Page=1#142721 ...Show All

  • Visual C# Changing Date format

    Just a basic question. How do i convert a date from "12/1/2005" to "Dec 1 2005" Thanks Using DateTime.Parse and DateTime.ToString() -- Paulo Morgado < Mayuran@discussions.microsoft.com > wrote in message news:cb40104f-e6e9-413e-8d5a-6dd18e7d4bad@discussions.microsoft.com ... Just a basic question. How do i convert a date from "12/1/2005" to "Dec 1 2005" Thanks ...Show All

  • Visual Studio Team System Identify that an old library is used.

    Hi I am new to creating FxCop rules, however I have got to the point where I have written rules for our corporate naming guidelines which test for any violations. My question is as follows. I want to add a rule which checks whether a class is "using" a library and advise to use the new recommendation. Has anyone done this one before and can provide me with some pointers to get started Thanks for any help Brendan The jmp and calli instructions are other ways (although not verifiable) of calling (jmp actually transfers execution to) methods, although I don't believe C# and Visual Basic use them (C++/CLI may) other l ...Show All

  • Visual C# Getting Names of System Data Sources in Windows

    Hi, How can I get the names of the System Data Sources in Windows from my C# code Thank you. Shakeel When you create a database, e.g. in MS Access you can set it as an ODBC data source on the System level. I want to get the names of all databases that have been set as System Data Sources from my C# code. Hope that explains it. :) Shakeel ...Show All

  • Visual C# Must declare the scalar variable '@FirstName'

    Hi, I guess the issue here is that the code is having an "Must declare the scalar variable '@FirstName' " exception... I'm not a master on web development but have you added it in the parameters array or something coz that kind of error appears in windows apps if you haven't declared it in the parameters collection of the command object... cheers, Paul June A. Domag   Paul Domag wrote: Hi, I guess the issue here is that the code is having an "Must declare the scalar variable '@FirstName' " exception... I'm not a master on web development but have you added it in the parameters array or something coz that kind ...Show All

  • Windows Forms Could I build applets with WinForms to run in a Browser?

    Could I build applets with WinForms to run in a Browser If yes, where could I find same samples Thanks in Advance José Augusto Guimarães A cool example: <a href="http://weblogs.asp.net/frank_hileman/archive/2004/07/23/192509.aspx">http://weblogs.asp.net/frank_hileman/archive/2004/07/23/192509.aspx</a> ...Show All

  • Visual Studio Team System add a default permission to an area

    Hi, I've seen that it's possible to - create default areas in a process template - add group's permissions to areas after the creation of a project (for example : authorizing "Readers" to read a child node but not to its parent) my question is Is it possible to add DEFAULT permissions to the default AREAS (and not for the global project) directly in the process template i hope you undertsand what i mean thx and sorry for my french english :) ++ I think it's not possible, but better check it in the documentation about process templates in the Visual Studio 2005 SDK, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where is d3dim.lib, d3drm.lib, dsound3d.lib?

    My questions: 1) My book ("Tricks of the Windows Game Programming Gurus ed1" ) teaches DirectX 8.1 SDK. Is it fine to have that SDK on for ease-of-understanding w/ the book, or use the updated DirectX 9.0c SDK 2) Relating to DirectX 8.1 SDK, the book says I need the following library files: ddraw.lib dsound.lib dinput.lib dsetup.lib dplayx.lib Now, the next three are nowhere to be found in the library folder: d3dim.lib   d3drm.lib dsound3d.lib Where are these libraries Did MS do their yearly remove & replace somewhere How is this going to effect my code Thanks, Phil Still waiting... I read ...Show All

  • Visual Basic Upgrade wizard does not create "My Project" node

    After upgrading a project from VS 2003 to VS 2005 there is no "My Project" node in the Solution explorer like there is when a new project is created. Is there a way to create the "My Project" node Thanks Tom Hi Tom, I've tried and after upgrading from VS 2003 and VS 2005 my Windows Forms Application project did have a "My Project" node. You can try right-click on your project in Solutions Explorer select "Properties" to see if this will create "My Project" node. Best regards, ...Show All

  • .NET Development Old style BarBreak?

    Anyone know of a way to implement the old style BarBreak menu item property I have been searching for a while and I'm pretty sure its right in front of my eyes. I hope. In case noone knows what I mean: The BarBreak property makes the menu appear on a new line, or column in the current dropdown. Try setting the the BarBreak property of the  MenuItem instances you are dealing with in order to acomplish this. ...Show All

  • Windows Forms scrolling text

    Hi All,  I have been tasked with adding a scrolling message at the bottom of an application. Apparently, management wants to pass information to it's associates with this 'ticker tape'. I think it's a distracting annoyance and hey, what ever happened to 'face to face' contact ! Anyway, I digress.  I guess I will use GDI+, but I was wondering if anyone& ...Show All

  • SQL Server Access is denied error on bulk insert using UNC filename

    I want to do a bulk insert of a file located on a different machine then the SQL Server database. machine1 and machine2 are running Windows Server 2003 Standard Edition. SQL Server v8.0 is running on machine2. Neither machine1 nor machine2 are in any domain. (These are servers at a hosting company.) I use a UNC filename to specify the file to load. It looks something like this: \\machine1.someplace.com\reportdata\report200602.txt I get this error message when I attempt the bulk insert using SQL Query Analyzer: Server: Msg 4861, Level 16, State 1, Line 1 Could not bulk insert because ...Show All

  • .NET Development Is there anyone skilled in windows services?

    Hi everybody, I've a big problem with a Windows Service I've created using C#. It's a very simple service: it just starts a TcpListener listening for incoming connections on a certain ports. First I compiled it on FW2.0, and run the service without any problem. Some days ago I had to performe a sort of "backporting" to FW1.1, I compiled the source code, installed the service but as I try to start it I get a timeout and a system error. I know that if the "OnStart()" method doesn't retunr in 30 seconds the OS generates an exception but there's something I'm still missing: 1 - why the _same_code_ works if compiled on F ...Show All

©2008 Software Development Network