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

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

Gareth_teh_Geek

Member List

RZ0
DataSort Software
susa
KevinBooth
Shelby Eaton
ItsShilpap
Holywhippet
Jackie Pritchard
Naoko
Enselic
Simon Masters
panther_grad
vai2000
Nick van Katwijk
SLG29
Rob Leenheer
kiranla
Thor Milde
Feitlebaum
IS-Yoav
Only Title

Gareth_teh_Geek's Q&A profile

  • Smart Device Development using namespace std;

    Hi, cool MS gurus, having Herb Sutter hired by MS, I would never expect to see the code below: file afxce.h: #if defined(WIN32_PLATFORM_PSPC) || defined(_MFC_DLL_BLD) || defined(_MFC_STAT_BLD) #define _WIN32_WCE_DOCLIST_SUPPORT #endif file afxwin.h: #ifdef _WIN32_WCE_DOCLIST_SUPPORT #include <memory> using namespace std; Aaaagrh!!! We have many thousands places in legacy code which uses MFC and own cla ...Show All

  • SQL Server SQL Server 2005

    I have just recently downloaded and installed vs2004/ss2005.  So now I have the version of ss that comes with vs2005 and the developer edition of ss.  I have been able to work with  sqlexpress thru vs2005 but not with the developer edition.  When I engage the configuration manager which is what I guess to perform the same function as the enterprize manager in ss2000, I am unable to find my databases.  What am I miss ...Show All

  • Visual C# Using an Ada generated .Net dll in C#

    Greetings, I'm currently using Ada as my main programming language. The only issue that I have with this language is that there is not any decent GUI builder designed for it, so I tried to build a test .net dll with the functions that I needed in Ada and then call it from a form built in C#. Here is an example of the code that C# executes when pressing the button of the test form: private void button1_Click( object sender, EventArgs e) & ...Show All

  • Visual Basic to get data from ipadress:port

    for example ip adress:192.168.0.100:2533 I want to get data from this adress  then what did it send to in my datagrid How can I do or another solution Unfortunately because your question is rather vague it is very difficult to easily answer, instead I would suggest looking into how to do network communications in VB.NET with tutorials such as these in order to better learn to work with networked devices/servers. The Ultimate ...Show All

  • Visual Studio Error open project from source control using MSSCCI

    Hi, all. I want to Open project from source control using MSSCCI, but failed. Following is my code: SCCEXTERNC SCCRTN EXTFUN __cdecl SccGetProjPath( LPVOID pContext, HWND hWnd, LPSTR lpUser, LPSTR lpProjName, LPSTR lpLocalProjPath, LPSTR lpAuxProjPath, BOOL bAllowChangePath, LPBOOL pbNew ) { strcpy(lpUser, "DVD"); strcpy(lpProjName, "TestVLSCC31"); strcpy(lpLocalProjPath, "D:\\SccTest002\\TestVLSCC31"); strcpy( ...Show All

  • Smart Device Development Deploy to Pocket PC 2003 - Connect to device failed

    I am having a problem deploying a very simple smart device application (in fact the has only a single control) to my Pocket PC (Toshiba E355 - Windows Mobile 2003). I consistently receive the following message:    Connect To Device Failed I have also tried to connect to my device as follows: From the Toolbar: Tools --> Connect to Device Selected Platform: Pocket PC 2003 Error Message: Connection failed.  No connectio ...Show All

  • Visual Studio Tools for Office Serious Error while debugging

    Hi, While debugging the VSTO application, I am getting following error: "ContextSwitchDeadLoack" The CLR has been unable to transition from COM context 0x159ba8 to COM context 0x1598c8 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performan ...Show All

  • .NET Development ResourceReader(stream)

    The fact that ResourceReader can take a stream in it's constructor suggests that there can be several resources in one stream (which once made into a RR can be traversed with an enumerator). Is this correct How can I get my embedded resources into such stream Take a look at the documentation for ResourceManager.  It is the starting point you will want to use to read localized resources: http://msdn.microso ...Show All

  • .NET Development Using unmanaged arrays in managed code

    Hi, I'm wondering how to use an unmanaged array in managed code. Right now, I have something like this: pixelData = new byte[sizeInBytes]; Marshal.Copy(pUnmanagedPixelData, pixelData, 0, sizeInBytes); where I basically copy the unmanaged data to a managed array. It works fine, but my gut tells me that it seems unncessary and wasteful to have to make a copy. What do I have to do to access the unmanaged data directly from managed code without havi ...Show All

  • Visual Studio Express Editions Ho could I call controls in other form ?

    Hello, I know this is a very easy question.. but I`m still beginner How can I call controls of other form for example I want to fill listbox1 which in form1 with items of listbox1 which in form2 best regards hi, in form 2 you have to put a constractor which Radu provided but remove the word void and make it public hope this helps ...Show All

  • Windows Forms Datasources not showing when on a form in VS release candidate

    I am using Visual Studio Release Candidate. Creating a winform.  I add a datasource to my windows project.  I add a new form.  In beta2 (as I remember it) you simply draged tables or columns from the datasources tab to a form.  However, my datasources tab has nothing in it when I am on a form.  If I click on a dataset window (an .xsd window) I see the datasources as I would expect them.  That is, there are tables li ...Show All

  • SQL Server Failure saving package

    Hello All, I have a package in the SQL 2000 environment that works fine. I have migrated this DTS Package to a SSIS Package using the Visual Studio 2005. After that, i made some changes in this package and now I'm trying to save it but I am facing with this error message below: TITLE: Microsoft Visual Studio ------------------------------ Failure saving package. ------------------------------ ADDITIONAL INFORMATION: Invalid at th ...Show All

  • Visual Studio 2008 (Pre-release) Is it possible to suppress the ContextMenu of a TextBox?

    Hi, I want to supress the ContextMenu of a TextBox without using IsEnable = false. Is this possible When I'm overriding the OnPreviewMouseRightButtonDown-Event and setting e.Handled = true, the ContextMenu will be shown anyhow. Greetings Cheesenhomer Ok this works, but is it also possible to toggle the supression I have an extended TextBox with a property "EditMode". If it is set to true, the contextMe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. OBB Collision Detection getting it to work

    I have some source for OBB (Orientated Bounding Box) Collision Detection. I'm certain the code is working correctly. However under only certain position will the two boxes collide correctly together. I'm sure i'm putting the rotation and translation data into the matrices wrongly. Though for the life of me i cannot see how the data was ment to be put into the algorithm in the first place. Both boxes are rotated (so both should have ...Show All

  • Visual Studio Express Editions New to Visual Basic 2005 / Need Suggestions for books, tutorials, etc

    Hi all I am new to programming, and new to Visual Basic. I just downloaded VB 2005 Express Edition about a week ago, and I have been taking the msdn video lessons. I am on video 6 of the 16 videos. There are so many books out there for Visual Basic that I don't know where to start. Maybe if I tell you what my goal is for using Visual Basic that will help you point me in the right direction. My company has an Information Technology Applic ...Show All

©2008 Software Development Network

powered by phorum