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

Software Development Network >> Laurence Melloul - MSFT's Q&A profile

Laurence Melloul - MSFT

Member List

Lars Erik Nes
DevMatt
El Pea
AlexY
Murthy Raju
ZeeMan48
amit03
Clementino Mendonca
Josamoto80
Gil Kozlowski
Walter_Boggs
ra7207
Garrett_Brown
Chris Zamanillo
mbcoop
Topboy
Stathis Papaefstathiou
Mooney6959
jyabc168
George Longmire
Only Title

Laurence Melloul - MSFT's Q&A profile

  • Visual C++ Portable C++/CLI programs

    Hello, is it possible to compile C++/CLI code working with unmanaged pointers into a pure IL assembly that doesn't contain P/Invokes I tried /clr:pure, yet there are still several methods (GetProcAddress, ReleaseActCtx, ...) P/Invoked from kernel32.dll. Hello Tomas, Short answer: There's no way to create pure IL image that doesn't have P/Invoke implemented functions. Long answer: When you compile yo ...Show All

  • .NET Development "ExecuteReader requires an open and available connection. The connection's current state is open"

    I am trying insert records using oleDbCommand.ExecuteNonQuery. The records are bing inserted properly. But after couple of inserts, the program sits on the line right after the line for instantiating the command object ie when i click on break button from the IDE [after being waited long a time] , the second line [ retVal = m_OleDbCommand.ExecuteNonQuery();] is getting higlighted with green collor. m_OleDbCommand = new OleDbCommand (Ins ...Show All

  • Windows Forms datagridview bit column - display something other than True/False?

    Can I get a bound datagridview to display something other than True or False for a bit column eg Yes/No or Correct/Incorrect No, the Boolean column only shows the checkbox, not true/false. If you have a database and you have Correct/Incorrect in a record you can show a check for Correct and a uncheck for Incorrect. To do this set the TrueValue and FalseValue properties to the string values. Hope this h ...Show All

  • Visual Basic Adding 100 progress bars to a list view control

    Hi, I have a process that spawns 100 sub-processes. I need to display the progress of each of them. I was thinking about doing this using 100 progressbar controls contained in some other control. I've looked at using the Listview control for doing this - but I'm not sure how this is done. Some other articles suggest adding to the controls collection of the Listview - but I've tried this and it does not produce scroll bars. Any ideas on ...Show All

  • Visual Studio Team System Extraneous Visual Source Safe?

    This is a strange one folks ... I, and several of my co-workers, have had no problem installing VS Team System, but one co-worker's PC is doing strange things. He installed VS Team Suite and the Team Explorer. He can connect to our TFS no problem. But, clicking on File | Source Control only shows two options: "Open from Source Control" and "Launch Visual Source Safe"!!!!! Where the heck did VSS come from here ! ! I had ...Show All

  • Windows Forms Doesn't beep when bound controls fail validation (bound to business object)

    I have business objects all inheriting from a base object class implementing INotifyPropertyChanged and IDataErrorInfo. This works well - the ErrorProvider control does it's job (flashes an icon with tooltip validation error message), the text boxes don't lose focus when they are invalid, and I am (almost) happy.... However, when a control's value is invalid the user is not able to tab out of the control (e.g. textbox) - which is perfect f ...Show All

  • Visual Basic '1-dimensional array of String' cannot be converted to '1-dimensional array of Byte' because 'String'

    I'm stuck. I am trying to take the string values of 4 form fields and write it to a binary file. Below is my code which errors on the last line per the subject of this post. Please help, and Thank you in advance. ' Create Binary file Dim tmpSel, tmpExcl, tmpExch, tmpSysS As String Dim arrayVal(3) As String If Me.txtSel.Text = Nothing Then MsgBox("Selections can't be blank!" & vbCrLf & vbCrLf & _ ...Show All

  • SQL Server Run querys after silent installtion SQL 2005 Express

    Hi, I'm looking for a solution to run querys (create databases ed) after a silent installation of SQL 2005 Express edition (example with a .sql file). So users can run a installation unattended with all databases installed and so on. What I got is a document about how to run a silent installation (document " Using Command Prompt Options to install SQL Server Express") but this docs there's no solution how to run querys after the ...Show All

  • Visual Studio 2008 (Pre-release) IIS Hosting - WSHttpBinding problem.

    Hi, This question is related to a previous post that didn't get any answer yet : I have a service that is IIS-hosted. 'Pure' wcf operations (meaning, not the wildcard operation below) that are invoked with WSHttpBinding work just fine without turning off the binding's security mode. However, when I'm implementing a simple wildcard operation: [ OperationContract (Action = "*")] Message ProcessMessage (Message inMs ...Show All

  • Visual Basic Cannot Change Access Database

    Hi All, I have a wierd problem. In my vb express application I am using 3 Access databases. The system has been working very well. I changed one of the databases but the compiler keeps replacing it with the old unchanged database. I have cleaned the register of all references to the database except the onr reference which points to the correct database. I have cleaned my hard disk of all but the correct database and ligitimate archives whi ...Show All

  • Visual Basic Program works without errors but doesn't anything

    In my Main Form i have created a data structure like this Structure Uinf    Dim UName as String    Dim UInst as Boolean    ... End Structure Public Dim Uinfo(61) As UInf In my second Form Name: Form2, i have 36 Checkboxes named "BG" followed by a different Number In The FormOpen Event of Form1 there is called a special Sub to save any Data into the Variables UName and UInst In the Click Event of a But ...Show All

  • Visual C# webBrowser

    Can is save the webpage from the webbrowser i mean with all his images not links to the imagest Like Ms Word does in Internet explorer add COM reference to Microsoft Internet Controls. . . use this code: SHDocVw. InternetExplorer ie = (SHDocVw. InternetExplorer ) webBrowser1.ActiveXInstance; object pvaIn = "" ; object pvaOut = null ; ie.ExecWB(SHDocVw. OLECMDID .OLECMDID_S ...Show All

  • Visual Studio Integrated Security

    Is there a way to use Integrated Security when displaying a Crystal Report from within a .NET application   I'm currently using the below code, but would prefer to not hardcode a username/password into the application.  Thanks for your help. sean 'Setup the connection information structure to be used 'to log onto the datasource for the report. crConnectionInfo = New ConnectionInfo With crConnectionInfo .ServerName = "s ...Show All

  • Visual Studio Team System how to enable project code analysis?

    For projects, how do I get the "Code Analysis" tab to appear on the properties We have Team System for Developers installed, and we can use the source control portion and set the policy to do code analysis on check-in, but the actual property to enable the code analysis seems to be missing. Thanks. Hi, cristof, Please, see 'Properties' for the project you want to configure(View -> Pro ...Show All

  • Visual Studio Team System Seperate SQL Server instance needed for VSTS in RTM

    Will a seperate instance of SQL server be required for VSTS when it is released, or could other databases run on the same instance Other DB's can run on the same instance. Right now (for upcoming beta) we also have WSS pointing to the same DB.  Also Report Server is on the same instance. ...Show All

©2008 Software Development Network

powered by phorum