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

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

Hammad_Awan

Member List

DirkR
Jason D. Camp
BenCh1
dez66
DD_Helmetman
dotnetsekar
wencey
tee_user5
Slyspa
Neil_D_Jones
fbalas
sl333
Healthcare Network Admin Jerry
Samaro
kaushikn1
sangminny
RG1234
Martin Gentry
excelthoughts
Gopinath M
Only Title

Hammad_Awan's Q&A profile

  • Visual Studio SandcastleGUI product update (freeware)

    Hi,   The latest version of SandcastleGUI (v1.18) is available for download at http://www.inchl.nl . This version contains the following new features:   - Table of contents and search capabilities for website output type. - Resolved generic typenames (Dictionary<string, int> instead of Dictionary~2). - Scrollable/resizable userinterface.   TIP: Add video examples into your documentation to really impress your customers!   For more information see inchl framework preview documentation: http://www.inchl.nl/help/e08e8df3-c5d1-19f6-4b32-5c2b97cad4cc.htm (OpenFileDialog) http://www.inchl.nl/help/531e6a17-d1da-455c-496a-eca1958cabab.htm (OpenPictureDialog)   Kind regards,   Stephan Smetsers stephansmets ...Show All

  • Visual C# Specifying Times for Today's Date

    I have two variables..."aStartDate" and "anEndDate" Every time my application runs I want the following to happen: I want "aStartDate" to be populated with today's date (whatever date that is), with a time of midnight and then I want "anEndDate" to be populated with the same date, but with a time of 11:59 p.m. I can't seem to figure out how to use the DateTime functions to do that. Thank you in advance. Sean ...Show All

  • Visual Studio Team System So much technology for so little results

    The Team Foundation server is simply a source control database with simply check in and checks out, and a set of windows forms or bug tracking, all connected to a share point database. But to install that thing, you need a dedicated server (yes, share point cannot be shared, only the mighty Team Foundation server is allowed to configure it and use it), then the SQL Server 2005 with its full options, then ……. So, an entire computer is required, just to get a set of simple functions, that cannot be even used from the web directly (yes the business analyst must have visual studio 2005 installed in order for him to file a bug), or download a third party tool. So the question is, do you have any future plans to allow th ...Show All

  • .NET Development WebClient and FTPWebRequest "Error 550: File not found"

    I am using FTPWebRequest and WebClient to access a remote server. I keep getting an error "550: File Not Found" error from the server when I try to access (Download or Delete) files that are not in the 'root' directory. For example, I use the following code to download a file WebClient request = new WebClient (); request.Credentials = new NetworkCredential (AppSettings.FTPUsername, AppSettings.FTPPassword); request.DownloadFile(" ftp://www.onlinefilefolder.com/dir1/file1.txt ", destFilePath); When I execute the DownloadFile code, I get the "Error 550" message. I have looked at a trace file of the client/server interraction and found that the WebClient class sends the following command to ...Show All

  • SQL Server TSQL Logic Help

    I have a Rule table that looks like this. Rule_ID (PK) vMin vMax vName I would be recieving the vName as an input. I need to go through the table to make sure that the rules (Min and Max) are not intermingeled. Rules can be within another rule but can not cross. This is Correct Rule 1 vMin = 10, vMax = 20 Rule 2 Correct vMin = 15, vMax = 18 Rule3-Incorrect vMin = 8, vMax = 12 Every time the SP is fired I need to be able to check if this rule is valid or not by comparing it to all the rules in the table. if it is not valid I need to fire an error back. how can we get the logic of this code to work Please help Try this out: select t1.RuleID,t1.vMin,t1.vMax,t1.vNa ...Show All

  • SharePoint Products and Technologies How to build a custom list form with SharePoint Designer with attachment support

    When I Build a custom list form through Sharepoint Designer 2007, I don't have any support for displaying attachments. Of course this list has been enabled for attachments. I am currently running WSS V3 FR + Sharepoint Designer 2007 FR. Regards, Hi, guruevi's solution, which I found on his web site, does not work. When clicking 'Attach File', it does bring up the appropriate interface. However, after browsing and selecting a file and clicking 'Ok', I get an 'object required' message and I have to 'cancel' out of the 'Add Attachment' view of the page to continue. The attachment does not save. ...Show All

  • Visual C++ problem with AfxBeginThread

    hi i am geting error while using AfxBeginThread here is my sample code UINT CTestDoc::ThreadFunc(LPVOID pParam) { CSpinner* lpSpin = (CSpinner*)pParam; // Get a pointer to the continuation flag return 0; } void CTestDoc::SuspendSpinner(int nIndex, BOOL bSuspend) { CWinThread* m_pSpinThread[nIndex] = AfxBeginThread(ThreadFunc, (LPVOID) &m_cSpin[iSpnr]); } i don'tknow how Attachment complet code in this forum if u want complet code please send me u mail id my error is AfxBeginThread' : none of the 2 overloads can convert parameter 1 from type 'unsigned int (void *)' Tu understand the problem, take a look at this FAQ, about pointer 'this', http://www.cod ...Show All

  • Software Development for Windows Vista Problem with Workflowdefinition??

    Hi all I seem to be having a problem with the workflowdefinition. If I add a branch to a parrallel activity to a workflow at runtime from a host, The workflow runs but when I try to retrieve the workflowdefinition to show it in the designer I get the following error: Unexpected end of file while parsing Name has occurred. Line 19, position 16. Could somone help me with this Thanks Mario Hi Tom Thanks for your interest. I am using Beta 2.2 but it is hard to give an example here as it includes a predefined workflow. I am creating a workflow from my application and then changing it from the host at runtime in order to reflect changes in the environment. When I add a custom activity, I seem to ...Show All

  • Visual Basic Microsoft Agent Request Events Problems

    Happy New Year VB Experts, I am attempting to use the Microsoft Agent in an application; you know, the Clipit and Merlin characters. According to the documentation that I have found there is a Request event which is fired by a number of the Agent methods. The agent _RequestComplete event is used to keep the Agent animations and the rest of the program in sync. This is how I attempted to program the Request event. The code sample just contains the code pertaining to this problem. Public Class Form1 Private WithEvents MYAgent As AgentObjects.Agent Private MYChar As AgentObjects.IAgentCtlCharacter Private MYRequest As Object Sub LoadAgent() MYAgent = New AgentObjects.Agent With MYAgent .Connected = True ...Show All

  • .NET Development What does "coded rid out of range" mean?

    I'm getting the following error when i run PEVERIFY on an assembly: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0>peverify "c:\Program Files\m etaSapiens\PageMethods for VS 2005\Addin\PageMethods.Addin.dll" Microsoft (R) .NET Framework PE Verifier. Version 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. [MD]: Error (Structural): Table=0x0000000c, Col=0x00000001, Row=0x00000001, has coded rid out of range. 1 Error Verifying c:\Program Files\metaSapiens\PageMethods for VS 2005\Addin\PageMethods.Addin.dll What does that error mean, and is it something to be concerned about -david The assembly is actually part of a Visual Studio add-in (not written by me) calle ...Show All

  • SQL Server .Net CF 2.0 Error , "Can't find PInvoke DLL 'dbnetlib.dll'."

    Hi All, I'm developing Pocket Pc application, In that i have set of statement, which establishes connection with sql Server 2000 Database. When ever I try to open SqlConnection, I’m getting error "Can't find PInvoke DLL 'dbnetlib.dll'.". Right now i am working in .Net Compact Framework 2.0 , But previously i worked in .Net CF 1.1 i didn’t face problem while doing that. Can any one help me to solve this issue   My code exactly look like :   Private SqlCmd As New SqlCommand Private SqlTrans As SqlTransaction Private SqlConn As SqlClient.SqlConnection Private SqlCmdBuilder As SqlCommandBuilder Private SqlDataAdapter As SqlDataAdapter Public Function Select_DocumentTempl ...Show All

  • Windows Live Developer Forums Preloader for VE javascript

    I've done some searching and turned up short. Anybody know if it is possible to load your page very quickly, simply showing a loading message while the VE js file downloads I know the file has been optomised and it served really quickly but it would nice to have the page load up really quick and give some sort of status. I came across this: http://www.phpied.com/javascript-include/ But have had no luck :( John. Thought I'd seen something similar before and it took me ages to find it again. Not sure if you are after something like this http://atlas.dotnetslackers.com/Load.aspx thanks SoS ...Show All

  • SQL Server XML reserved chars

    consider this short T-SQL snippet: it fails because instruction set @m = '<boom' contains an illegal char: declare @m nvarchar(255) set @m = '<boom' declare @msgs nvarchar(max) set @msgs = '<test1>'+@m+'</test1>' declare @x xml set @x = @msgs Anyone knows a way to automatically or manually convert '<boom' into '&lt;boom' when I assign to an xml datatype something like that: set @msgs = '<test1>'+PREPARE_FOR_XML(@m)+'</test1>' TIA I've tried the CDATA and I'm surprised of what happens: if you run the following statement declare @m nvarchar(255) set @m = '<boom' declare @msgs nvarchar(max) set @msgs = '<test1>'+ '<![CDATA[' + @m +']]>'+'</test1>' dec ...Show All

  • Visual C++ Linking between two projects

    //Project one: test (Class Library) //header file: test.h #include <iostream> namespace test { template < typename _uintX, class dum = dummy> class CTest { public : typedef _uintX uint_type; CTest(); CTest(uint_type value); uint_type testfunction(uint_type value); }; class dummy { public : dummy(); }; } //cpp file: test.cpp #include "test.h" template < typename _uintX, class dum> test::CTest<_uintX, dum>::CTest() { std::cout << "Constructor Called" << std::endl; } //Project two: testApp (win32 console application) //testApp.cpp #include "../test/test.h" us ...Show All

  • SQL Server how to select the newest records for each project ?

    i have the following table Project Name Date 1 Dennis 01-01-2004 1 Peter 03-03-2005 2 Henry 01-02-2003 2 Lisa 04-03-2003 2 Peter 05-05-2005 2 Simon 05-06-2005 2 Lisa 12-12-2005 3 Henry 02-02-2004 4 Peter 03-04-2003 5 Joan 12-10-2005 For each project i would like to have the latest responsible person, so that i get a list like this Project Name Date 1 Peter 03-03-2005 2 Lisa 12-12-2005 3 Henry 02-02-2004 4 Peter 03-04-2003 5 Joan 12-10-2005 Can someone please tell me ...Show All

©2008 Software Development Network