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

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

JustaCoder

Member List

Todd Foust
slack7219
Naoko
Nigel A Banks
amitsingh18
RBrown1375
Simone Postè
CristianC
Mario Marschner
Dariya
Valery Smirnov
Edward Kim
makis2
KingOX
Kyriakos
michaelv
VCPPUser
williamguy
TB_01
psc161
Only Title

JustaCoder's Q&A profile

  • Visual Studio Team System Error 28004.Error service account is not valid

    Hi I'm logged in using a local account that belongs to the local administrators group I'm doing a clean install of the VSTFS Dec CTP (following the same careful procedure as with beta3: IIS+ASP.NET > reboot > SQL2005 std(final) > reboot > wss2.0 sp1 > reboot > wss2.0 sp2 > reboot) When I try to install VSTFS (single server) I get this error around half-way through I'm using 2 domain accounts (as specified in the install.chm) with the following properties (for both accounts): -Part of the local administrators group -Log on Locally and Act as Service rights are set This server is NOT the PDC in the Active ...Show All

  • Visual Studio Right to left layout

    Hello all I am using the ReportViewer in local mode in windows application(C#). Now I want the reports layout to be right to left as i can do for forms, since i am using a right to left language. How do I do this I tried variant of properties but none of them crete the right to left layout perfectly. Itzik Katzav ...Show All

  • Visual Basic entering the time and date on a form

    How do I put in the time and date on a form in VB.NET I did what my book has told me but all it shows up as is 01/01/2000 on the date and the time reads 12:01:01 and doesn't change. So how do I make it show the correct time and date There is another part in my book that explains how to put it in the status bar but I don't want to put them in the status bar. Please help me! you can give your users more control over the format of the time if you .NET it with: Me . Label1 . Text = DateTime . Now . ToLongTimeString or Me . Label1 . Text = DateTime . Now . ToShortTimeString these will be formatted according to the machine settings ...Show All

  • .NET Development How do you set a refference in a project!

    What I really mean is... How do I right code that will set a refference to an assembly. I need this information so as to accomadate pluggins in my project. I can successfully map to a DLL and execute methods and such. The problem arrises when I attempt to make a form located inside of my dll pluggin a MDIchild of the Executable that called the pluggin.    I perhaps could use some advice on how pluggins are achieved. Hi, Please go through the following article: http://www.codeproject.com/dotnet/PluginManagerClassBrk.asp Regards, Vikram ...Show All

  • Visual Basic Search text in .BIN (binary) file

    Hi, I have a file (.bin) that is compressed with the following information: Color Food Color Food Color Food ............... (until end of file) For each string, it'd be 10 bytes long. So I'd read the first 10 bytes, it'd be color1, next 10 bytes, it'd be food1, next 10 bytes, would be color2.... etc. How do I: This is the code I have so far.... visual basic code: I'm afraid I'm going to ask you a few more questions :) - does the file actually contain 10 characters describing the color, followed by 10 characters describing the food If so, are these ascii encoded characters As for your code, the bigge ...Show All

  • Windows Forms Record locking Access 2002 Via VB .NET

    I am currently designing a windows forms based help desk system in Visual Basic .NET I have recently started testing in a multi-user environment and discovered that a pessimistic record locking scheme is required for this type of data entry. My dilemma is that I do not know how to call the Pessimistic record locking from VB .NET. I am using and&nb ...Show All

  • Visual Basic Why only 1 base class allowed?

    Hi, Im new to .NET. I have a set of AppDev training cds and the lesson on Inheritance briefly flashed over base classes. I understand the concept of Inheritance, but why are derived classes only allowed to inherit from only 1 base class DM It's a decision the CLR designers took way back. Allowing multiple inheritance has its own set of problems. See http://blogs.msdn.com/csharpfaq/archive/2004/03/07/85562.aspx or Google "multiple inheritance" for more details on its pros and cons. ...Show All

  • Visual C++ Trouble with Visual C++

        Hello, I'm having some trouble with Visual C++ . It seems like a lot of things in the program don't, "Update," correctly. For example, I started a very small project, and compiled it with no troubles. I used the namespace std, and it gave me no errors. Then, I created a new project, and tried using the same namespace. It said that it did not exist. Why is this happening     Thanks in advance for any help. Marking Jonathan's answer as a correct one till a reproducible sample is posted. JFlash, please unmark the post once you post a sample. ...Show All

  • Windows Forms Globalization of special folder names

    I turned on the code checking feature of VSTS - what a mistake At any rate it got me thinking because it was suggesting that I put my strings into resources. Is there a method that will deliver the culture dependent strings for the special folder names, in particular Desktop, My Documents, My Pictures, etc. Rather than displaying file names like C:\Documents and Settings\This user\Desktop\somefile.doc, i'm displaying Desktop\somefile.doc Don't know what the standards say about this, and I know the horrible long path name will be a bit shorter in Vista, but since Windows uses My Documents and Desktop in its dialogs, etc, I think my p ...Show All

  • Visual Studio Team System Team Queries vs. My Queries

    Under "Work Items" in TFS I find Team Queries and My Queries. I presume that only I, the creator of a query, can see a "My Query', and everyone on the team can see a Team Query. Is this correct or is there a different purpose in mind for the two query types TIA, Barkingdog ...Show All

  • SQL Server BIDS programming

    Hi, I want to create a wizard to help build my packages for certain situations, something like the export and import wizard. I couldn't find the API to do it. can you help Thanks Noa Can you be more specific I only found programming custom components to SSIS, not a wizard to ease use. ...Show All

  • Visual Studio Team System error MSB3491

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2797,9): error MSB3491: Could not write lines to file "obj\INFAPNET.TENNET.UI.csproj.FileList.txt". Access to the path 'C:\Build\TENNET ERP\Nightly Build\Sources\INFAPNET.TENNET.UI\obj\INFAPNET.TENNET.UI.csproj.FileList.txt' is denied. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3021,9): error MSB3491: Could not write lines to file "obj\INFAPNET.TENNET.UI.csproj.FileList.txt". Access to the path 'C:\Build\TENNET ERP\Nightly Build\Sources\INFAPNET.TENNET.UI\obj\INFAPNET.TENNET.UI.csproj.FileList.txt' is denied. Confi ...Show All

  • Smart Device Development VS2005 RC : No Windows Mobile 5, No Win CE 5 Projects with C++

    When  I create a new Smart Device Project with VC++, choose a win 32 app, I only get a PPC 2003 and Smartphone 2003 projects. How do I get Windows Mobile 5 (PPC and Smartphone) and Windows CE 5 projects with VC++. With VB and C# I get them. Keen to explore the new API features. Using the Release Candidate of VS2005, complete install. Hi, I just have a question about WinMobile 2005 SDK ... After installing this SDK i'm just able to make project in VS2005 for PPC 2005 devices ... But in EVC 4.0 SP4 there is not any sign of PPC 2005 Project !! Is it right ! I should go for VS 2005 for developing softwa ...Show All

  • Visual C# Resizing

    I have the following issue: When I want to resize he form and its controls. Does Autosize handle it all , or do you have to code all sizes manualy Ancher property changing to None does a bit but when I make the form smaller controls get hided in "Nowhere". It has to automaticly change the position and size.. ...Show All

  • Software Development for Windows Vista 5270..good install..need drivers

    Hey everyone, Alright, well i had a successful install but afterwords i am left with some things in my device manager. I figured that. I can figure out all of them except for the mass storage controller device. How do I find out what driver it is asking for That is currently a problem A trick i use is to remove the device from device manger and let windows pick it back up by doing a rescan. This has usally ended up in telling what the device is. You should also turn on auto update as new drivers are being offered all the time there. Josh http://windowsconnected.com ...Show All

©2008 Software Development Network