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

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

socalmp

Member List

Ida
Arun-MS
Susheil
Rp777
VaderPi
wyatt blake
engelbmj
Cory
R. Brian Lindahl
checkity
PMKern
GregUzelac
admng
John_C
sterimick
holly c#er
pricebri
Zulo1968
Dave Perry
randy_w_s
Only Title

socalmp's Q&A profile

  • Visual C# Question on How to Import CSV file into SQL Express

    Greeting, Any comments would be welcome Thanks a lot~ By the way, I am using Visual Studio 2005 and SQL Express 2005~ how do I read the CSV file and put into SQL ...Show All

  • Windows Forms Lines and simple shapes on a form

    Hello! I am trying to drow a line and a rectangle on a form, but I can find no control in the toolBox (Visual C#) for doing this.. Are them trully missing or is a problem with my computer   IrimiaBC wrote: Hello! I am trying to drow a line and a rectangle on a form, but I can find no control in the toolBox (Visual C#) for doing this.. Are them trully missing or is a problem with my computer Y ...Show All

  • Visual Studio Team System Error in Reporting

    Hi TFS Users, I am working on TFS with the following versions installed.. TFS -- RTM Version SQL -- SQL Server 2005 Evaluation Version Team System -- RTM Version When i try to executes Reports (TeamProject -->Reports-->Builds) from Team Explorer i am getting the following message..[There are some builds configured and executed for this Team Project] Reporting Services Error What account is being used by th ...Show All

  • Visual Studio Suppress Subreport / Detail Section

    i have a main report with several subreports, in those reports some subreports has no data and this is what i have to suppress to itll push every subreport/section up, i tried inserting IsNull({Table1.Field1}) to my subreports object_visibility and set the section where that subreport is to SuppressIfBlank but it doesnt seem to work (it suppresses the entire report where that subreport is) i found this while googling ( Crystal 20 Secrets ), it ...Show All

  • Windows Forms DataGridView Performance issues with CellFormatting

    Hello: I'm using the DataGridView for displaying data to the user. The number of records that will be displayed at a certain time could vary between 0 and 150. I use the CellFormatting event handler to do some formatting like changing the font face and the background colors based on the cell values. Earlier we were iterating through the rows of the gridview to accomplish the same. Since the performance was dreadful, I changed the code ...Show All

  • Architecture Why custom business object's while i can't update my database with them ?

    Hi, i have this big problem in my architecture : i want to build my object model by using the idea of collections, so i have a Customers object, a Customer object, an Orders object, and an Order object, and so on... the Problem is that those custom business objects, hold my data, and of corse, i want to update my database by using the data in those object's, and oop's, the DataAdapter don't accept custome business objects as a parameter !! (o ...Show All

  • Software Development for Windows Vista Feb CTP: Updated WPF Samples

    Hello, Can you tell me when updated WinFX / WPF samples will be availabe I am especially interested in the DocServices/XpsCreate/XpsPrint/XpsSave samples which I am unable to compile. Thanks, Adrian Hello Adrian -- You're correct that those samples have issues with the February CTP release of the SDK. Due to the evolution of the XPS format it's been challenging to always keep our sample sources up to date with each CTP release of ...Show All

  • .NET Development ASP.Net Frameset reload

    I have two frames, each contains one .aspx file. When I click the button in the first frame, the second frame content need to be reloaded. -------------------- I use the codeing: Button1.Attributes.Add("onclick", "window.parent.frames('Main').location.href('MainFrame.aspx');") in the button click event of the first frame. --------------------- My problem is: - When I click the button in the first frame for the first time, it is not relo ...Show All

  • .NET Development Retrieve the value from two cells from a row in a dataGridView, C#2005Expr

    Anyone  who know how to retrieve the value from two cells when you click a row in a dataGridView so you can insert the values in two variables Observe! It doesn't seem to work in the way it did in earlier versions of VS.NET - I've tried but it didn't work (but from earlier experiences I know that's not a garanti tough). I know how to retrieve the value from the cell you click in, but since I have two key attributes in the table that's visu ...Show All

  • SQL Server Altering a connection manager dynamically via a variable

    Within an SSIS Package, we are trying to change the connection string of an output file connection manager at runtime (used for package logging). To do this, we have defined variables with package-level scope and set the connection manager connection string to this variable. The first step of the package is to set these variables. The second step begins the rest of the package operations (moving data). The package executes successful ...Show All

  • Visual Studio Release of a DSL for the Gamma et al. Design Patterns

    Hi folks, I have written a DSL for the Gang of Four design patterns. If any of you are interested in taking it for a spin, you can get the source and doc from:    http://www.clipcode.biz/workshops/dsl.html Enjoy, Eamon O'Tuathail Clipcode Knowledge Services mailto:eamon.otuathail@clipcode.biz http://www.clipcode.biz Hi Eamon, This is a great piece of work. I had some issues with the Design ...Show All

  • Visual C++ Using classes from dynamically linked DLL

    I am attempting to use classes that are defined in my custom written DLLs. I am dynamically loading the DLLs using LoadLibrary. I already know how to access functions using GetProcAddress. Is it possible to do something similar for classes No! You can not use class exports via this way with LoadLibrary. A simple approach is to create interfaces like COM interfaces and return only pointers to those interface ...Show All

  • Visual Basic VB6 - loss of CD's

    Hi All, I was recently forced to replace my old Windows98 computer which had served me well for quite a few years and I had to re-install all my software on a replacement machine. To my horror I found that I no longer have the CD's from which I set up the program (Visual Basic 6 (Professional) with the SP4 update) originally and I was wondering if you could tell me where I can go to download a replacement copy. Fortunately I have been a ...Show All

  • Windows Forms How to get a enumeration of all textbox or other input fields

    I want to disable or make all input field read at runtime... What is the best way THANKS Peter You need to do this recursively ... in other words, if your control is a tab control, then you need to iterate through each of *it's* controls. ...Show All

  • Visual C# Importing a COM type library and adding a few enums

    Hello, I'm about to create an assembly which contains a converted COM type library, but I'd like to add a few enums on the way. Can I do that This is the way I've tried so far: Object typeLib; LoadTypeLibEx(dllPath, RegKind .RegKind_None, out typeLib); FileStream fs = new FileStream ( @"key.snk" , FileMode .Open, FileAccess .Read); StrongNameKeyPair keyPair = new StrongNameKeyPair (fs); TypeLibConv ...Show All

©2008 Software Development Network

powered by phorum