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

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

kiagenwa

Member List

ccdev
shameed2
Kumarsamy
matt.Jay
DaGeRe
DSD
ybuzby
Kadal Amutham
S0nny88
Lerxst
Jason David
William Melvin
Polymorpher
??
Greazy
Darryn Lavery
ImCampos
Adrian Adamiak
GeordiePaul2004
Vlad Bezden
Only Title

kiagenwa's Q&A profile

  • Visual Studio Express Editions My.Settings Not working anymore since upgrade to Beta 2?

    Problem since upgrade to Beta 2, I have a program in production that I cannot edit anymore, any help appreciated... SOmehow, When I look into My Project, under Settings, it says that there is no Settings file, and offers to create one... i tried that, it created settings.settings and Settings.Designer.vb, used to have MySettings.Settings and MySettings.vb.. Tried renaming, cust & pasting, nothing seems to work... Any method making new format Settings.settings point to my old Settings file Hopefully http://forums.microsoft.com/msdn/ShowPost.aspx PostID=19543  will help you sort this out. Best regards, Johan Stenberg ...Show All

  • Visual Studio Remote building

    I'm currently finishing a system able to perform builds of .Net solution on a remote server based on code from VSS. Will it be possible with the MS build system and VS 2005 to perform builds on remote machines You will also be able to use Team Build (which is a part of Visual Studio Team System).  Team Build is built on top of MSBuild and will provide the ability to run builds on a dedicated build machine. Overview of Visual Studio Team System - http://lab.msdn.microsoft.com/teamsystem/ Overview of Team Build - http://msdn2.microsoft.com/library/ms181710(en-us,vs.80).aspx Faisal Mohamood - MSFT MSB ...Show All

  • Visual Studio Team System Creating team project error.

    This is the log when I created the project. It didnt created succesfull. Please help. 05/30/2005 01:19:16.875 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://levalencia:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 05/30/2005 01:19:17.218 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0.328125 seconds 05/30/2005 01:19:17.312 | Module: ELeadServiceMediator | Template Information for domain "levalencia" retrieved from eLead web service | Completion time: 0.09375 seconds 05/30/2005 01:20:46.765 | Module: Engine | Retriev ...Show All

  • .NET Development Read by serial port

    Hi, I'd like read and write one byte by serial port and I’ve some problems. I'd hope you can help me. private : System::IO::Ports::SerialPort^ serialPort1; ....... private : int LeerAngulo(Boolean estimulo){ int anguloRecibido; Byte buffer=System::Convert::ToByte(estimulo); serialPort1->Write(buffer,0,1); anguloRecibido=System::Convert::ToInt32(serialPort1->ReadByte()); return anguloRecibido; } It results error in function Write error C2664: 'void System::IO::Ports::SerialPort::Write(cli::array<Type,dimension> ^,int,int)' : cannot convert parameter 1 from 'unsigned char' to 'cli: ...Show All

  • Windows Forms Drag and Drop - Object in my location ??

    Newbie alert !!! Is there anyway to determine if an object exists at a location. ie.  objectatloc = ObjectAtLocation( Point ( x, y ) )  or something similar  I know this is possible in other languages, but haven't seen a reference in Windows Forms stuff. Thanks. J. ...Show All

  • Visual Studio Express Editions No windows.h

    I've just installed VC++ Express and tryed to compile Clanlib (www.clanlib.org). But the compiler told me that I don't have the windows.h file. I'm surprised. This file isn't given with the VC++ Express instalation What shall I do This link explains what to do: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ ...Show All

  • Visual Basic Capture text from another program and store it in the clipboard

    I've seen several articles regarding "screen scrapes" and other forms of captures but I have not found one that fits my needs. I am currently developing an application that needs to read text generated by another program. The other program is a telnet client. An example would be: In the other program, I type a command that will generate anything from 30 to 256 lines of output. I want my program to capture this output as it is generated (screen shot will not work because the information will scroll off the screen) Currently users are required to use copy & paste to use my application. This can be a major pain if the out ...Show All

  • SQL Server calculated sum

    I have a dataset that returns a measure and a bunch of dimensions. What I need to be able to do is calculate a sum of this measure based on one dimension. ie.. Sum(measure) where dimension = "Top". Any ideas on how to accomplish this. Not sure if this solution will work for you, but you can add a Calculated Field to the Data Set, say: "FilteredQty", defined as (assuming Quantity is an integer): CInt(iif(Fields!Country.Value = "USA", Fields!Quantity.Value, 0)) Then in your report you can use this expression: Sum(Fields!FilteredQty.Value), wich should return 4 rather than 10 To make it dynamic, "USA" can be re ...Show All

  • Visual C++ Embedding an edit control into a tab control

    I want to embed four different edit controls into four different tabs. How do I do that Please include more details What technology are you using What have you tried so far yourself Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual C++ Need Hierarchy chart for VC++ 2005

    Hi, Can anybody tell me where can I find Hierarchy chart for VC++ 2005 Thanx ManuLi Hi, Thank for your replies. I am trying to the hierarchy chart for MFC 8, I am aware of MFC 7, but since MFC 8 is available I am looking forward to MFC 8. I searched on the MSDN site, still no result. Thanks ...Show All

  • Visual Studio Team System NUnit vs VSTE

    Hi all, I'm interested to know what people think about VSTE unit testing and also what people currently using NUnit think about this new support for unit tests in Visual Studio. What I can see myself after a short look at the features is that VSTE offers a great integration with the development environment as well as the addition of code coverage. NUnit on the other hand doesn't require a project and can be integrated to the source code assembly to test internal methods (not only public ones). So, which tool do you like most NUnit or VSTE Why What about TestDriven.NET I tink both are very usefull. When a comapany is going to buy Te ...Show All

  • Visual Basic Antialiasing

    Does anybody knows the code to 'Smooth lines' Can anyone explain the pros and cons of 'Drawing2D.SmoothingMode.AntiAlias' and 'Drawing2D.SmoothingMode.HighQuality' Is one 'better' or 'quicker' than the other tia, boops ...Show All

  • Windows Forms Overlaping

    Hi everyone, I am working on Vb.net and I want to make a simple Msgbox to pop up when two images over lap each other can u please tell me if you know thanx, Simon No I want it so that when one picture overlaps another a message box or somin will pop up Dean ...Show All

  • SQL Server Re-do replication for new release

    We alter the database schema that our production application uses with almost every release.  Is there a way to basically remove the replication and re-do it for all tables / views at one time   Then we could just "rebuild" the replication with every release.  We have about 200 tables and 200 views that have many dependencies.  I'm sure it could be done with scripting and the stored procedures, but I'm new at this and not sure where to start.  Any ideas   Thanks! Yes, you could script out all the replication settings (publication, articles, jobs, subscriptions, etc) using ...Show All

  • Visual Studio 2008 (Pre-release) boolean dependency properties

    In another thread a user asked about dependency properties http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=338749&SiteID=1&mode=1 Whilst trying to help him I discovered that if you set a dependency property as a bool then an exception of type 'System.ArgumentException' System.Windows.DependencyProperty {System.ArgumentException} is thrown, but an int causes no such problems. Is this a known issue Simon Ok, I'm trying to have the same issue. I put this code in a custom control: public partial class CustomControl : Control { public static readonly DependencyProperty IsTestProperty = Depen ...Show All

©2008 Software Development Network