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

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

finny525

Member List

Dale Lane
Nick Bolton
Luis Luevano
Richard Shears
badwiring
TJSR
LeBlah
Brian Layden
N777
Dinhduy Tran
Jochen Kalmbach -MVP-
Pdoh
ke.zhou
Jason W
ravithegreat
hrjordan
NicoV
Andreja
William Kirchhoff
sami27913
Only Title

finny525's Q&A profile

  • Visual C# Phone number

    Hi. I want in a program by ringing the phone, I get the phone number. How or tell me on which library I should work. If you have a modem that support caller id or other caller id device with serial port interface you could connect to the modem with the SerialPort class . How to exactly get the number depends on what modem/device you have, it should mostly be to wait for data coming in and parse it.   ...Show All

  • Windows Forms Docking one form to another

    New to VB.Net programming. I want to open Form2 from a button on Form1. Got this far.  Form2 has no border, I want it to appear to be part of Form1, (like a frame in a web page, everything else on the page stays the same except for this Form2 overlay). I need to position Form2 before showing (I think I can do that part) but&nbs ...Show All

  • SQL Server Calling Com dll object from SQL Server

    Hello All, I wonder how this can be accomplished. We have created a class lib wrapper that imports the com dll. Upon placing the assembly in sql 2005, both the wrapper Dll and the com dll (probably a converted version) gets placed inside the sql 2005 assembly store. Next a CLR sp references the 2 assemblies above, but within the call to the CLR sp things fail with exception: System.UriFormatException: Invalid URI : The URI is empty The works fine from a windows forms app. What is the methodology to invoke a COM Dll How far are we from implementing this in SQL CLR Thank you, Lubomir Just an addition. The full exception is: ...Show All

  • SQL Server Error with setup of SQL Server 2005 Express

    I had Beta 2 of Visual Studio 2005 installed on my computer until the recent release. I followed the uninstall instructions in order, then installed the available 2005 Express editions. Each install showed an error when installing SQL Server 2005 Express. I attempted to install SQL Server 2005 from a fresh download, and it indicated that there were still beta components on the computer. I downloaded and ran the VS Beta Uninstall tool, which did find one component (SQL Server 2005 Express CTP), but it has an error while trying to uninstall it. The message is: The setup has encountered an unexpected error in datastore. The action is RestoreS ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. VC++ 2005 Express - Creating a Level Editor - Creating Render Panels ( Views )

    Hi, i am creating a game, the normal level editors can't fill my requirements so i decided to create one that uses my game engine (1st Person Shooter, reltime Lighting / Shadowing, HDR and so on). My Problem is: i need to render my views( top, left, front, Perspective ) in somewhere in the main form, How with a panel Image ... You're really asking for a lot in such a small question. Lucky for you, somebody wrote a book for such questions. Check out "Game Engine Toolset Development" by Graham Wihlidal. ...Show All

  • Visual C# program crashes when other users run...

    Ok, I created a simple program the other day with nothing complex. I have already been using it for a week or so and now another user wants to run this application. That is when the program crashes. The error I get when debugging is: An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll It works normally when I (Administrator) run it but when I run it as another user (both Guest and Limited) the program crashes. I tested to see if something the priviliges were correct so i made this program 100% trust and therefore should be available to do anything, but still it comes. Could this be a conflict be ...Show All

  • .NET Development how to make a writeable direcotry in my local machine to test by it? was(WebClient.OpenWrite())

    hi, i'm learning network programming i use my localhost to do this, i got exception "(401) unauthorized ", is this a problem in my code or IIS , i had changed the access permission for this folder "ecommerce" to read and write but i still get this exceptin. is there any suggestion to avoid this here its my code private void WriteToServer_Click( object sender, EventArgs e) { try { //new client WebClient client = new WebClient (); //open stream to write to server Stream strm = client.OpenWrite( "http://localhost/ecommerce/newfile.txt" , "PUT" ); StreamWriter writer = new StreamWriter ( ...Show All

  • Visual C++ massive compile time errors in stadrard header files

    I just installed Visual Studio 2005 Professional Edition Dec 2005 Disk 3070 DVD. It came with a subscription. It wiped out .NET Framework 2.0, previous betas of all sorts, etc. Now I am at a clean slate. I made a batch file with a command line which seems to work fine-- in the first approximation shall I say Here it is CL /nologo /W3 /Gm /EHsc /Zi /Od /D "WIN32" /D "FDEBUG" /D "_CONSOLE" /Tp%ProjDir%\SockeCPlt6.cpp /Fp"makingfile.pch /YX /Fo"Debug/" /Fd"Debug/" /c The environment is set up either by another batch file VARS32.BAT or by the Visual Studio which I Still use as an editor. I do compilation with the batch. I hoped to bypass majo ...Show All

  • .NET Development aspnet_regsql.exe fails, error 446

    Hi, I hope this is the rigth place for this question I am trying to use the Login control. Using the Website admin tool I end up with being told to use aspnet_regsql.exe to create the tables in my db. But when i run the aspnet_regsql.exe - I am using the sa account, it fails when performing the sql. I am using mssql 8 /Cartmann This is the error, as shown in aspnet_regsql: ---------------------- Setup failed. Exception: An error occurred during the execution of the SQL file 'InstallRoles.sql'. The SQL error number is 446 and the SqlException message is: Cannot resolve collation conflict for equal to operation. Cannot ...Show All

  • Visual Studio Express Editions How we can use SQL query in DataSet Or DataTable

    How we can use SQL query in DataSet Or DataTable I means to say can we use group by clause and other clause that we generally used with database table. www.queryadataset.com is what you are looking for. Ad. ...Show All

  • Visual FoxPro editbox control snaps.

    It is a fairly mild problem but still an inconvenience. I have an editbox and a text is assigned to it in the following manner: THISFORM.Pageframe1.Page4.Edit1.ControlSource = "(ThisForm.cData)" All other operations are done programmatically. I may force it to count the number of lines and go to a specific line and highlight it. It does. But then after a while, perhaps in about 2 minutes, it snaps to the first line (beginning of file is fact). It never fails to jump backwards. It is annoying. Why does it do it What can be done about it Thanks. Do you have any code that refreshes the editbox (or the whole form) Tha ...Show All

  • .NET Development SCOPE_IDENTITY doesn't seem to work

    For several days, trying everything I can think of and having researched the net until I'm blue in the face, my ExecuteScalar command returns null when I execute: Dim IDCmd As SqlClient.SqlCommand = New SqlClient.SqlCommand( "SELECT SCOPE_IDENTITY()" , MyConnectionString) Dim NewID As Object = Nothing NewID = IDCmd.ExecuteScalar If IsDBNull(NewID) Then Label1.Text = "<NULL>" Else Label1.Text = NewID.ToString End If I'm using VB2005, with SQLExpress. Also, our model is to use datatables (DT), where an insert is accomplished as follows: Dim DR as DataRow = DT.NewRow ... populate ...Show All

  • Windows Forms Totalling amounts in a filtered Table

    I have used the table.rowfilter method to filter rows. I would like to total up a field called Total in all the filtered records. When I try this, it Totals all the records and not just the filtered ones. How would I go about Totalling Total in the filtered records only Try This If you want to calculate all the rows total DataRow [] dr = DataSet.Tables[ "Table" ].Select( "SelectionCriteria" ); Total += (dr.Length > 0) Convert .ToDecimal(DataSet.Tables[ "Table" ].Compute( "sum(ColumnName)" , null )):0; and for the filtered rows try this string str = string .Format( "column ...Show All

  • SQL Server Import Export Wizard - ODBC to SQL

    Hi all, we have recently purchased a server with sql 2005. One of the things we are looking to do is pull our entire informix database over onto the sql box. I have tried using the import/export wizard however when it comes to the copying I the option to copy all tables is greyed out. I have been able to do this sql to sql but not when i select the source as odbc and destination as sql. I need to try and resolve this quite quickly and any advice/help would be appreciated. Please bear in mind that im relatively new to this stuff. I have had a look at other posts, and am getting the impression that this cannot be done simply. My initial ...Show All

  • Visual Basic Local data base (.mdf) error

    While adding a local database (.mdf) file as data source, i am getting an error 'Shared Memory Provider: Parameter is incorrect', I couldn't find any solution for this. Can anyone help me Hi, The shared memory provider error points to several possible issues that we had with VB Express and SQL Express in the Beta1 release. This is however fixed in Beta2.  Could you please upgrade to that version to verify that you don't see the problem anymore   This is the most straight-forward fix.  You can download it here: http://lab.msdn.microsoft.com/express/vbasic/default.aspx   Please follow the uninstall instructions caref ...Show All

©2008 Software Development Network