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

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

jglenn66

Member List

mat_net
sureshbabu
chanmm
builtsoftware
Moussa El-tayeb
jeje1g
HeHeHeHeHeHe
RobAus
billlocke
Anu Viswan
JF002
James Perry
J. de Vries
jenright
Daren Fox
Gwenael
Ankur Goel
khurramatk
jordan kaliher
scottgu
Only Title

jglenn66's Q&A profile

  • Visual C++ Atlthunk.lib help.

    I'm using Visual C++ 2005 Express with SAPI 5.1. I managed to fix the header file compilation errors, except that atlthunk.lib does not exist. Is my solution the same as with using WTL with Visual C++ 2005 Express (I'm referring to the site here .) Yes it is. The page you mentioned describes how to entirely remove the need for atlthunk.lib. That's what providing definitions for AllocStdCallThunk and FreeStdCallThunk does for you. ...Show All

  • Visual Basic delay displaying .net forms

    I'm calling a .Net exe from VB6 and loading the .net form has a delay. If you click on the current VB6 window before the .Net form loads it ends up behind the current window and the icon never appears in the taskbar. The only way to get to it is the alt-tab. I'm calling execute and wait from my VB6 app so the .Net exe has to finish before the VB6 app can go on. How can I get the .Net app to act like a modal window and not allow them to click off ...Show All

  • Windows Forms Maximum form height bug?

    It appears that there is a bug in the vb.net form designer that prevents a form height from being taller than the current system screen height. For example, if you are working on a system that has a resolution of 1600 x 1200, and in the vb ide form designer you attempt to drag a newly created form's height, the maximum you can go is 1212 pixels. The value is always limited to slightly larger than the screen height. Changing your screen resolutio ...Show All

  • Visual Studio Team System Using relaitve paths in .testrunconfig?

    Hi all - when adding an additional file to deploy via the .testrunconfig, I noticed that the IDE adds the complete path name even if I specify a relative path.  So, ..\build\MyDll.Dll gets added as C:\MyDir\build\MyDll.Dll. But if I edit the .testrunconfig file by hand, it shows up in the IDE as <Solution Directory>\build\MyDll.Dll Is there any way to do that w/o having to edit the file by hand Thanks, Phil ...Show All

  • SQL Server SQL Profiler and Analysis Services Connection Error

    When trying to profile Analysis Services, I am getting the following error: TITLE: Connect to Server ------------------------------ Cannot connect to xxxxxxxx\SQL2005. ------------------------------ ADDITIONAL INFORMATION: The operation could not be completed. (pfutil90) ------------------------------ BUTTONS: OK ------------------------------ (I xx'd out my machine name) I can browse and see the databases on the server. Any ideas why I cannot c ...Show All

  • Visual C++ LNK2019:Unresolved External Symbol when trying to link my DLL

    can anyone help me in this problem. I have a program which i wish to compile to dll. I managed to compile it into a dll format. But in order to ensure the dll is working I wrote a simple test program. But when i compile the test program it give me this error: This is the dll program: #include "stdafx.h" #include <math.h> #include <cmath> #include "caaSfdt.h" #include "caaLinearInbtwn.h" #include "caaFi ...Show All

  • .NET Development Exactly when does a runtime callable wrapper call QueryInterface?

    Hello all, we are using a COM component written in ATL that answers queries for interfaces depending on the capabilities of connected hardware. Either it returns E_NOINTERFACE or the corresponding interface. This is implementied with the following entries in the COM MAP: BEGIN_COM_MAP(CController) ... COM_INTERFACE_ENTRY_FUNC( __uuidof (IOptional), 0, &QueryOptionalInteraface) END_COM_MAP() We are currently writing a C# cl ...Show All

  • SQL Server Javascript Error When trying url access

    Hi, i have a problem with the rs 2005, using url access to call a report: --------------------------- Error --------------------------- Error: 'RSClientController' is undefined Calling a report from the reportmanager works. The rs2005 runs on a machine with a parallel installed rs2000. I configured the virtual directory to machinename/reports2005 & machinename/reportserver2005. When i debug the clientscript i see that he reque ...Show All

  • Windows Forms Open new form in same window

    Hey I am working with c#, trying to build a Windows Form Application What I would like to happen, is If I have a MENU Strip With a drop down of WINDOW then under there, ADD Sale I would like a new form to open, but in the same form. (if you know what I mean) The only 2 ways I have seen is Open new form, new window OR Using Tabs Tabs is the closests, but I dont want the tabs to show If you know what I mean, or have a solution, please let me know ...Show All

  • Visual Studio Cannot add new items on Web Projects

    Hi, I'm having this weird issue and I cannot fix it, I've tried a clean re-install of VS2005 B2 but that doesn't seem to help. The problem is with Web Projects, wheter I try to add a new item I get "Object reference not set to an instance of an object" I'm using the Standard Edition. i know this is extrememly old but what do you mean switch to a new user........ ...Show All

  • Microsoft ISV Community Center Forums Excel Keyword search

    Hey folks I hope someone can help me. I am using excel 2003 and have written a VBA code to search about 10,000 hidden lines and unhide them when they come acorss a keyword. What I can't figure out is how to get it to run through the database once and stop. Anybody have any ideas. Thanks Hi Echo, You need to know the end row and the current row. Once the current row = the end row then its time to ...Show All

  • SQL Server RUN SQL Profiler with non sysadmin role in SQL Server 2000

    Hi, Is it possible to RUN SQL Profiler with non sysadmin role in SQL Server 2000 Is it possible to include the GRANT ALTER TRACE function to SQL Server 2000 David Chai davidch@avanade.com Hi David, It's NOT possible to use SQL profiler with non-admin role in SQL Server2000, NOR can you use "Grant Alter Trace" to grant a non-admin an access to run profiler in SQLServer 2000. This feature is new in SQLServer 2005. Please ...Show All

  • Visual Studio 2008 (Pre-release) Data Grid control in Avalon

    Hello, Is there any grid control available for Avalon Are there any samples presenting such functionality Thanks in advance Edmundas Hi, I just look into the DataGrid Demo but saw a selfmade Grid and not a Grid made from Microsoft. Will Microsoft develop such controls like in ASP.NET or Windows.Forms Thank you very much in advance. ...Show All

  • Visual Studio Team System SMTP Server timeout on Alerts

    Ok.. in trying to get alerts working I have tried to troubleshoot why the TFS is not communicating with the smtp server properly. It continues to timeout. I have done the following to test.   Ran the following code from the TFS using the TFSSERVICE account as the from address with no problems both with UseDefaultCredentials as true and false and works just fine. http://blogs.msdn.com/psheill/archive/2005/11/22/495863.aspx Hav ...Show All

  • Visual Studio Express Editions How to retrieve month name in VB2005?

    I'm trying to use this code but it generates an error: Dim thisDate1 As Date Dim thisMonth1 As String thisDate1 = DateString thisMonth1 = month(thisDate1) It generates an Error: value of type 'date' cannot be converted to 'integer' I use similar code retreive current year and it works: Dim thisDate As Date Dim thisYear As Integer thisDate = DateString thisYear = Year(thisDate) I wa ...Show All

©2008 Software Development Network

powered by phorum