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

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

techbuild

Member List

tedeum
Rob Leenheer
cristy
LMcFarlin
asdfj
delaysteam
chellios
MarekR
THNH
Johan Koster
nesma
Syed Hasnain Ali
dimondlight
Mike Best
Palestinian98
bobmarley165735
Jon Voigt
Robert Tarantino
idealsys
nmd
Only Title

techbuild's Q&A profile

  • Smart Device Development referencing drawing2d using vs2005 cf 2.0 c#

    Hi, i am a complete novice so please excuse me if this question is naive. I am creating a project in c# and wish to use graphicspath which is in drawing2d. The help files seem to suggest that system.drawing.drawing2d is referenced from within a project using c# and compact framework 2.0. I do not see this under the references and can find no sign of it in the add references screen. So my question is, is drawing2d.graphicspath available through cf2.0 or not . If yes how do i make it available cheers ...Show All

  • SQL Server BCP IN ISO-8859-1 (ISO-LATIN-1) TYPEFACE

    I NEED TO BCP DATA FROM A TABLE TO BE COMPLIANT WITH THE ISO-8859-1 (ISO-LATIN-1) TYPEFACE IS THERE A SWITCH I CAN USE TO TAKE CARE OF THIS. EMAD I am not sure what you mean by compliance with ISO-LATIN-1. If your column collation is specified correctly then BCP will automatically preserve that upon export. So when you create the data file you should get the characters exported correctly. BCP also has the -C option where you can specify the code page used for character translation explicitly but this parameter is meant for backward compatibility purposes. ...Show All

  • .NET Development DoEvents()

    at beginning i want to say sorry for next DoEvents topic, i searched forum but i didn't find answers... i have some simple mouse click event: private: System::Void button1_MouseClick(System::Object^ sender, System::Windows::Forms::MouseEventArgs^ e) { for(int u=0; u<2000;u++){ ...long loop Application::DoEvents(); } } thing is that after clicking button application response (for eg. clicking another button...) at second time, at any first action it animates clickling button1, it's weird cause mouse cursor isn't even on it, i tried also this->Refresh(); instead but this didn't want to work completely... ...Show All

  • Windows Live Developer Forums How To???

    Hello... i’m new in dev and i want to know how to create an app to send a message to my online contacts... i’m using VS2005 (c#). Tks. Paulo You should consider using the Alerts service to notify a set of contacts (people that have opted into receiving the notifications), which based on their presence and routing rules would be via IM, e-mail or mobile.  You publish content to the system via a RSS feed. Please see http://signup.alerts.msn.com and/or http://alerts.msn.com for information on setting up and account to start publishing. Todd Biggs ...Show All

  • Visual Studio Urgent! I am absolutely stuck!

    Help- Please see thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=234772&SiteID=1 My reports in VS Pro 2005 are blank! I've spent almost a week on this problem. My client is NOT amused. Doesn't anyone from BO monitor these posts Thanks G. ...Show All

  • Visual C++ Linking the microsoft platform SDK to VS 2005 express

    Hi, i have read through various threads regarding methods to link the microsoft platform SDK to visual studio 2005 express beta 2. Personally i have tried changing the express.dll.config file to "C:\Program Files\Microsoft Visual Studio 8\..." where I include the path to where my microsoft platform SDK is located. Well that doesnt work. So i tried the "create a PlatformSDK folder under VC folder" method. N ow afxwin.h is located in C:\microsoft platform SDK\include\mfc so basically i changed the folder name to PlatformSDK and put it in the VC folder. Well that didn't work as well. What happened is i will still receive an error message saying ...Show All

  • Windows Forms VB: an Interface for a service, using events?

    Hello, I am writing a Printer Monitor app which forces the user to authenticate against an SQL database when the user attempts to print and then the program logs the job data to the DB. I also wanted an icon in the system tray which would allow a user to see the status of monitor using the color of the icon and a tool tip (say& ...Show All

  • Visual C# Show Console

    I want to ask how I can show results or something in console while I am usinf windows application or Forms You could probably create timer in console app, and have the interval of 1000, to read a file and output the information to the screen. And in the Form app, the app could write to the file that the console is reading every second. PS: May cause an exception, but you could also use registry ...Show All

  • Visual Studio 2008 (Pre-release) How to generate fault from SecurityTokenAuthenticator implementation?

    In CreditCardTokenAuthenticator.ValidateTokenCore method in CustomToken Sample simply throws a SecurityTokenValidationException when invalid card information is present in the request. Instead of this, I would like to generate a fault. Also how would I secure the fault message before I send it to the client Thanks. ...Show All

  • Visual Studio How can I specify the location of an external image in parameter?

    How can I specify the location of an external image from a parameter Ive tried to set the image to external and set the value to tie to a parameter. And then i pass the parameter over but the src for the image remains empty and no image is displayed. Any ideas Thanks. hi i also have need this problem i have tried this bug i don't say send parameters for image location who say wath is doing thanks! ...Show All

  • SQL Server Service Broker Security Question

    If I have a stored procedure that is reading data in one database and writing it to another database (same instance) are there any extra grants that I must do. I do have a user created in both databases with the same certificate (backup and create certificate from the file system) and I've done the GRANT AUTHENTICATE TO [SessionsServiceProcedureAudit] ; GRANT EXECUTE ON <the cross database stored procedure> Gary Are you talking abount an activated stored procedure trying to execute a stored proc on a different database In this case you are not dealing with Service Broker securit ...Show All

  • .NET Development How To Connect to Database after Deployment

    Can anyone help me as to how I go about setting up my program so that after I make it into an .exe for installing on another machine it will give me the option to connect to a database on a server. Like I said this is useing the Windows Installer. Any sample code or links would be a big help. I have made the program useing the setup and deployment wizard but when I install it on anothe machine it needs to be able to connect to a database which it can't. Please help this is driveing me nuts. Thank You WackoWolf You need to have connection string information in the config file. Have you done it this way ...Show All

  • Visual C++ Derived Hashtable Problems

    Hi - I have created a class that derives from Hashtable whose items are arraylists, creating a multimap of sorts for which I can iterate through all the items of the same key. I have overwritten the set_Item property method so that adding an item always places it in the arraylist for the given key. I am having trouble with the get_Item method though. If I don't define the get_Item method than I get a compiler error when I try to use it, even though it is a valid public method of the Hashtable base class. Here's the error: error C2775: 'AEM::Shared::CListMap::Item' : no 'get' method is associated with this property see declar ...Show All

  • SQL Server Linked server - Double hop issue

    Linked Server double hop issue !! I have a trouble that looks like the double hop issue. I have a web app running in a server and the data layer executes stored procedures in SQL Server 2005. From these stored procedures I have to access to dbf files on another server, so I use a linked server. I have no problems executing the stored procedures from the sql analizer in the server, but when I run the app in a client machine an error occurs, the stored procedures fails and the error message is "Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server XYZ" When I setup the li ...Show All

  • Smart Device Development concept for evc/dll

      I would like to ask some question for win32 dymanic library in evc system , does some concept can given when should can i added more dll in this part /project/setting/link/object/library modules : Does it support that much diff dll in evc system kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib frontend_pc.lib winmm.lib I could not understand the question quite well, Can you please let me know what exactly you want to do. Thanks, Gangadhar ...Show All

©2008 Software Development Network