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

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

wEmmay

Member List

davros51
Quentin Mayberry
Drakuz
Gangy
reichard
Sushisource
Snip
wei jia jun
UtterMan
Mapa3matuk
Kira_26
Rame
Buddy Funny
zaabdullah
Chris Fink
JuKiM
lms07424
Ntc
Nim Chu
SMaia
Only Title

wEmmay's Q&A profile

  • Smart Device Development ActiveSync and PocketPc/Smart Device

    Hi I have made an application in Visual Basic 2005 for PocketPC 2003, where I generate files on the device and copy to PC with ActiveSync. I want to use several ce devices, and they have the same DeviceID, but ActiveSync want to make a new sync foler for each device C#: http://www.knowdotnet.com/articles/desktopcommunication_rapi.html  (you can easily port this to VB.Net) MSDN article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnroad/html/road03242004.asp classic VB: http://support.microsoft.com/default.aspx/kb/307256 using OpenNETCF: http://www.opennetcf.org/docs/Communication/OpenNETCF.Desktop.Communication.RAPIMembers.html ...Show All

  • Visual Studio Team System Good Free Unit Test Add-in but not support Team System

    http://www.jetbrains.com/unitrun/ This is a very good unit test add-in.  When team system will support it in future.  This feature I already suggested to Microsoft at 2005 ( https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=119393 ) I am very disappointed in Team System.  I think should I go back to NUnit.  I have not any strong reason to support Unit Test of Team System when I still using Team Edition For Software Developer.   Hi, I think that it is up to the folks at JetBrains to include support for MS Test - and I suspect that they probably are. If you want to use a unit test add-in that works with MS Test in addition to the test runner inc ...Show All

  • Visual C++ please help! compile error

    hello, I have following error in visual c++/win xp when compile a file. Please help! Thank you very much! d:\Microsoft Visual Studio .NET\Vc7\atlmfc\include\afxv_w32.h(216): error C2664: 'GetWindowThreadProcessId' : cannot convert parameter 2 from 'void *' to 'LPDWORD' Jonathan, thanks for your reply. but afxv_w32.h is from windows library, I didn't do anything with it. Any more suggestions ...Show All

  • Visual Basic printing a hard copy

    So i have an app that has text boxes, labels, and comboboxes. the program populates a database. What i need to do now is Print a hard copy of the data (from a command button on the form) and send an email to someone (through Outlook).. Can anyone point me in the right direction on how to do this Thanks. Ian. well following examples and tinkering I think I'm closer but im sure there is a much better way than this but I will post. Followed example and implemented it into the code using: http://msdn2.microsoft.com/en-us/library/cwbe712d.aspx So, we declare a string variable globally to store the contents we want to print. Dim theContentsToPrint as String = String.Empty then we of course implem ...Show All

  • Visual Studio Express Editions mment How to create Discussions forum in c#

    How to create forum using  c# true. And also, you would probably need the Web Developer express edition product but yes, as suggested, if its a website forum you are looking for - best place would be asking over at ASP.NET but also as cgraus suggested, the question is too broad. ...Show All

  • SQL Server Deployment and Configuration

    Hi: I have a SSIS package on my local machine, and would like to deploy it to DEV server. Which files should i be moving to the SQL DEV Server and where How do I modify connection managers or is there a way to do that from the Management Studio or some other way Thanks and I would definitely appreciate some prompt advise. Only the .dtsx files are required. In case you are using package configurations based on a XML file; you need to copy and secure it as appropriate. You choose the location; just keep in mind that that location needs to be accessible to the user running the packages. To set connection strings; you can use package configurations; I use a combination of XML file to set the connection string of my SQL server ...Show All

  • SQL Server Urgent:Conditional One-to-Many Mapping of Columns

    Hi, I am new to using SSIS. I am supposed to move data from a text file to a SQL Server table. I did that successfuly when I simply mapped column one-to-one, but when I could not conditionally map one column to different destination column depending on some criteria. Example: I want to make SSIS map the column A depending on the value of field X: If X= Value1 Map A -> B if X= Value2 map A -> C and so on. This is an urgent situation. I will really appreciate instant help. Thanks, Aref Use a Derived Column component to create new columns that will be inserted into B & C The expression for columnB should be something like: X == Value1 A : NULL(<data-type>) The expression for columnC should b ...Show All

  • Visual Studio Express Editions Using SQL to get information from an MS Access database

    I am sure this is a pretty basic question but I am very new to using C# and connecting an application to a database in general. I have an application created and connected to an MS Access database (everything works great) and I can have a datagrid fill all the contents from a table in the database. What I want to do is have a user type in part of word that is stored in the database and than have just those words display in the datagrid. Also, before a user types in part of a word, they will select a category from a drop down box (they have three choices) Here is the code for that: if (cbBCBS.Text.Trim().ToLower().Equals( "mr breast" )) { } else if (cbBCBS.Text.Trim().ToLower().Equals( "mra" )) ...Show All

  • SQL Server SQL Server 2005 - Replication - Snapshot Failing

    I have a "merge" publication created, with only Procedures, Views and Functions. (Note I have other merge publications that replicate the tables from the same database). I keep getting the same error (see -below) on various procedures. I cannot find anything wrong with the procedures themselves. I also checked the offending procedure by removing it from the publication and compiling it in the database...it works fine. None of my other publications (all tables) encounter this error. * I have 3 others. My version of SQL is 9.00.1399.06 Here is the message I am getting. Any help would be greatly appreciated. Note I changed the proc name due to client restrictions. Message: StartIndex cannot be less than zero. Par ...Show All

  • Windows Forms Runtime error

    Hey, I am back, ok so I have a runtime error with the code in my program that somehow has to do with what I am doing, insert Table feature, I found an example on Code Project that told you how to...But When I insert the table I get this runtime error in Program.cs: An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module. And this code was highlighted in green: Application .Run( new Form1 ()); Do you know why Or will you have to see the code Thanks :) I agree with Mike. I was looking at the code much earlier too and nothing looks as if it should throw that exception. I guess it's best to debug each line in this case and seeing where the problem hits. StackOverFlow exc ...Show All

  • Visual C# Compilation Error: ;expected

    What is wrong Where should I insert the semi-colon Compilation Error: ;expected   <a href=articleadd.aspx colid=<%Request.QueryString["colid"]%>>Add New Article</a>   Note: This line is within the <form></form> tag. Actualy there is problem in this line. the problem is that you want to return result to HTTPResponse but you did not specify = sign and compiler thinks you want to execute code. for code execution you need to end line with ; try the following line (see = sign) Tom_Liu wrote: <a href=articleadd.aspx colid=<% = Request.QueryString["colid"]%>>Add New Article</a> hope this helps ...Show All

  • Visual Studio Express Editions Master Detail

    The help article "Walkthrough: Saving Data to a Database (Multiple Tables)" in VB 2005 Express does not seem to work. If I add a new Master record and a new Detail record at the same time, the Detail record does not contain the new Master record id value. I have went through this article a couple of times but I can't get it to work. Anyone know how to do this What I was trying to do was to add a new Customer and a new Order at the same time. The example does work if I first add a new Customer and save it, then add a new Order. But won't a user who adds a new Customer possibly want to add a new Order at the same time Do I have to code to save the new Customer record before the user enters the Data ...Show All

  • Visual Studio Tools for Office How does office clipboard work?

    Hi, We know that window can place more than one object on the system's clipboard, each representing the same information in a different clipboard format. And there is a Office clipboard. If I copy the full contents of word document that contains lots of data in various data format, such Text, Image, OLE Object and so on. And I press Ctrl+V in Word application. How Word application put data on the clopboard and retrieval it again from clipboard without loss of format informations Thank you for any help! Hi, Office uses the Ole clipboard which is built on top of the regular Windows clipboard. IDataObject is the mechanism by which multiple formats are supported; an object that implements IDataObj ...Show All

  • Visual Studio Express Editions with end with ... a question

    Hi folks, consider the following with ctype (ctrl, control) .Tag = "blabla" { other statements using DOTkeyword} if typeof < ctype(ctrl, control)> is ComboBox then *** End If End With === I can use .Tag, .ForeColor etc. etc. etc. But, is the a way to use . (dot) itself, like in the if statement above Like .myself Greetings, Thymen nobugz wrote: That's not correct, it will fail to work properly on classes derived from ComboBox. Hans That is true but I wouldn't expect (or want) it to work on derived classes - obviously you would. Thanks for the warning about the "expense" of GetType. I was aware of that and probably should have included the same wa ...Show All

  • Smart Device Development Visual Studio 2005 Beta 2 - Emulator problem

    Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej My problem is slightly different: "Error: The saved state file is from another version of the emulator and is not compatible with the current emulator." Any idea where the saved state file is stored so I can delete it thanks. ...Show All

©2008 Software Development Network