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

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

peejuk

Member List

J.Eubangus
Caged
JurgenJ
Accap
Uanto
miker3x
Yutong
MeetJayBlack
madriceg
Ricky Wen - Microsoft
pyefleet
andys987
John Ravacio
jeremymy
PVL
Ronan THOMAS
Michael Creamer
Mayuresh
Kamran Sorathia
manou
Only Title

peejuk's Q&A profile

  • Windows Forms VERY odd bug when writing to app.config

    I've got a very strange bug happening which I was finally able to distill down to a problem with writing to ..\..\app.config after a file open dialog.  It appears that if a file open standard dialog is closed with the "open" button&nb ...Show All

  • Visual Basic Looping through files

    I am using Visual Basic 2005 Express Edition and I am trying to create some code that loops through the name and last edit date of files in a folder and all of its subfolder. Is this possible Thanks You shouldn't use those If statements because that means you're calling GetFiles and GetDirectories twice, thus getting the arrays they return twice. If you're going to use If statements you should call GetFiles o ...Show All

  • Visual Studio Team System TFS without Active Directory

    We haven't upgraded our Microsoft network to Active Directory yet. Is there any other way we can install TFS or VSTS Thanks Can I still connect to my NT4 network Do I have to create "workgroups" as in a peer network, or is it a different concept of workgroup Thanks. We've already got a Windows network, but we haven't upgraded to Active Directory yet. ...Show All

  • .NET Development How to use Membership and Role Provider in a Window App.?

    How can I use the asp.net 2.0 membership & role providers in a Windows form application I want to use roles to authorize access to different features in the winforms app based on the users login. I would like to be able to either use the login control, or write my own for windows, that uses the SQL Membership & Role provider. Are there any articles out there that explain this scenario I appreciate anyones help with that. Than ...Show All

  • SQL Server Sytem.BadImageFormatException

    Hi, i am trying to send data to my data base SQL but i get this following exception: "System.BadImageFormatException"   Aditional Information: Trying to run a program with an incorrect format. the code that i am using is the following Dim c1 As New BD sql = "INSERT INTO Cliente (Name , LastName ,ID, Edad, Sex, Phone, Adress) VALUES ('" & Me .TextBox1.Text & "' , '" & Me .TextBox2.Text & "' , ...Show All

  • Visual Studio Team System Namespace Administrators ?

    I find the term "Namespace Administrators" confusing.  What is meant by "Namespace" here   Isn't this really "Repository Administrators"   You can call the same web service methods that gssutil.exe uses.  The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to s ...Show All

  • Windows Live Developer Forums how to test launching an app directly

    Hi, in the MSN Messenger Launch Site SDK it says that you can open a standalone (single user) application by doing this: var AppID = "10331003"; var emailID = ""; obj.LaunchApp(AppID, emailID); It says that '1033' is the country code and '1003 is the application code (Helix). How can I test this with my application The MSGRP2P.xml has an EntryID that needs to be 7 for test programs. I tried to launch me test ap ...Show All

  • Visual Studio Team System Logging files modifications

    Hi, In Visual SourceSafe, it is possible to have a log (file) where an entry is written when a modification (add, share, branch..) to a file is done. Can we have the same thing with TFS Thanks Rene Langevin Hi Richard, Can you give me more information about how I can do that Thanks Rene ...Show All

  • SQL Server Event ID: 107 MSSQLSERVER cannot connect to the report server database

    I only receive this error message when I reboot my server. I was wandering if there was a time limit I could set for SQL before it connects to the report server database. Event Viewer Log Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . Windows Help and Support provided no further information o ...Show All

  • Visual C# Typedef-equivalent in C#?

    I pass integer IDs to a variety of functions. I want to create a type for each ID so the compiler can check I am passing the right type. In C I would do this with typedefs. E.g.: typedef int personID; typedef int addressID; void DoSomething(personID p, addressID a) { ... } How can I do this in C# Creating an entire class seems like a lot of overhead. Truthfully, wrapping primitive types just to reimp ...Show All

  • Windows Forms Font height and width

    Can anybody provide an example of creating a font with a specific height and width I used to do this with LOGFONT but in .NET I couldn't figure out a way to do this, either than P/Invoking CreateFontIndirect. Thanks, Kostas You can use Font.Font(FontFamily, Single, GraphicsUnit) Constructor. Set GraphicsUnit.Pixel as GraphicsUnit. And AFAIK you cannot set the width of a char, only it's height. ...Show All

  • Visual Studio add project in VS.NET 2005

    Hello~~ I want to add project in VS.NET 2005 to VSS 2005 not add solution. that is....  [[ made ]] 1.  Solution 1        Project A   ( A only has rights )        Project B   ( A, B have rights ) 2.  add solution to source control  [[  ]] 3.  Solution B1 make 4.    Project B ( Add existing project from source control ) 5.&n ...Show All

  • Visual Basic checking properties of folders

    Hi all, I am trying to run some processes to tidy up our SAN storage.  A couple of the things I am struggling with are : 1)   Checking the security of the folder properties to check who the owner is 2)   Checking the security of the folder to check if "Inherit" is ticked 3)   Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All

  • Visual C++ 1780 null reference pointer was passed to server - is there really anyway to get rid of this????

    hi, I am now working in a project which has the following environment. OS : windows 2000 server Platform : .net 1.1 language : vc++.net currently this project is in vc++ 6.0 (rpc server) and a vb 6.0 (rpc client) app will communicate to this thru rpc calls. now i have successfully (of course after having MANY number of errors) compiled it into VC++.NET. for some reasons, the vb 6.0 app will remain as it is. my problem is ...Show All

  • Visual Studio sgen.exe exit with code 1

    hi folks, can you plerase help me with the above error! I've reviewed the comments in a similar thread and carried out all the actions to no avail. My solution is made up of a Winform project which accesses a Web service in the solution. I've removed/added the web service and the problem project, to no avail. Please help.   Thanks Was this a project that you upgraded from Visual Studio 2003 ...Show All

©2008 Software Development Network

powered by phorum