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

Software Development Network >> Johan J's Q&A profile

Johan J

Member List

Zekske
HMariana
akks
Vaassu
AlpanaDhole
CSharpCoder
ZopoStyle
Diango
--Alan---
samame
NICKSLICK
David C Baldauff
jackinthegreen
Mike Brown
luai7
krishna_ta
tamorgen
Stealth549
pkv
leo1
Only Title

Johan J's Q&A profile

  • Smart Device Development VS2005(CF2.0) - PPC 2002

    Hi, Presently I am working on VS2005(CF2.0). Can any one tell whether my appliation work (deployed) on pocket pc 2000. If you have an idea please let me know which plat forms are supported by CF2.0 Thanks in Advance. and hopefully that solution was the realization that a CF2.0 application will run on any platform you can install the CF2.0 framework on ...Show All

  • Smart Device Development how to catch email sent event from the device[via managed or unmanaged code]

    Hi All, I am using windows mobile 5.0.[both pocket pc as well as smart phone version] I am facing a problem in catching email sent event.I have an application which is runing as a service application. There is both managed[C#] as well as unmanaged[c++] modules are in there. I have to do some insertion in db on email sent and recieved event.I have catch the email recieved event via a manged code and done my process. But I have search a lot but can't find any help on how can I catch the email sent from the device by any mean that is managed or unmanaged [some body advices me about IMAPISession.Advise method in my other post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=780469&SiteID=1 ] I search a lot But can't fi ...Show All

  • Visual C# XML childnodes

    How can I get the values of the childnodes by element name - < Radio > < Genre_Genre_Country > Genre_Country </ Genre_Genre_Country > - < Station > < url > http://64.72.118.137:7050 </ url > < Title > Boot Liquor Radio - Dysfunctional Country Station </ Title > </ Station > - < Station > < url > http://67.159.26.2:9794 </ url > < Title > Star104 - Today's Best Country! </ Title > </ Station > - < Station > < url > http://130.166.72.1:8006 </ url > ...Show All

  • SQL Server SSIS Tutorials: Lesson 1 - missing Customers.xls file

    I can not seem to locate this file any where on my computer let alone in the specified directory. With out this file, it would be very difficult if not impossible to go through rest of the SSIS tutorials. Could I ftp this file from some locations so I could get started on the tutorials. I would very much appreciate any help. Thanks So what of the following path do you have C:\Program Files\Microsoft SQL Server\90\Samples\Integration Services\Tutorial\Creating a Basic Package\Sample Data Have you installed the Samples at all The Wizard tutorial seems to have been updated, try - Download details: SQL Server 2005 Samples and Sample Databases (July 2006) ( http://www.microsoft.com/downloads/deta ...Show All

  • Windows Forms How can I override the default Text when extending a toolbar in VS 2003 version?

    I wanted to extend the toolbarbuttons with mytoolbarbutton. How can I override the default Text when extending a toolbar in VS 2003 version Here is the sample I wrote (I know this is very awkward workaround) and wanted to make it proper. public __gc class MyToolBarButton : public ToolBarButton { private: String* _title; public: MyToolBarButton() : ToolBarButton() { ... } __property String* get_Title() { return this->_title; } __property void set_Title(String* value) { this->_title = value; this->Text = this->_title; } } Instead of get_Title and set_Title, I want to use get_Text and set_Text (or whatever way to override the default text property) like this. ...Show All

  • Audio and Video Development MIDI on Windows (Vista, perhaps)

    Hi, I'm building sotware with MIDI capabilities (recording and playback). Should I look to Media Foundation, Direct X or just go through WINMM.DLL Any thoughts are greatly appreciated. Cheers, Mikael Media Foundation in Vista doesn't have native support for MIDI (though of course you could write the appropriate components if you so desired), so I'll redirect you to the audio development forum ( http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=351&SiteID=1 ) since there's probably someone there with that kind of experience. When you post there, you might want to provide some more details about what kinds of MIDI features your application is going to provide; that might help direct you towards the right technolo ...Show All

  • Visual Studio 2008 (Pre-release) Could not find default endpoint element that references contract IService1 in the ServiceModel client configuration section

    Hi, I am getting the above error. When I try to generate the proxy using svcutil, I get an error as: "There was an error importing a wsdl:binding that the wsdl:port is dependent on".. But the proxy .cs file is generated. The host is running perfectly and I can view the wsdl. Can someone help me out with this Also is there any example available somewhere that I can use. I tried using MSDN Virtual lab example but I am getting the same error with it too. Thanks, Akhil Jindal I got the same error. But the problem i made is that i had my proxy inside the namespace, whilst on the app.config i referenced it as "IMyContract", instead of "MyNamespace.IMyContra ...Show All

  • Visual Studio Tools for Office Deploying TaskPane for Excel 12

    Hi together I've created a new Workbook- Project with a TaskPane for Excel 2007 b2. When i run it from the Visual Studio the Excel startup with my TaskPane. Now my Problem: I need to know how to deploy the Projekt in a "distributed fashion". => Run the Worksheet with my TaskPane standalone on a PC without VS. How can i do it My System- Settings: VS2005 /.net2.0 VSTOv3 Office 2007 b2 Thanks for any idea Borowski No, because there's no run-time for VSTO v3. I know for a fact that things are going to change in the next public builds of both Office 2007 and VSTO v3, so I can't imagine why you need to distribute your current solution "as fast as possible". Neither one of the current bu ...Show All

  • Visual Studio 2008 (Pre-release) DatePicker missing

    hi there, ther is no datepicker or monthcalendar what to do thank you very very much!!!!! I'll try it only on sunday I think I really appreciate and thank you again, mangu ...Show All

  • SQL Server Questions about database Snapshot in SQL Server 2005

    Hi, all, Thank you very much for your kind attention. I have some questions about database snapshot feature in SQL Server 2005. Quesion1 : on the creation of the database snapshot, it dose not contain any data (as stated in snapshot relative document) only the sparse files defined within the file system but why once I created the database snapshot,it contains all database objects as in the original database Question2: database snapshot only contain information and data for data pages changed in original database since the creation of the database snapshot (as stated within the database snapshot relative document) But as my first question above mentioned, this really confused me. Question3: database snapshot is the copy of al ...Show All

  • Visual Studio Crystal Reports for .NET 2.0 - Failed to open report

    We are generating reports on II6 (.net 2.0). Most of the times everything works just fine, but from time to time we get following exception: System.Runtime.InteropServices.COMException (0x800003E5): Failed to open report. at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() When this problem occurs the pool needs to be restarted. The wndows server event log doens't have any trace of this exception. What could be the problem How could we analyze the problem. Man ...Show All

  • Visual C# c# arrays

    here's what i have: int [] num = new int [ 6 ]; if (numRadioButton.Checked) { for ( int i = 0; i < 3; i++) { num[ i ] = randomGen.Next(0, 9); } textBox1.Text = num[0].ToString(); textBox2.Text = num[1].ToString(); textBox3.Text = num[2].ToString(); what i want to do is add the textbox.text to the loop. like somehow put something like this in the loop: textbox[i + 1].text = num[].tostring()   i just don't know the right syntax, or do i need a helper method. basically i don't want the three lines of textbox.text code. is there anyway to shorten this alternatively, you dont need to create an array of textboxes. you can just create 1 on the fly and change its name to a unique nam ...Show All

  • Silverlight (formerly WPF/E) How to set Stroyboard.TargetName property at runtime

    Hello All How to set Stroyboard.TargetName property at runtime by using javascript . Copying from Developer Issues: According to this post , this is not possible in the current CTP. I believe it is in the plans to be added, but right now you cannot set this value. You need to create a new storyboard and attach it to each element you want to animate. ...Show All

  • Visual Studio Team System Missing merge options on first merge

    Getting some strange behaviour from merge/resolve here... 1 main dev track $/XXXTestA/Dev 1 branch created from a subset of Dev $/XXXTestA/5.30.xx Check out 1 file on Dev, make a change, check out same file on branch, make a change in the same area. Open up a VS2005 command prompt and run the following command: (In a workspace where both Dev and 5.30.xx is mapped) tf merge /noprompt /recursive /version:C412~C412 $/xxxtesta/dev $/xxxtesta/5.30.xx Where 412 is the changeset created by the checkin on Dev This gives me a merge conflict (as expected). Now I do tf resolve to fix the conflict, but when the resolve window comes up, the "merge changes in merge tool" option is disabled, why The only available o ...Show All

  • SQL Server Setup question: ASP.Net Version Registration Requirement warning message

      Hi there, I have only this warning message during the System Configuration Check: ASP.Net Version Registration Requirement (Warning) Messages ASP.Net Version Registration Requirement 64-bit ASP.Net is Registered. Required 32-bit ASP.Net to install Microsoft Reporting Services 2005(32-bit). Does this mean that I can't install Reporting Services or should I pay no attention to it and continue to install I'm running on Windows 64-bit Pro. edition. Thanks, Eric Do you have the 32-bit version of the .NET Framework installed HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

©2008 Software Development Network