Software Development Network Logo
  • Microsoft ISV
  • Visual Studio
  • Windows Forms
  • Game Technologies
  • VS Team System
  • Visual Basic
  • IE Development
  • Windows Vista
  • Visual C#
  • Smart Devicet
  • .NET Development
  • Visual C++
  • Audio and Video
  • Visual FoxPro
  • SQL Server

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

ippological

Member List

Nate00
Bobby110uk
moontube
ruleDWorld
andreyr123
Tony777
Axe22
battlex
Rastogi
Danny Thorpe MSFT
Learning VB
SmileSmita
Ayatollah89
WayneSpangler
raja760
JNG
GoDaddy
Leon Mayne
XPress Dave
AlexBB
Only Title

ippological's Q&A profile

  • SQL Server Data disappearing during Run time

    When I enter data into a SQL database and save it, the data that I have just added disapears, but when I close the applicaiton and re-open it, it's still there - is there any reason for this and any way to get it to stay Any ideas Unfortuantly I can't find this the only one similar is "FAQ: My data doesn't get saved in Visual Studio" however this isn't the problem, in my program I have a save button wich updates the database, when I click this the data saves to the database but disapears from view, however if I close the application and re open it the data that I'd previously saved is nw there ...Show All

  • Smart Device Development CF 2.0 based app is using two MainMenu Control types.

    Hi all, I have this strange problem/issue that I have had bothering me for a while now. I have an application where the users browses through Forms to perform various bits of functionality, and then closes the form to return back to the previous form (the Form from which it was openned), and the Focus is right back with the Form that openned the closed Form (if you know what I mean :)). Now this all works fine in my application apart from in one place, where when the called Form is closed, the calling form (or my Application even) doesn't get focus back until the 2nd tap on the application with the pen. The Windows start button and Input control on the MainMenu are focused and can be activated from the first click on them, but not my appli ...Show All

  • Visual C# Language Converting Tool

    I was wondering if there is a tool that converts projects into different languages I know about the developerfusion tool that converts C# -> VB.NET and visa versa: http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx but I'm looking for something a little more powerful (and hopefully free) that converts entire projects. My projects are never all that huge and don't involve databases or anything, so I don't need a "sledgehammer" of a tool, more like a "fly swatter" I have Visual Studio 2005. I'm hoping there might just be a plugin that I'm unaware of. Actually, our tools (and most of our competitors) perform source code conversion - they convert from the source code, not the IL. The reasons are exactly as you've stated ...Show All

  • Visual Basic Split Functions

    How do i do to use Split Functions for split binary file. For example if i have a file with this text Split is a method on the string class. So I suppose you could read the data into a string and then split it. This could be done by using My.Computer.Filesystem.ReadAllText method and then calling split method on the string or You could convert the byte array to a string using the .tostring method and then use the split method on this string. But I'm not sure what other binary data is there and what may be lost as a result of any conversions due to encoding. ...Show All

  • Windows Forms Problem in Sorting of default view of datatable

    I am using VS 2005. I got problem in sorting default view of datatable and then assigning it to the grid.But the problem is,  its not sorting properly when there is integer or decimal  field present in the data table . other string fields  of the data table sorts properly .Also i am using typed dataset. code is like  DataView dataView1 = typeddataset.tablename.DefaultView;  dataView1.Sort = grid1.SortColumn + " " + grid1.SortOrder; grid1.DataSource = dataView1; Yes I agree this the way you get sorted view and that is what I have done if you see my code. I was giving view on your first statement that its doing char sorting. ...Show All

  • Visual Studio Assigning application icon, missing "Project Designer"??

    I am using microsoft visual studio 2005. I have installed the visual c++ 2005 component, and crystal reports for c++, and the .net stuff relating to c++. I have created and added a .resx resource file containing the .ico that I want to use as my application icon. I need to access the Application Pane of the Project Designer in order to set the icon. The documentation lists a number of ways to access the project designer but none of them work! To access the Application page, select a project node in Solution Explorer , then on the Project menu, click Properties . When the Project Designer appears, click the Application tab. --> this brings up the Property Pages, ...Show All

  • SQL Server Optins of trailing Database change in sql server

    Hi All, I am in need of some option using which i can trail the changes made to my database. Specially i want to track all the DDL and DMl changes. I know about the external tools provided by lumigent and some other companies to do this but i was just wondering if we have some option within sql server. I don't need extensive report as provided by lumigent. Just getting somethin on DDL and DML will help.  Even help on some work arounds to do same will be appreciated. TIA Prashant   If you don’t want to read from the log, you will have to implement something on your own, like putting triggers on every object for tracing DML and DDL. The best thing to keep track of all changes made to the data ...Show All

  • Visual Studio 2008 (Pre-release) Replacing contents part of a view

    I want to create a "main view" that has toolbars and underneath it will be the "contents" area. The contents area will be filled with the view based on the toolbar button that was selected. Is there a way to pop another WPF view into the contents area of another view ie. in WinForms you could have a Panel and then create multiple UserControl views, and then put the UserControl onto the Panel based on the toolbar item selected. How can I do this in WPF Thanks. ...Show All

  • .NET Development Detecting Disconnected Sockets

    I'm creating a multi-threaded Tcp-Server, each thread reads from it's Network Stream in blocking mode. How can I detect if a client is lost (not disconnected correctly) My server works by catching the IO exception or receiving 0 bytes from the read function to alert a disconnect. The problem is closing the connection (and thread for that matter) when the client's power is lost or it loses network connectivity. Any help would be appreciated. Thank you. If the client gracefully closed, you would receive 0 bytes from the receive if the client timed out or RESET the connection, you will get an exception. if you have a thread per client, then you just let that thread die. if you have a threa ...Show All

  • .NET Development Membership - "Mixed" Windows & SQL Server authentication?

    Hi All, I'm thinking about using membership and role management features in order to control the access to a system we are creating. This system will have some functionalities accessed through internet and some funcionalities from within intranet (internal staff shall have different roles from external users and therefore). Is it possible to use Windows authentication for internal users and SQL Server to authenticate external users Can I use the default providers to do this or I need to develop this provider Thanks a lot! Sergio I believe that you have to build it yourself. Fortunalety the whole system is very extensible. Search in msdn for the full details. Here's a tutorial: http://www.devx.com/asp/A ...Show All

  • Visual C# Create and Display an Array

    I know this should be very simple but I just don't know the correct syntax. How can I create an array of strings, say "ronny", bobby", "ricky","mike" and then access them in the XAML to...say populate a listBox Thanks, Dvl So sorry! But wait, are we not in the C# forums MSDN Forums Visual C# Visual C# General Re: Create and Display an Array I am confused. Again, sorry if I posted in the wrong place. Thanks for the help, BTW! ...Show All

  • Windows Live Developer Forums New mush up

    Hello people,                   i want to invite you all to see a new Virtual Earth mash up we've een working on for a while: Trippish Better see it with Internet Exploer Greetings, Dario John, Did you manage to get Radar data overlaid on top of V.E. working. I now have a real need to do this myself and could use some pointers - I can get hold of Radar images as gif files here http://www.srh.noaa.gov/ridge/Conus/RadarImg/ - do you use these as a transparent gif on top of the map DIV Aslo how would you handel the map zoom etc - I guess that the radar location is fixed so gould i use the Radar Gif as a giant pushpin ...Show All

  • SQL Server MS Access' IIF function in a MS SQL Server view

    I am translating some of my Access queries to SQL views. In one of those, I had a very convenient function called "IIF" (e.g. IIf(IsNull([Remark]),"NULL","NOT NULL"). How is this function called in the MS SQL Server 2000 Apparently I cannot use either "IIF" nor "CASE" in the query/view..... Besides, the function ISNULL is different in these two product. In Access, there is only one parameter for ISNULL, like ISNULL(column). In your case, it will return 0 if it is not true or 1 if it is true. However, in SQL Server, ISNULL take two parameters like ISNULL(column,'yourNonNullValue'). If the column value is NULL, the function will take 'yourNonNullValue' a ...Show All

  • SQL Server Enabling remote errors

    Hi, I am accessig reports through report manager. The RS and report manager are installed on same remote machine. i have edited the ConfigurationInfo table in the report server database to set EnableRemoteError to True but still i am gettin the following error when i try to access the reports from my machine through report manager(installed in remote machine) An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'Prague DB'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors You can set server properties on a report ...Show All

  • Visual Basic Default Geteway and Subnet Mask how to get them into string?

    Hi Ok Im going a bit crazy but can some one help me to get Defauld Geteway and net mask I assume the only way to get it is to use WMI, and I have no expiriance in doing that :-( So would really apreciate some help :-) Thanks! PS: Oh yes im running 2005, maybe there are some new easy ways tempgp wrote: Oh I got wrong tool, he code creator gives me the code, but I can find Defult getway Here is how I got the code I posted. Load the tool and set Code Language to VB .Net from the Code Language menu. In the drop down called Classes (Dynaminc or Static) select "Win32_NetworkAdapterConfiguration. You will then see a results window with a list of parameters, select the parameters you are interested in using standard ...Show All

©2008 Software Development Network