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

Software Development Network >> Jerod Moemeka's Q&A profile

Jerod Moemeka

Member List

panagorafredrik
bdingivan
marktait
avarkey
guilhermecvm
Paul_Wilson
Balasaheb
TcoUpLoad
Amrish Deep Ravidas
Martin.S
Frank Cassata
owangecounty
Boudhaditya Banerjee
RichardAU
Gene Humphrey
PeterdeLeng
Degremont
toladyh
Nigel36
StevenCardinal
Only Title

Jerod Moemeka's Q&A profile

  • Visual Studio Express Editions Did I mess up?

    I created a project, unchecking "precompiled header" and checking "empty project" because I simply want an empty page to work on. I finish the creation process and it says it's all good, but it won't automatically open. I thought that was kind of weird, so I try to open it manually from within VC++. It won't open. Then I try manually opening it from My Documents and here's what comes up: "IntelliSense information will no ...Show All

  • Smart Device Development wifi API for pocket pc 2003???

    Hi experts, I really need to get all the wifi information in pocket pc 2003. I test with Qtek 9090. I try to search all in msdn and qtek page, but i can't found any informations about it. Can you show me how to do that with API Second question: Can we know when the GSM network is enable or not If i understand exactly i have to use TAPI 2.0 for pocket pc 2003 can you show me some sample code for pocket pc 2003 Thank you so much. Julien Thi ...Show All

  • Visual C++ Date time stamp can't be this difficult

    Hi, I'm writing what should be a simple program to auto-edit a text file.  If an error occurs, the program makes an entry in an errlog file which should include an date/time stamp. Unfortunately, I can't figure out how to do it.  I started in namespace std and included <string>.  I found <ctime> but as I struggled to make it work, I received warnings that it was deprecated. After some digging, I found DateTime, which r ...Show All

  • Visual Studio Team System Displayed name of parameter in custom validation rules

    Hello, When you declare a public property it's name should be ofcourse without spaces, and it's displayed as it is in the parameters list in the properties window. When I look at the built in validation rules I see that the displayed names of the parameters contains spaces how can I do that. Also I want to add description comments to these parameters. thanks You can use the DisplayNameAttribute and DescriptionAttribute with each p ...Show All

  • Visual Studio Team System <checkin_note label="Comments" required="true"/>

    Hi there! I've added this xml line to Versioncontrol.xml file in my custom project... This way I garantee that every developer sets comments in every check-in (let's forget about what's meaningfull and not). But, There's allready a comment text box in Pending Changes - Source Files window. Isn't there a way to reuse text inserted in that window to this window (Pending Changes - Policy Warnings) Best Regards, Rui Dias ...Show All

  • Software Development for Windows Vista Documentation for MSH in WinFX SDK January CTP

    Hello, I finally suceeded in installing the entire January CTP SDK of Win FX, the run time components, the Vs.NET additions for WWF ,the CTP Of Visual studio .net code named Orcas, Expression (both the designer and the interactive designer). All are working fine and without any problem. But when i want to view some information regarding the documentation, I keep getting this dialog box error. --------------------------- Error ---------- ...Show All

  • .NET Development please help me to do this chat program

    hi i am newbie to this i want to do chat program in asp.net for my company.my need is if i specify that remote ipaddress in my textbox and press button thet invitation has to go to that remote system using ipaddress and one popup mas has to come for that remote system that has to indicate "this fellow from this ipaddress inviting u for chat".then they both can chat this is my need, can u provide coding to do this chat p ...Show All

  • Visual C# class arrey and vs 2003 problem

    am doing a c# winform using vs2003 am trying to make a program that lets the user slecet more than on row in a datagrid and copy it and pass it to othere datagrid so i mad a class to hold my data and mad an arrey from it like this: [code] namespace WindowsApplication9 { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Windows.Forms.Form {    private System.Windows.Forms ...Show All

  • SQL Server Insert / Update Trigger based on a column's value

    I am new to triggers and surely could use some help. I can create a trigger to insert related records based on the main tables ID and insert that value into other related tables fine... but... How do I create a trigger that can insert a record into one table for a columns given value and then insert a record into another table for another given value For instance: New row... Table1, Column1 (PK) has a value of 101 Table1, Column2 has a value of ...Show All

  • Visual Studio Deploy a Website with crystal and 2005

    I have been spinning my wheels trying to deploy a website that we built in 2005 beta to a 2003 server.  What merge module do you use on the server and where do you get it from The crystal website says to get it from the install DVD and can't find it anywhere on there.  Also how do you deal with version issues The report was built in Crystal 10 developer. What dll needs to be deployed  etc Thanks ! adam Hello Adam, Please t ...Show All

  • Visual C++ #pragma unmanaged and _MANAGED macro

    We would like to use _MANAGED to determine if the code is compiled as native or managed code. Unfortunately, _MANAGED is always defined when /clr switch is used. #pragma unmanaged does not undef the macro. Is there any way to tell for sure that the code is being compiled as native or managed Thanks, Sean Forgive me if I misunderstood what you want to know. But if you want to know if a program is being compi ...Show All

  • SQL Server Possible Fix SQL Server 2005 Express Install Errors 29503 or 1067

    Hello, I spent days trying repeatedly to install SQL Server 2005 Express edition and always received an error message.  I uninstalled SQL Server 2000, cleaned the registry, uninstalled/reinstalled Visual Basic 2005 Express, read all the forums and tried every combination. I always received this failure message: The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Serve ...Show All

  • Software Development for Windows Vista SQLPersistence in Custom Activity

    I am creating custom activities on the fly and including these activities to the workflow designer toolbox. On completion of every activity on my workflow, I want to persist my workflow. What will be best approach for implementing this I though of adding persistence code in the Execute method of my custom activities. At the time of creating the custom activity, I won't have a workflow instance running and so this is not possible. Is there ...Show All

  • Visual Studio .NET-BroadcastEventWindow error on program termination

    I get an application error (.NET-BroadcastEventWindow . . .) when closing my application IF I open a Crystal Report.  If I run the program without doing any reporting, it closes fine.  This problem occurs both on the development machine and with the app deployed to a client machine. The environment is VS2005 Beta 2.  In doing some searching, it appears others have had this problem (though not necessarily with VS2005 Beta 2) and s ...Show All

  • Windows Forms DataGridView.RowValidated event is thrown even if no edition occured.

    Hi all.. I'm using RowValidated event of a DataGridView control to save changes to a database kept as an XML file. I noticed that when I just run the application, this event is also called causing the database to save the current record. This has 2 problems: 1.- Unnecessary overhead, by saving the database when it isn't necessary. 2.- One of the column field is named LastUpdatedDate which stores the last date and time when the record ...Show All

©2008 Software Development Network

powered by phorum