Software Development Network Logo
  • SQL Server
  • Windows Vista
  • Visual Studio
  • Visual Basic
  • .NET Development
  • IE Development
  • VS Team System
  • Smart Devicet
  • Microsoft ISV
  • Visual C#
  • Visual C++
  • SharePoint Products
  • Game Technologies
  • Windows Forms
  • Visual FoxPro

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

gpalace

Member List

osamaT
PedroCGD
Bernaridho
curiousss
dagfari
Messs17
Thelostcircuit
qwv
c1t1z3n0
Buda56
anisk
sweet_salt
Wasim
slimjen1
sameach
ElvenWong
SoftFree
jdang
tizza2k
Ogulcank
Only Title

gpalace's Q&A profile

  • Visual Studio Team System Can't delete folder from the Source Control (get the folder on gray)

    Hi, I get sometimes very weird error when I'm trying to delete some folder from the source control. I get the folder on gray and I can't update the source control window to show me the source control tree without this folder. I tried to do many things to solve this problem - refresh the page, close and open the IDE but nothing really helped, the only thing that really helped me was to sign - in as tfssetup and then to delete again the problematic folder and get entrance again as default user. Just to mention that I am administrator on this machine. Can any one explain why does it happen Thanks in advance, Do you have the "show deleted items" option turned on (Tools -> ...Show All

  • Visual C# Asian characters in a rich edit text box

    In my C#, VS2005, app, there are labels and three rich edit text boxes. Chinese, Korean, and Japanese characters are being displayed on the labels, but " " show up on the rich edit controls. Operating System being used: XP, SP2, US version. I have gone into Control Panel \ Regional and Language Options and 'Installed files for east asian languages' and also 'Install files for complex scripts...". Do I need an Asian operating system to see the characters instead of the " " on a rich edit control This is the code I'm using that works for labels. m_rtfDesc.Rtf = @"{\rtf1\ansi \nowwrap " + prodDesc + "}" ; Thanks in advance. It should display what ...Show All

  • Visual C++ Incorporating Excel VBA code into a native C++ project (mixed assembly, VBA to visual basic migration, C++ interop)

    Good afternoon, I have a bunch of Excel VBA code that I need to incorporate into my VS 2005 C++ project. As I have not done anything remotely like this before any help is appreciated. The C++ project is a full windows application that processes a large amount of data; it generates .csv files that are loaded into excel upon which the VBA code is executed. This loop needs to be closed. I want to run the VBA code from within my multi-threaded C++ application. The VBA code was developed independantly from my C++ code so the less I have to touch it the better. I relieze I will probably have to migrate the VBA code to visual basic for performance reasons and I have been reading about those differences (excel is totally unnecesary) ...Show All

  • Windows Forms ClickOnce Error Message

    Hi, I'm getting the following error message & detailed report: 'Cannot download the application. The application is missing required files. Contact application venfor for assistance.' PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : file://(PATH)/SerialSNMPWinApp.application Deployment Provider url : file://(PATH)/SerialSNMPWinApp/bin/Release/SerialSNMPWinApp.application ERROR SUMMARY Below is a summary of the errors, detai ...Show All

  • .NET Development MSXML

    i assume this is not the correct place for msxml questions... where can i post questinos to the sperts regarding msxml You might try the microsoft.public.xml newsgroup http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.xml ...Show All

  • .NET Development Accepting multiple requests in server socket

    Hi, I want my server socket to accept mutiple requests arriving simultaneously. How can I acheive this Thanks very much Hi, The term "simultaniously" is suspecious in your question, What exactly you mean by that If its really about simultanious connection accptance by socket then Rizwan is right in his answer, If you wished to ask that, accepting requests ASYNCHRONOUSLY (your main thread dont stop anywhere and executes the statements and become free without worrying about the connection accepting process so your applicaiton will not hang on Accept method. So in this case, .Net has good enought apis for asynchronous operations and in your case, it will be "BeginAccept&q ...Show All

  • Visual Studio Team System error MSB3021, when building (Team Foundation Build)

    Hi There, Can anyone please help me. I sundently get a strange error, when i run a "Build type" Solution: , Project: My.sln, Configuration: Debug, Any CPU d:\Builds\Build_Dir\My_Source\My.sln(0,0): error MSB3021: Unable to copy file "d:\Builds\Build_Dir\My_Source\Build\Binaries\Debug\My.Model.xml" to "Web\\Bin\My.Model.xml". Access to the path 'Web\\Bin\My.Model.xml' is denied. -The error only comes on .xml-files And have not been there before Also see the "Web\\Bin\" with two backslashes Thanks ...Show All

  • Software Development for Windows Vista Time Zone problem in Vista

    Hi, For earlier versions of windows (Win NT and 9X) we were using " index " key at " HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones " to maintain a unique (language-independent) identifier. But it seems that in Vista this key has been removed. Why Even if that key is removed do you people have any unique ID (that is language-independent) through which we can positively identify a time zone. Regards Sid Internal sources say that the TZ key name is the * only * language independent way to identify the TZ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help, tutorials not working

    Hello i will appoligise in advanced. Beacuse i am such a noob. I have been pulling my hair out trying to follow the tutorials listed in the 'help' 'contents' 'graphics' '2d graphics' i have been trying for a long time since i downloaded the beta on the 31st to get the basic sprite and animate sprite working but its not i have no idea why, i have beedn following it to the t, and even in doubt i will just cpoy paste code still won't work. please can some body show me how to create a sprite, animate it and use the keyboard to make it walk around source code and a "walkthrew" would be awesome i would need to the walk threw obviously since i don't get it due to the fact i even mess up tutorials. my main goal is to make a ...Show All

  • Visual Basic FileNotFoundException on some machines

    Hello, I have a VB.Net program that has been loaded on a number of different computers and all works well. On a few machines the user gets "System.IO.FileNotFoundException: File or assembly name AxInterop.MSComctlLib, or one of its dependencies, was not found" I checked my Deployment project and the dll and all dependencies are included and refer to the default application directory. Any ideas why some machines have this problem Thanks, Chris It looks like on of the assemblies you are using as a reference to comctrl32.dll via COM interop. Try copying and registering comctrl32.dll on those machines and see if that fixes the problem. -Scott Wisnewsiki ...Show All

  • Visual Studio Team System Custom check-in policy

    Hi all, I'm currently investigating custom check-in policies. I've got the basic structure of one up and running. So far so good. What I would like to do is check the item that is being checked-in to see if it conforms to certain internal coding standards. To do that I need to look inside the file itself - I will then probably use XQuery to look at the contents of it. Anyway, my question is, how can I actually take a look inside the item The pendingChange object provides useful information such as the name of the file being checked-in, but it doesn't contain the path of the file. If it did then I could probably instantiate it as an XML document. Any pointers would be very much welcomed. -Jamie Hey jamie ...Show All

  • Visual C# Class inheriting itself

    Hi All,        I have a very serious doubt of whether a class can inherit itself. Though their is no purpose, i just want to know whether a class inherits itself. I have provided a sample code for you to check that it actually does which very much proves the concept of inheritance to be wrong.   public class Sample  {           public class Sample1:Sample   {           public  Sample1()    {     Console.WriteLine("Sample1 Constructor wihtout Argument");    }        public void a()     ...Show All

  • Windows Forms "one or more multiply defined symbols found" error...help

    I have a winforms application where i'm calling another form that displays the progress. I just created a thread in the progress. But i keep getting this linker error - error LNK2005: "public: void __clrcall Form1::progress::runtimerdown(class System::Object ^)" ( runtimerdown@progress@winsin@@$$FQ$AAMXP$AAVObject@System@@@Z) already defined in progress.obj fatal error LNK1169: one or more multiply defined symbols found How do I fix this It was compiling just fine until I added this thread. Why is it complaining only when i create a new member function. ...Show All

  • Visual C++ Win 32 API question???

    Hello All, I am using FILEDESCRIPTOR Structure to describe files and folders on the clipboard. This structure only allows for file paths up to MAX_PATH characters. If the total length of path + filename exceeds 242 characters, operations like drag and drop are failing. Does anyone know of any format in win 32 API, which supports longers file paths. Thanks in Advance Note: If this not a right forum to ask this question, can you please direct me to right forum. For win32 API issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Express Editions HOw to refill a database?

    I have this code in my vb.net program. Me.TickersTableAdapter.Fill(Me.DataSet1.Tickers) It fills the data from the external file fine. However, I'd like to be able to refill the data after it has been changed by an external program. Calling the line a second time doesn't work because I get "datareader already active on this command" error. How can I refill the data from the external file tia hi, i guess the external file is a database , your code retrieve a table to fill a dataset, so you don't need to fill the database back but you need to update it Me.TickersTableAdapter.update(Me.DataSet1.Tickers) hope this helps ...Show All

©2008 Software Development Network