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

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

wael78

Member List

Rick Byham
dwaleke
anish77
SQL McOLAP
b1zaphod
bshalton
Neha Katoch
sbeeler
Cockeyed Bob
bberndt
King Nerd
Kevinacci
Sir Limey
bob laros
Mr Steve
Mohammad Javadpur
julioc_aragonj
Maciek Sarnowicz
akdpr
Hossam Abdel Wahab
Only Title

wael78's Q&A profile

  • Visual Studio Team System FileMapping.xml gets corrupt during template upload

    This will happen if you fail to specify the 'isFile="true"' attribute in the Classifications.xml file of the process template. If this attribute is not set then the 'value' attribute will be interpreted as a string value, not a file value, and the contents of the MSPROJ property will be "Classification\FileMapping.Xml". You will want to download the process template that is causing this problem, open the 'Classification\Cl ...Show All

  • Software Development for Windows Vista Web Service credentials

    Is there a way to set the network credential of an "invokeWebService" activity You can set credentials in Invoking event handler. WebServiceProxy is a property of EventArgs. see following posts: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=197361&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=196269&SiteID=1 ...Show All

  • Windows Forms Eventlog problem

    Why do i get this problem when i'm trying to write to the eventlog The description for Event ID ( 0 ) in Source ( MyLog) cannot be found. The local computer may not have the necessary registry information or message DLL files to display&nb ...Show All

  • SQL Server A simple calculation ?

    I have rows of data in a VB DataGrid with the following fields Product, Price/Unit, # of Units. I want to be able to display these fields plus an extended value to calculate the Price/Unit * # of Units. This seems like it should be easy, I'm just getting a little mixed up with the Syntax. Any help would be appreciated. Thanks in advance tattoo You are writing the syntax yourself. select Product, PricePerUnit, ...Show All

  • Windows Forms how to make datagrid sorting by dispay member?

    Hi everyone, I have a combobox in a datagrid, the datasource of combox is a dataview, the datasource of datagrid is datatable, I override SetColumnValueAtRow and GetColumnValueAtRow two methods, every thing is working fine so far, but if you sort combobox&nbs ...Show All

  • Windows Forms DataGridView and multiple rows...

    Hi!    I am developing a project  in VB.Net 2005 and I was wondering if it is possible, using the DataGridView, to display a row of data on multiple lines within the DataGridView For example: The rows of data would consist of: Name,  Address Line 1,  Address Line 2,  Address Line 3, PostCode Name,  Address Line 1,  Address Line 2,  Address Line 3, PostCode etc... I would like to display the data ...Show All

  • .NET Development specify odbc connection

    I cant beleive i havent found an answer to this, but here goes. I am using visual studio c++ 2005 express edition and have made an application with a specified data source using an access file. Can I instead setup the odbc connection in Windows and connect to the name of that connection instead All connection strings I have found have forced you to specify the mdb location in the project which is very inflexible and visual studio doesnt seem to ...Show All

  • Visual Basic Timer Event Not Firing on Win2k

    Hi all, I am having tourble with a timer not firing on Win2k. The service was developed on XP and the Timer fires every single time without fail moved it to the live enviroment Win2k Server and If NEVER fires. I looked at Thread timers but they are a bit ahead of me atm so I couldnt get that to work either any one had this issue before if so how was it resolved Cheers Paul Protected Overrides Sub OnStart( ByVal args() ...Show All

  • Windows Forms Compress file

    Hi all,  Win xp has built in tool for compressing file to .zip format.... Is there any way I can programatically use the tool to compress my files. Also, Please suggest if there is other ways to compress file... Thank You..... Hello Sar ...Show All

  • SQL Server Uninstalling SQL Server 2005 Sept CTP

    I am unable to remove SQL Server 2005 Spet CTP from my box. It is not listed under add remove program list neither there is any uninstall option in program menu How can I uninstall it Please help. Thanks How did you determine it's still installed   Is the SQL Server service running ...Show All

  • Software Development for Windows Vista warning C4312

    Hi, i am getting warning C4312 for following line: pFrame=(PDWORD)pContext->Ebp; where pFrame is declared as follows: PDWORD pFrame; and pContext as: PCONTEXT pContext; i am building 32-bit binaries with /WP64 flag on. i read msdn page for warning C4312. it suggests changing datatype but how cam i change types for DWORD and PDWORD i guess they are from system. Thanks, Chanakya It is more a problem ...Show All

  • Visual Studio Team System TFS Beta 3. When?

    When TFS Beta 3 will be released I read Somasegar's blog that points TFS Beta 3 will be released simultaneously with VS2005 RC1. At this time VS2005 RC1 already is released but TFS Beta3 is not. new blog, TFS Beta3 will be out about 14 days out... still in September ^^ http://blogs.msdn.com/rickla/archive/2005/09.aspx Thursday, September 15, 2005 5:37 PM Currently I think we're about 14 days out on those b ...Show All

  • SQL Server creating a table column that contains long string

    I have made a database inside a C# project using project --> Add New Item --> SQL Database. I have made its tables and define the columns, but I need a data type that allows inserting a long string , as a news paper . When I use the 'text' data type , the inserted document can't entered as a whole, only subdocument can be entered. I need also to know how can I create a table that contains Objects . of any created class. Tha ...Show All

  • Visual Basic datagrid autosize column: how?

    How to autosize datagrid's column width to fit the contents of a field in VB.NET Hello   There is a good sample on this on SyncFusion.com http://syncfusion.com/faq/windowsforms/search/877.aspx . Also there are many other datagrid samples on this link  http://syncfusion.com/faq/windowsforms/search/877.aspx .   Thanks Sunder vb.net ...Show All

  • Visual Basic ListView doesn't refresh list when called again after variables change ?

    I am using the code below to display a list of values using ListView, this works fine when this is called for the first time but then after the values of the variables have changed I have then called this code again but I just shows the same values. Any ideas Thanks again for your help For lp = 1 To 20 'Set the List to Detail View ListView1.View = View.Details 'Create ListViewItem Dim itmp As New Windows.For ...Show All

©2008 Software Development Network

powered by phorum