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

Software Development Network >> Myron Marston's Q&A profile

Myron Marston

Member List

fdefontis
punkouter
bi11
DORANGE
Prakash Paghdal
PaulRay
dnyanesh
PSRibeiro
mvinod
lee18.tw
Derek Haskin
Jimmyh
Compact
McPhisto77
osj
El Pea
Gilles Gilles
Code Cowboy
esandall
Venkataraghavan Sheshadri
Only Title

Myron Marston's Q&A profile

  • SQL Server Report parameter validation from report manager in reporting services 2005

    Hi, Whenever user viewing a report using report manager, how can we validate the input values from user for a datatime type report parameter. i.e. validating whether the date is correct and in required format. Thanks in Advance. Regards Pintu The built in parameter UI performs only simple validation (making sure a float parameter has numeric characters, for example). The server will perform a full validation on the parameter value for formatting, culture, data type, etc. If you want more advanced client side validation, you will need to provide custom parameter UI in your own portal. Report Manager is not extensib ...Show All

  • Visual Studio Express Editions F1 problem

    When I login to my computer as "administrator" the F1 key works perfectly in Visual Basici Express. Then I logout and login a user with admin right. The F1 Key gives a message server cannot be found. Cannot access the Help files under a user login with admin rights How did you install the product As Administrator If you did and do not have administrator privs then I would suspect this is expected behaviour. Might want to try adding your account to the administrators group and see what happens. ...Show All

  • Software Development for Windows Vista As consumers of applications

    What is the best way to drag application vendors and developers into this forum so they can learn to code more securely What websites, sdk, documents and books [besides Writing Secure Code Second Edition] should be recommended to such vendors   Susan Bradley wrote: What is the best way to drag application vendors and developers into this forum so they can learn to code more securely What websites, sdk, documents and books [besides Writing Secure Code Second Edition] should be recommended to such vendors Ms. Bradley, When you really think about it, you shouldn't. It should be the responsibi ...Show All

  • Visual Studio Express Editions Selection changed event raised on adding a row to a DataGridView - c# express?

    Hi, I have a form with a Datagridview control which gets filled programatically. It also has an associated 'selection changed' event for when the user gets to interact. In beta 1 all was OK but in beta 2 the selection changed event is raised everytime the program adds a row which is definitely not what I want. Anyone know if this behaviour is by design As a workaround I guess I could disable the selection changed events and then enable them again Which leads on to the Newbie question how do I disable the event which has been set up in the designer section using the properties pane Many thanks for reading Cheers ...Show All

  • Smart Device Development Compact Framework 2.0 for Smart Phone

    Hi, I wrote a compact framework 2.0 application by using Windows Mobile 5.0 template for Smart Phone 2003 in Visual Studio 2005. I compiled that application, i got the following error: Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '\Windows\NETCFV2.ppc.armv4.cab'. Error 0x80070070: There is not enough space on the disk. Note: But the same application runs on Windows Mobile 5.0 emulator successfully. i couldn't develop CF 2.0 for smartphone before installing Windows Mobile 5.0 SDK for Smart Phone. After installing that, i can do. But i got the above error. Please send solutions asap ...Show All

  • Visual Basic newbie building my first custom control collection

    Hi, I am trying to build a function to create a collection of all textboxes with in a form.  Maybe someone can tell me what is wrong here in module1 i have... Public Function AllTextBoxesInControlCollection( ByVal CollectionToScour As Control.ControlCollection, ByVal owner As Control) As Control.ControlCollection AllTextBoxesInControlCollection = New Control.ControlCollection(owner) For Each ctrl As Control In CollectionToScour If TypeOf (ctrl) Is TextBox Then AllTextBoxesInControlCollection.Add(ctrl) End If Next End Function to test the function i place a 3 ...Show All

  • Visual C# How to determine file reading progress

    I am using streamreader to read lines of text from a file. I would like to indicate on a progress bar the status of the reading process. What would be the best way to determine where I am within the file so that I could divide this number by the filename.Length member to display in my statusBar I'm having trouble finding the right method for indicating where the file pointer is... You don't use Control.Invoke to read the file. You use a different thread to read the file, then Control.Invoke from that other thread to update the UI. (The delegate you pass in to do the update will actually be executed in ...Show All

  • Visual Studio Express Editions How to import a .DLL at runtime?

    How do I import a library contained within a .DLL file at runtime, given its path Is this even possible in VB.Net 2005 Express Do you mean a managed or unmanaged dll If a managed one you can simply load the Assembly with one of the many load functions provided by the assembly class. If on the other hand you mean an unmanaged dll this gets a little tricky as you would need to know the name of the dll, the name of the function(s) you want to call and their complete signatures at compile time for a proper P/Invoke ... otherwise you are more or less out of luck. ...Show All

  • Visual Studio Can you model Aggregations in Class Designer?

    Hi All, Can you model Aggregations in Class Designer I couldnt find the aggregation element in Class Designer ToolBox. Imesh. Class designer doesn't support this visualization in the current version. We'll keep this in mind for a future release. ...Show All

  • Windows Forms Crystal Reports with .NET

    "CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed".. I am having this error try to do a simple Crystal Report with .Net 1.1..Not able to have different eye on this error as i am stranger to this .Net FrameWork...Do anyone having the same problem with Crystal with .Net wwq Thanks for the OLE DB info.  I had been using ODBC untill& ...Show All

  • Visual Studio Express Editions VB.net - sqlserver express demo application on cd

    Hello, I wish to make a demo version of my VB.net express - Sql Server Express app. For this demo I would like to burn the proyect (.exe file) with the SqlServer Express user Database and other necesary files on a cd and then submit it to people interested. If they receive the cd and execute the demo.exe file the database should be copied to let's say 'c:\mydemo\' and if they terminate using the demo would ask the user: 'Delete demo Database 'c:\mydemo\' ' and ifso the database should be deleted. Now how can that be achieved with VB.net express How to manage the Vb code to indicate the Path of the database and copying - deleting ...Show All

  • Visual Studio Express Editions Can't create new project in Visual Basic 2005 express

    I had the previous version installed of Visual Basic 2005 and I unistalled everything like the site said, Now I will test Visual Basic 2005 Beta 2, open a previous project, and it doesn't work at all, the program changed everything, ok too bad I think. Let's make a new project and "plop" there is an error message saying I can't create a new project because there's something missing. What can I do about it, how do I have to work with the new version ... I want Visual Basic 2005 beta 1 back! This was just better! ... I tried to get it back with systemrepair but no, now he's messing it up totally! ... I've now uninstalled everything again. Can ...Show All

  • Visual Studio Express Editions Using VB Express with SQL Server Express in a lab

    I'd like to allow students in a lab to use the Express Manager and T-SQL to create their own databases. I think I've figured out just about everything - but the last step. Here's my thinking on how to do this: 1. Students are power users, not local admin 2. Created a login for the builtin\power users group as follows: create login [BUILTIN\Power Users] from windows with default_database=[master] go exec master..sp_addsrvrolemember @loginame = N'BUILTIN\Power Users', @rolename = N'dbcreator' go 3. Now students can start the Express Manager and connect to: localhost\sqlexpress using Windows Authentication 4. After they do, th ...Show All

  • Visual Studio Tools for Office My Word COM add-in stops working - I do not think it is a memory leak

    Hi, I have created a COM add-in for Word. When I start word the plugin works fine, but at the moment that I click "New Document" and Document2 is opened then the plugin no longer fires the click event. My code is as follows: namespace MyAddin2 { using System; using Extensibility; using System.Runtime.InteropServices; using System.Windows.Forms; using Word = Microsoft.Office.Interop.Word; using Microsoft.Office.Core; [ GuidAttribute ( "E782ADF5-EF2A-446E-A5AF-8C0E171C0816" ), ProgId ( "MyAddin2.Connect" )] public class Connect : Object , Extensibility. ID ...Show All

  • .NET Development Invalid character value for cast specification.

    Hi all, I am runing SQL Server 2000, Windows 2003, and doing this in C# on .Net Framework 2.0. I have the SQL Statement: insert into test_table (col_1) values ( ) OleDbParameter Value = 65788 OleDb Data Type is OleDbType .Numeric col_1 has a data type of Numeric(18,0) But I keep getting this error message: Invalid character value for cast specification. The same procedure works for all column type available on SQL Server 2000, and I have created a test table that contains every available column on SQL Server 2000, and all works except  OleDbType .Numeric and OleDbType .Decimal. I have also tested the sa ...Show All

©2008 Software Development Network