Software Development Network Logo
  • Windows Live
  • Game Technologies
  • Windows Vista
  • SQL Server
  • Architecture
  • Visual C#
  • .NET Development
  • Visual FoxPro
  • Visual Basic
  • Visual Studio
  • Windows Forms
  • Smart Device
  • Microsoft ISV
  • Visual J#
  • Visual C++

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

dzhstudios

Member List

wyeechen
DaVince
Paul200607
Elvis Silva
KSC1
K-4u
batman900
CarlDemelo
Coach24
prasad mamidi
zisha
bluebunny
hsacks
miraz912
Trubble
LokiSD
Eugenio Lysei Junior
Praveen Bala
Coyote13
satyap
Only Title

dzhstudios's Q&A profile

  • Windows Forms ADO.net Connection Error

        I am unable to register a SQL Server in Studio.net. I am SA on my SQL Server. However, when I attempt to register the server I get a DBNETLib (Connection Open) error.  I need this to do some ADO.net with my Windows Form.      I don't see how it can be permissions. I have Enterprise Manager installed and can h ...Show All

  • Windows Forms what control should i use?

    hi I need to create a simple list of items and i need to be able to group these items.. i need something that looks exactly like visual studio's Properties window (categorized) > a list of items that are divided into groups and those groups can either collapse or expand another example would be the Toolbox window, thats exactly what i would need to do and yet another example > icq instant messanger contactlist where you can group contacts.. Can you please help me with what component should I use I am sorry for this little newbie question but I've spent a whole afternoon on it and I havent found it. :-) thx in advance ...Show All

  • Visual Studio Team System Workspaces - could not be found in your workspace

    How do you fix source control bindings weh a workspace has been deleted and you try to recreate it I've recreated the workspace and I'm getting the following error when trying to checkOut; [whatever file] could not be found in your workspace. Any ideas This must be repairable! Thanks Dsvid I was receiving the item XXX could not be found in your workspace error on a tf rename command. In preparation for a namespace reorganization, i had unmapped the relevant folder (after earlier adventures with the Cannot rename XXX when it has a working folder mapping assigned to it ...Show All

  • Windows Forms How to make the mouse click...

    How can i make the mouse click automatic,  example:  if(num5 == num 6)  {  //Mouse click  }  Thx in advance  Note: This is C# and windows form. Hi everyone...in the future, I'd ask that you all please use the <<b>code</b>><<b>/code</b>> tags in the future when posting code so it is formatted nicer.  Thanks!  :)  ...Show All

  • SQL Server how do i get date into dd-mm-yy format??

    i have the following in an insert stored proc CONVERT(CHAR(8),GETDATE(),10) but this inserts 03-06-06. how do i get it to 06-03-06 Cheers, Craig Did you see the reply I posted -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ wrote in message news:acc61a6e-96e2-4412-9e4f-5ffdd7ab7b62@discussions.microsoft.com... > my sp is as follows:- > > IF (@blnConsent = 1 AND @dteActualConsentDate NULL) --This is PC > insert for YES consent where a ConsentDate is supplied > ...Show All

  • Visual Studio Team System Which ports should I open when use TFS remotely?

    I install TFS in a local network of our company and want to access it from remote place such as my home. Since the TFS is in an intranet, I have to create some tunnels on the network proxy of our company. Which ports should I map so I can access TFS remotely Thanks! Team Foundation Server uses 8143 as the SSL Port. Refer to the following link which contains detailed information on how to setup and enable SSL. http://support.microsoft.com/default.aspx scid=kb;en-us;298805&Product=iis60 Rajesh ...Show All

  • Visual FoxPro Encryption Questions

    I have written two Functions one for encryption and one for Decryption (using _crypt.vcx), I would like to encrypt all data in my app . I have a few Questions… 1) When creating my tables what do I use for datatypes 2) What about indexing Do I index on Decypt(field1). 3) What about SQL Do I do Select Decypt(field1), Decypt(field2)… 4) What about select * . Is it supposed to be this big of a pain or am I just going off in wrong direction Thanks, Sammy I personally had such ideas fleetingly long time ago and abandoned them as impractical. You will be losing a lot of ti ...Show All

  • SQL Server ERROR: SQL Server does not exist or access denied

    I am really new to SQL and am having trouble getting to first base. I installed SQL Express on a 700Mhz Pentium III with 256Mb of RAM system running Windows XP pro. The installation went smoothly except for a warning that my system did not meet the minimum requirements. I can open the configuration tools, but am clueless about their meaning. When I open Visual Studio and view the Server Explorer , I see my system GYPSY listed under the servers, and under GYPSY I see SQL Servers , and under SQL Servers I see two entries, GYPSY and GYPSY\SQLEXPRESS . The icons for the two SQL Servers have a small red X in the lower right corner of the icon. W ...Show All

  • SQL Server X.509 Certificates

    With the new functionality provided by sql server 2005, can we use the certificate functionality to act as a db store for third party certificates. Posts that I have seen so far indicate that there is no direct access to the certificate store once a certificate has been imported to the db. Given that the database is more portable (for failover purposes for certificate storeage, lack of access to the certificate store should be considered a considerable problem for ISV's. Failing that, if we need to impliment this functionality ourselves what is the best format to store certificates in the database (blob or other) thanks Mike ...Show All

  • Visual FoxPro VFP9.0 Data Access from .NET

    Hi all I am trying to acces VFP 9.0 Data from a asp.net web site and here is the problem In the visual web developer express when I hit "View in browser" The web page comes up correctly then I copy it to \\localhost\vfptest and open it in the browser and get an error indicating that vfpoledb cannot find/open the specified file. So then I go back to VWD and set the project to the IIS directory directly and hit "view in browser and it will display correctly without the error so the difference seems to be if the page is accessed as either // localhost/vfptest (creates error) or // localhost:1117/ vfptest using the integrate ...Show All

  • .NET Development Explain .ConnectionString Mechanism

    I am interested to know how the ConnectionString line of code works.  It appears to search machine.config, app.config and web.config.  Anybody have any background on how this process works   Does it really search all three files and in what order Protected Function DB( ByVal DatabaseName As String ) As String Return ConfigurationManager.ConnectionStrings _ (DatabaseName).ConnectionString   End Function   Plankton, one thing you can do is load an appDomain and I believe that will let you retrieve those settings. You are right that it does probe, star ...Show All

  • Visual C# custom cursor hotspot/.cur files/.ico file

    I'm using C# from Visual Studio 2005 Express edition, and I can't seem to "Add new item..." of type "Cursor file" to my "Windows Application" project. The "Cursor file" object is just not there. Anyone know how to do that More specifically, anyone know how to create and use single frame, custom cursors created from .ico files, and assign them an arbitrary hot spot So far I've been able to do everything except the hotspot part (the Cursor.Current.Hotspot is read-only!) I've seen snippets here and there that use the "[import blah .dll (or whatever)] ...LoadCursorFromFile()..." but ...Show All

  • Visual Studio Team System Team System - VB6 and .NET

    I am very new to Team System, I am not really sure how it all works, so sorry if this is a dumb question. I am researching team system and if it would work for the company I work for. With consideration to source control, we have programs that are written in VB.NET and VB6 can we have both inside of Team System's source control, or how does that work Thanks, TimS We are developing MSSCCI providers for both Visual Studio 6.0 and Visual Studio .NET (2002/2003). A beta of the Visual Studio 6.0 provider is available for download, but I think it only works with Beta 3 Refresh. For more informatio ...Show All

  • Windows Forms creating an install-like wizard

    hallo i'd like to supply the user a 3-steps wizard to guide the enter of some data and print out a report. I think i'll use the panel array-method, i use the same theory in developing wizards for web pages. Is there any way to use the same interface of Windows install-wizard, without having to manually recreate one similar-looking and to deal with  ...Show All

  • SQL Server The syntax of the SQL the DataSet Design Surface generates

    I'd like to design my dataset's in VS2005 in such a way that I develop at design-time using SQL2005, however I'll have the option of replacing the connection, sqladapter and command objects in the generated source code with another database's (like mysql, etc.) Since the schemas are identical across the different database kinds, the key here is making sure that the generated SQL is ANSI compliant.  Right off the bat the square brackets around table names cause problems.  Is there anyway to tell VS2005 to use the ANSI compliant quotes instead Thanks I am trying to find out your current email address ...Show All

©2008 Software Development Network