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

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

MartinGoldi

Member List

SyedHassan
rain0x01
Mark Magoo
Marcus Garcia
Barry Bond
pgaliano
Srivatsn
John Fran
StallionLZ
vmanzu_1977
Yogesh Kumar Dhiman
OmniLogix
Solid Fun
Heston T. Holtmann
Doogshnooglis
Shun Yamaguchi
slopera
Spyros Christodoulou
Yuval Gatenio
Xclaim22
Only Title

MartinGoldi's Q&A profile

  • Windows Forms xp style or VS controls

    I looked control gallery in that page.They look very smart. I want to prepare xp style controls(like buttons;menu;tool...etc).I mean i want to prepare my own toolbox.Where must i start Are there any source codes(especially C#) or articles (especially for beginners)&nbs ...Show All

  • SQL Server How to import text file(no space, no symbol, no column) into mssql

     t he text file format use the length of character to define the field for example, 0001130130HAUT BAGES AVEROUS 03 9 chars <0001130130> is a field 1 char <H> is a field 20 chars <AUT BAGES AVEROUS 03> is a field one record by one record store in db no space, no symbol, no line break between each record ---------------------------------------------------------- I try bcp method, but some error happens. Please give me s ...Show All

  • Visual Studio 2008 (Pre-release) Binding still dosen't see changes

    In september ctp I was talking that binding dosen't see changes if elements it binds to dosen't exist yet.Bind ListView. ItemsSource = " {Binding XPath=something/*}" not working(ListView is still empty),if "something" does not contains a single element and you add it thereafter-XmlDataProvider.DeferRefresh()/ListView.Items.Refresh() dosen't help here too.The only solution now is explicit rebinding(not user friendly IMHO): lw.SetBinding( L ...Show All

  • Smart Device Development Switch between Portrait and Landscape mode from within app

    I expected this to be an FAQ, but couldn't find anything. I want to allow the user of my WM2005 application to switch, using a button, between portrait and landscape orientation. This must be possible: how is it done   Thanks! Julian     See if this information helps http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/screen_orientation_awareness.as ...Show All

  • SQL Server Is it possible to change the operator of an expression at run time?

    I have a report I have created in local mode, in a Winform ReportViewer using VB.net. Is it possible to change the operator of an expression at run time That is, I have a filter on a list that looks like this: Expression: =Fields!InvNum.Value Operator: = Value: =Parameters!InvNum.Value It is possible in code to change the operator from = to >= at the time I run the report If so, what is the syntax What I would like to do (do ...Show All

  • SQL Server Nothing in SQL Server Configuration Manager?

    Trying to setup local server agent. SQL Server Configuration Manager---->SQL Server 2005 Services-->Nothing showed up No single items there. So strange, Anyone could tell me what is wrong with this. 2005 Developer Ed Windows Xp professional 32 I guess. The obvious starting question: are you sure that the installation succeeded What components do you think are installed on the box ...Show All

  • Visual Studio 2008 (Pre-release) Glass effects in WPF

    I was playing with Glass effects in WPF and found following strange effect. If I make a Window complete transparent (Glass) elements such as Label, TextBox, CheckBox show black text on black background (see picture in archive). Am I doing something wrong, or is it a bug in WPF or maybe it's a grafik card I have nVidia GeForce FX 5600 265Mb. I use drivers from NVIDIA: Date 19.05.2006, Version 8.8.6.1 In archive is sample project and pict ...Show All

  • Visual C# MessageBox behind console window when run in debugger (F5)?

    I have a message which looks like this: MessageBox .Show( "Init failed!" , "Trace" , MessageBoxButtons .OK, MessageBoxIcon .Exclamation); When I double-click on the .exe file in the debug directory the MessageBox appears on top of the console window (it's a C# console application). But when I press F5 to run it in Visual Studio 2005 the MessageBox appears behind the console window (it peeks out at the bottom of the co ...Show All

  • Smart Device Development Mobile Web Forms controls and many more controls are disable...............

    Hi,      I have just started PDA application development using Asp .net 2.0.      When i am browsing "Mobile Web Forms" controls and many other controls , it is disable.      so, Kindly any one help me to get off from this problem Regards,     Keyur Mistry   Glad you got it solved. Please note (for any future queries) that this forum is for Smart Dev ...Show All

  • Windows Forms Capturing TAB Key

    Ok, I know how to capture Keys, but I can't seem to capture when the TAB key is pressed.  I know its a special case, but I can't get it. Any ideas You can catch the TAB key by creating a new textbox derived fro ...Show All

  • Visual Studio reportviewer crash in MDI winform (only in production)

    Hi, I'm using VS 2005 (RTM 050727.4200) , to coding a winforms app, i have form (JobList.vb) with a couple of datagridview to show many items, when the user click a button (btnReportColor ) , its open a new form with a parameter (JobID), the new form only contain a reportviewer control, and fill a dataset with the data to show in the report. The problem is that when invoke the report form two times(invoke one,view the report,close the r ...Show All

  • SQL Server SQL Database Template

    Hi.  I'm running VS2005 and trying to use the SQL Database installed template (right-click my project in Solution Explorer / Add / New Item / SQL Database template ("An empty SQL database for local data") to create an MDF file per the "AbsoluteBeginner-Lesson08" video available on MSDN.  When I click "Add", I get an error stating that "Connections to SQL Server files require SQL Server Express to function properly.  Please verify ...Show All

  • Software Development for Windows Vista Samples for hosting WWF in ASP.NET web Applications

    hi I'm being busy all day long working myself into WWF in combination with ASP.NET. I found a few tutorials and sample code for asp.net applications in combination with WWF, but nothing which is more sophisticated than writing a hello world. Are there tutorials which use the SQL Persistence, SQL Timer and SQL Tracking Service with asp.net applications Maybe I just couldnt find them on the web. So if someone got a good tutorial, or sampl ...Show All

  • Visual Studio Team System How to create parameters in custom extraction and validation rules?

    Hi, I created a custom extraction rule. I'd like to have a parameter in it. How do I create a parameter in a custom extraction and validation rules An example would be great. Thank you. Take a look at this blog post. The Index property gives you an example of a parameter that will appear in the UI. http://blogs.msdn.com/joshch/archive/2005/11/17/494164.aspx ...Show All

  • Visual C++ msvcrtd.dll not found

    Hi!!!!I'm not sure if this is a .NET problem and I'm not even sure that this thread belongs here.But when I try to run a compiled debug config of a C++ program on VS.NET 2003, I get the message: msvcrtd.dll not found I searched the internet and found that is a common problem,but I can't find where to download the .dll file from.Do you know Or at least do you know how to overcome the problem The msvcrtd.dl ...Show All

©2008 Software Development Network

powered by phorum