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

Software Development Network >> cheer.babe's Q&A profile

cheer.babe

Member List

Shahani Jitendra
Danny Thorpe MSFT
Rwatking
Pat Murphy
golferdrums
Luigi_C
sapeluso
fgauer
Ljones27
Mitch Kupferman
srem
Carlitos
Dan Maharry
Zeba
nad22
David_A.
digioso
zeeshan hirani
nilesh
FHaak
Only Title

cheer.babe's Q&A profile

  • Visual C++ Share Projects in one solution

    Dear all, I create two projects, say A and B, in one solution in VC.net 2003. They are basically 2 executable applications, A.exe and B.exe.   In project A, it uses some classes created in project B. I include the header B.h in A.h, and add Additional Include Directories to which B.h resides.   Compile is OK but when linking it looks like the LINKER does not know where to link obj in B project and gives the error messages like this: ATest error LNK2019: unresolved external symbol "public: __thiscall HelloWorld::~HelloWorld(void)" ( 1HelloWorld@@QAE@XZ ) referenced in function _main I do not want to c ...Show All

  • Visual Basic Problem with form and the window designer.

    Hi, I have a project who have some forms. The first one is named form1 as usual. But, I do have a problem. In my solution explorer, I don't see the Form1 (Design). I only see it's code, not it's design (in the designer) so I can't modify it's controls. What is weird, when I try to add this form to my existing project, it imports without any error and it compile exactly how it's supposed to be. Here's the structure of my project : Form1.vb (when I click on this, it doesn't start the designer) Form1.designer.vb Form1.resx Form2.vb Form2.designer.vb Form2.resx Can ayone help me asap please Thanks Nuxus ...Show All

  • Software Development for Windows Vista EventSinkActivity flow in Sequential Workflow

    Hi ! I am successfully created a sequential workflow with more EventSinkActivities. Let's call them A1, A2, A3. The flow is A1 -> A2 -> A3. I noticed that if I raise the  event for A2 before that for A1 nothing happens. This is OK, but as soon as I raise the event for A1 the earlier call to A2 is executed automaticaly afterwards. This means that some sort of queuing exist. I would really like to throw an Exception if someone tries to invoke an activity that is not the current one, or at least to cancel that call. Is there any chance to do that Many thanks Hi Arjun, thanks for your reply ...Show All

  • Visual Studio Team System Proxy Configuration for Dummies

    Hi, my coworker and I just can't get the proxy setup straight. I started a test setup where I have one TFS and one client. The client can connect directly to the TFS without a problem, now I want to do the same, but use a proxy (we will later do this between remote locations with a slow connection). I have some really basic questions and I guess I just did not understand how exaclty the proxy works. a) Where do I have to install the proxy portion (the setup in the proxy folder on the TFS CD) I assume that this goes on the machine that is the client to the actual TFS server. Like this: TFS Server ----WAN connection---- Proxy &Client ...Show All

  • Visual Studio Express Editions All functions

    Were can I download all the functuions that are available in VB.net eg(if, endif, else, and ,or ,eg), I want to print it out and keep in file, as I do not have internet at home, and I l have to do it form home. hi hendrikbez, I did not get you if,endif,else are not functions they are keywords used for branching and to execute depending on the condition. Apart from this , I think you must have a PC at home so you can buy a MSDN subscription which includes all the functions and everything you needed with examples. and if this one is not good buy one printed book of Visual basic.Net like Ms V ...Show All

  • Windows Forms Save position in DataGridView after refreshing

    I have DatagridView on a form. When user click to save changes I save tham and then re-red data agin to reflect latets updates from database. Question how I can return pintor on current record after refreshing Otherwise user clicj save and find himself on first row of DataGridView. It is really annoyning scrol to old position especially on big table Thanks If you are using the BindingSource, you can store the Position to a member variable before saving, and set it after saving/refreshing the data, IF THE SAVE DID NOT CHANGE YOUR ORDER... But I cant stop asking : WHY do you refresh the whole data af ...Show All

  • Visual C# Questions about Objects in C#

    1. Do we need to pass objects by ref, if we want to have the changes made in a calling function 2. And the same question for the objects passed by Remoting 3. Do we really gain performance in calling Dispose method of DataSet while leaving from a function(the dataset is no longer required) If yes, then what does the Dispose do there Is it freeing the memory occupied by the objects If yes, then basic definition of GC itself gone right. And while the function got executed the DataSet objects declared within the function will also be removed from the reference list. Then is it required to do a Dispose while leaving a function. (I’m ...Show All

  • Visual C# Error when adding Constant

    Hi I am trying to add a constant to my class to store the connection string once retrieved from web.config I am trying to do it via const string strConn = ConfigurationManager.ConnectionStrings["testConnection"].ConnectionString; however this keeps throwing the following error - Error 23 'mpyapftdb.DAL.DAL.strConn' is of type 'string.' A const of reference type other than string can only be initialized with null c:\inetpub\wwwroot\mpyapftdb.FireTestDatabase\App_Code\mpyapftdb.DAL.cs 20 32 http://localhost/mpyapftdb.FireTestDatabase/ Can anyone help me with this please - I don't understand why this code is not wo ...Show All

  • Visual C# help me -- sound project --

    hi i want to record sound and save it as wav file A full working example with article can be found here: Dictation Recorder with PlayBack Program using C# . ...Show All

  • Windows Forms how to make multiple sort in different column?

    I knew I can click column head of datagrid to sort that column. Can I code to sort in multple column You can as long as your data source supports it.  For the DataView, you can sort multiple columns by setting the Sort property, like   DataView dv = new DataView(myDataTable);   dv.Sort = "LastName, FirstName"   dataGrid1.DataSo ...Show All

  • Visual C++ a multithread bug

    I have a MS C/C++ compiler version 12 for 80X86 on a PC running Windows 2000. If I include a standard output statement which contains different data type values in the ThreadProc function, the threads created by the main program sometimes do not terminate gracefully. e.g. #define MAX_THREADS 4 LPCRITICAL_SECTION cOBJ; typedef struct _MyData { int val1; int val2; } MYDATA, *PMYDATA DWORD WINAPI ThreadProc( LPVOID lpParam ) { HANDLE hStdout; PMYDATA pData; TCHAR msgBuf[BUF_SIZE]; size_t cchStringSize; DWORD dwChars; ch ...Show All

  • Visual Basic Imports System.Net Intellisense?

    I've been using Visual Studio 2005 Beta 1, and I really like it.  Yesterday I ran into my first problem with it though.  My question is, when you pull up intellisense by hitting ctrl + space, what is now hidden when you view the "all" intellisense tab Here is an example of the problem that I ran into yesterday.  In Visual Studio 2005 I created a new VB Windows Application.  This Windows Application connected to a Web Service as a Web Reference, and now I wanted to pass the Web Service Credentials.  Previously in Visual Studio 2003, I typed in at the top of the page: imports System.Net This would allow ...Show All

  • Visual Studio Team System Any idea when MSFWinBuild will become available?

    Hi I have checked both places mentioned, on MSDN and GotDotNet, where I could get MSFWinBuild but neither place seems to have it.  Is there any indication when it will be come available Cheers Brett I've been working for some time now on customisation of the MSF Agile template. Given that there is no immediate sign of MSFWinBuild, I've been trying a workaround by uploading the source version of the template after testing it thoroughly in standalone on my local machine. (I appreciate this is not great performance wise, but right now I'd rather have a slow something than a fast nothing) The ...Show All

  • Smart Device Development Activesync fails to sync after installing vers. 4.0

    Hello to all,  I have upgrade activesync from version 3.7.1 to 4.0 in order to deploy my application in VS2005 beta2 to the device. After doing that, activesync stops to work: although the AS icon show connection (green) when the PDA is in the cradle, is is not possible to get the main screen of activesync ; and, when trying to explore the device, I get the following error window:  " Critical communications services have failed to start . Try resetting the mobile device, and then connect again".   To get worse, I have uninstalled AS 4.0 and went back to version 3.7.1. The problem still is there! In fact, I have tried (wi ...Show All

  • SQL Server Installing sql express on a sql standard server installed machine

    Hi, i have sql server 2005 standard installed on my machine. I want to work on express edition and learn about it but on the installation its gets stuck because a higher version is installed. If the express version is free why cant have both versions installed on my machine. Thank you. So, what would be the easiest way to go from a 2k5 Standard to Express I found Express after I installed the trial version of standard (which expired). I want to install Express in its stead. Is the easiest thing to do: 1) run a backup using Express linked to Standard, 2) remove Standard, 3) Install Express, 4) Restore Backup The only reason I have rem ...Show All

©2008 Software Development Network