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

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

_JJ

Member List

Wellnow
doyoucy
Nefer-Ra
Calvin Bell
JenniferS
Al Pie
missbluebar
Andrew Crowder
Carl Janssen
albiemanmike
Gurpreet Singh Gill
ColoradoKid
PEng1
Loki70
Deldy
JCJCJC
kymaita
Rgranada
Michael_P2234
LeoXue
Only Title

_JJ's Q&A profile

  • Visual C++ Compiler Error C2838 explain??

    somebody please explain -- msdn help - Compiler Error C2838 Error Message 'member' : illegal qualified name in member declaration A class, structure, or union uses a fully qualified name to redeclare a member of another class, structure, or union. The following sample generates C2838: Copy Code // C2838.cpp // compile with: /c class Bellini { public: void Norma(); }; class Bottesini { Bellini::Norma(); // C2838 }; have a look at this code template<class _E> class x_basic_string #ifndef WIN32 : public basic_string<_E> #else // WIN32 : public std::basic_string<_E> #endif // WIN32 { #ifndef WIN32 #define _cdecl typedef const_pointer const_iterator; typedef size_t size_type; #else // WIN32 typedef ...Show All

  • Visual Basic loading adobe

    I have created an adobe file and all I need to do is when someone clicks the 'Documents' Menu the adobe file opens up. the code that I have now is PDF.LoadFile(qwdoc.pdf) Qwdoc.pdf being the file that I want to load and pdf the name of the pdf on my form Can anyone can tell me what I am doing wrong or what else I need ! Oh, btw-I have the com reference for the adobe reader added to my toolbar and my form. Since you aren't trying to automate Adobe Reader, it is much easier to use Internet Explorer to do this. You can show the PDF in IE using one line of code and no COM references: System.Diagnostics.Process.Start( "iexplore.exe" , "c:\qwdoc.pdf" ) Just make su ...Show All

  • SQL Server Thesaurus full test search

    Dear All, I am not able to let thesaurus in SQL Server 2005 works. My full indexed table has 4 records as follows: tony roby mary antony The following is my tsENU.xml file: <XML ID="Microsoft Search Thesaurus"> <thesaurus xmlns="x-schema:tsSchema.xml"> <diacritics = false/> <expansion> <sub>Tony</sub> <sub>Roby</sub> <sub>Mary</sub> </expansion> </thesaurus> </XML> After I execute the following query: SELECT * FROM Person WHERE CONTAINS (*, 'FORMSOF(Thesaurus,"Tony")' ) the result is only the record containing 'Tony' but I need Tony, Roby and Mary to b ...Show All

  • Visual Studio Not able to create a new Guidance Package project

    I'm not able to create a new project with Guidance Package template I successfully installed Guidance Automation Extensions Technology Preview (June 2006 Release for Visual Studio 2005) and Guidance Automation Toolkit Technology Preview (June 2006 Release for Visual Studio 2005) When I try to create a new project with Guidance Package template (File, New, Project, Project Type: Guidance Package Development, Template: Guidance Package) I got Recipe Framework Error: Do you have a solution Error detail: System.TypeLoadException: Microsoft.Practices.RecipeFramework.Library.Actions.CreateUnboundReferenceAction, Microsoft.Practices.RecipeFramework.Library ---> System.IO.FileLoadException: Could not load file or ...Show All

  • Visual Studio Team System Clearquest integration?

    For the moment my division is still using Clearquest for issue tracking. For the time being at least we would like to use TFS for source control but still use CQ for issue tracking. Does anyone know of a way to get the CQ integration to work with TFS source control the way it used to with VSS (It used to auto prompt to add comments and insert records back into the CQ's). This has come up as a migration concern for our existing process. Thanks Thanks for the update. Yea I kind of figured this could be the case. I'll send in a formal request through our contact. I was hoping that some backward compatibility mode could have kept things working, since they integrated with something similar to ...Show All

  • SQL Server Help Passing Complex Variable Types to a Web Service Task

    I need a little help here and appreciate any insight into this issue. I am building an SSIS package that retrieves data from a database to use in a web service task. So let me give you a little more broad overview of the package so you can understand how this is supposed to roll. A database is queried and those values are dumped into a recordset. A foreach loop uses each row of variables to call the web service and dump the returned values to another database. The first database holds a bunch of fields, but the four fields of interest are: a StartDate (DateTime), a StartFormat (single char), an EndDate (DateTime) and an EndFormat (single char). The output from the query of the first database is the input in the signature of a web servic ...Show All

  • .NET Development Stored Procedure does not exist

    Hi, I'm trying to run a stored procedure with the Database class. I have tried two different ways, db.ExecuteDataSet(spName,params) db.LoadDataSet(spName, dataset, New String() {tableName}, arrParams) and both throw the excexption the stored Procedure 'spName' doesn't exist so i decided to run the hands on lab of the data access application block, and guess what it happened again!! the same error. The stored procedures does exists!! and runs perfectly. When I run db.ExecuteDataSet(CommandType.Text, someQuery) it goes just right!! so it is not permisions over the data base (thats what i think). So if anyone can help me here I will really apreciate it. Thanks!! Are you sure you have the DAAB pointing t ...Show All

  • Visual Studio 2008 (Pre-release) WPF hosting DirectX

    I am trying to run an app that uses DirectX and C# in a WPF/Vb app. I created a usercontrol with C# that essentially runs the main window of the DirectX app. I tried the usercontrol with .NET 2.0 and Windows Forms and all is OK. I then tried it with WPF and I got a LoaderLock error which I got around by turning off the LoaderLock exception in VS2005. I do not get any exceptions but the DirectX part of the original app does not render. All the other controls in the original app render OK inside the WPF window, but the DirectX part is black. Any ideas Thanks John Unfortunately i did not write the DirectX app and some parts are obscure. However, did find that the render loop is in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I'd like to have a game developed...but I need a partner.

    I teach 1st grade. I have an idea for a simple 2D (Phonics) game...but I don't have any skills as a programmer. I wanted to know if any programmers would be interested in a partnership   The game basically involves a little character running around the screen to pick up letters and form words. The character would have to avoid certain obstacles on screen. The game would require a lot of speech to sound out the words that the onscreen character created. That sounds interesting. How big do you think the market is What distribution channels are you looking at Also, do you already know someone who can handle some part of game-making, such as art, sound, or programming If you don't k ...Show All

  • .NET Development SerialPort component problem while ReadLine()

    i am trying to use this SerialPort component of .NET 2.0 framework in a very simple windows application and i am getting the following exception message at the line with ReadLine(): "The I/O operation has been aborted because of either a thread exit or an application request." The code I am using is from the MSDN C# Samples package with the name "UsingTheSerialPort". I can communicate via my comm port using Hyper Therminal of Windows without any problem, so I have set all properties of the SerialPort component in my code according to the properties I used in Hyper Therminal. here is how i add the datareceived event handler: private void Form1_Load( object sender, EventArgs e) { // Ope ...Show All

  • SQL Server Access File

    Hi, I created a connection Microsoft Jet 4.0 OLE DB Provider to insert data in access database, but I always create a access file manually in directory. It would have with to create an archive automatically in SSIS I try to use Script Task and put a ADOX.Catalog but i dont have a reference. Thanks Andre Rentes ...Show All

  • .NET Development Connecting to a telnet server

    Basically what i want to do is make my program connect to an existing telnet server, put in a username and password, wait til it receives a prompt then run a command and grab the next lines for me to parse and use. If anyone can point me in the direction of a good tutorial on the best ways to achieve this that would be great You should make a socket connection to the telnet IP:port. Then do socket operations to send commands, user/psswd and receive server responses. Take a look at the Sockets class for the various operations. ...Show All

  • Visual Studio Express Editions Webbrowser icon problems

    how can i make the icon of my form turn into the favicon from a site that gets navigated to That's what a web browser does: each time you access the page, it reads the information in the header and downloads the file, if necessary. Some web browsers are better at it than others. ...Show All

  • .NET Development .NET remoting and authentication

    I'm trying to use the System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection on the server to authenticate the client...BUT i would like to use some sort of custom authentication....preferably a username and password sent with CallContext.setdata. well if i set anything on the client with CallContext i don't get anything on the server side. plus the identity that i get on the server side using System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection. IsConnectingIdentityAuthorized is always the username that the client application is running on...can't seem to make it use a custom identity or anything. so my question is....is THERE any way to send custom data on the beginning so that i only h ...Show All

  • .NET Development No coherence with the number of weeks per year. GetWeekOfYear()

    The number of weeks per year depends of the year, the result is either 52 or 53 To get the number of weeks in a year, I use the Calendar.GetWeekOfYear() method. Here is the code I wrote thanks to a MSDN article: // Gets the Calendar instance associated with a CultureInfo. CultureInfo myCI = new CultureInfo ( "fr-FR" ); Calendar myCal = myCI.Calendar; // Gets the DTFI properties required by GetWeekOfYear. CalendarWeekRule myCWR = CalendarWeekRule .FirstFullWeek; DayOfWeek myFirstDOW = myCI.DateTimeFormat.FirstDayOfWeek; DateTime LastDay = new System. DateTime (year, 12, 31); return myCal.GetWeekOfYear(LastDay, myCWR, myFirstDOW); He ...Show All

©2008 Software Development Network