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

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

PRMARJORAM

Member List

SB1
SkyDave
Robert Beaubien
hatleye
Gadi Sagiv
Finch82
Greg Leininger
J. Clark
Amit Vasu
Young K
Priyanka Choughule
Ringo21
Nicolás C.
Abhi Arjun
Dave27
Tryin2Bgood
BobKay
Ian Barber
corblet
ekkapop
Only Title

PRMARJORAM's Q&A profile

  • Smart Device Development outof memory exception in webbrowser

    Hi, I am using webbrowser control of opennetcf to display html page in netcf 1.0. I am using webbrowser.documenttext method to display the html pages.Each html page have 5 to 7 images.If i load 10 pages one after another i am getting outof memory exception.So how to dispose images in webbrowser to avoid this exception. I tried using Gc.collect and it doesn't work. The below shown is the sample i tried. <node1> <html> <body> <IMG align="" width="200" height="200" src=" file://\Program files\sample\1.jpg"/> <p> .. </p> <IMG align="" width="200" height="200" src=" file://\Pr ...Show All

  • Smart Device Development Need help with RDA

    Sorry for my english, I knew it's awful....If you knew russian it be better to speak on it... My app with it database is loaded on Pocket PS(SQL Mobile Server)...On my computer i have copy of app DataBase.. I need to refresh data from my computer to pocket PC ...OS - Win2003SP1 ... DataBase SQLServer2005SP1....I load sql mobile edition tools and ISS tools.. Installed them and with help of Sql Mobile Tools make virual direktory to wich i can access from Pocket PC and where I see dll file which is needed to start sql mobile server agent. I can access it....but I can't start replication.. In my sql server 2005 I make subscription and publication ... I don't know how to start replication ....to refresh data on Pocket PC from SQL Server.... ...Show All

  • SQL Server How to get SQL Express working remotely?

    Hello all, I am having trouble getting SQL Express 2005 on Windows Server 2003 working remotely. I have set it up for TCP connections and all, and I can connect to the server fine, but I am unable to login. How do I go about creating accounts for the db that will allow me to access it remotely Mike's blog has a great explanation of what needs to be done to enable remote connections. Here's the link: http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx Thanks, Sam Lester (MSFT) ...Show All

  • Visual C# Using result from Find to lookup List again

    Hi, Im trying to create a system which has a group of objects which they all contain a linking field. For example: Fields of object: id name idOfRelatedObject The `idOfRelatedObject` contains an id of another object in that List. Now using Find i have found if it exists in the collection, but i then need to grab that id and use it in another Find on the same List. Kindof like nested Find. Is this possible Yes that is possible, make a recursive function and should do that for you...Recursive function is something which calls itself.. ...Show All

  • Internet Explorer Development IE7 and desktop icons

    I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon. Right-clicking & changing the icons in properties no longer works. Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even an explorer logo). Now my desktop is just one forest of identical icons. Anyone know how I can fix this I've wasted all day without success. Hi, The favicon implementation has changed to be more effective in IE7. If you revisit the content the favicon should be replaced by the correcte one. Thank ...Show All

  • Visual Studio Team System Editing QTControllerConfig.xml Manually

    Hi, I find that the Controller to Agent Mapping information is stored in QTControllerConfig.xml in the following format. <agent> <name xmlns="">AgentMachineName</name> <port xmlns="">0</port> <online xmlns="">1</online> <weighting xmlns="">100</weighting> <enableipswitching xmlns="">0</enableipswitching> <baseip xmlns="" /> <netmask xmlns="" /> <ipstart xmlns="">0</ipstart> <ipend xmlns="">0</ipend> <nic xmlns="" /> </agent> Whenever we edit the Agent ...Show All

  • Visual FoxPro ? FoxBase Report Form .frm Conversion

    Does anyone know of a foxbase report form conversion software I have a customer in need. The file extension is .frm and I can't find anything on it. Thanks to everyone!! >> The file extension is .frm and I can't find anything on it. That is not a standard VFP extension - it is a dBASE report and there should be at least one other file: dBase Report Extensions are: .FRM, .FRG, .FRO I honestly don't know whether VFP will open that file but you might try using SET COMPATIBLE and see if you can open it ...Show All

  • SQL Server Report Sort Order

    I have a invoice reprint report that I'm using to reproduce invoices for a group of customers. The Stored Procedure sorts the raw data according to the Customer's name, but when the report comes up the results are not sorted. Any ideas what I can do to correct this David Arrrgh.  Quite possibly the worst user interface design imaginable for getting to that properties dialog. So, what's one to do when it just doesn't work I have an Analysis Services resultset in a table.  One of the columns is "Age", and I've selected Field!Age.Value as the "Sort on" value.  Problem is, it's sorting on the STRING representation of the value, not the Integer representation (so it goes 0,1,10,11,...,2,2 ...Show All

  • Audio and Video Development iHDSim "-cs" option is not implemented?

    I noticed the presence of a new "-cs" commandline option (to force case sensitivity for resources) listed in the help dialog, but it seems to not be implemented yet. Is this the, uh, case iHDSim ignores the case of filenames on the disk... If references in the playlist+manifest+markup are consistent with each other but the disk filename is cased differently, the simulator runs fine. Just rename a file from a working project to test. ...Show All

  • Software Development for Windows Vista how to initialize parameters of a custom activity through XAML file

    Hi, I have a custom activity which has two dependency properties like this: public static DependencyProperty NameToPrintProperty = DependencyProperty .Register( "NameToPrint" , typeof (System. String ), typeof ( CustomActivity1 )); [ DescriptionAttribute ( "String to be passed to the custom activity1" )] [ DesignerSerializationVisibilityAttribute ( DesignerSerializationVisibility .Visible)] [ BrowsableAttribute ( true )] public string NameToPrint { get { return (( String )( base .GetValue( CustomActivity1 .NameToPrintProperty))); } set { base .SetValue( CustomActivity1 .NameToPrintProperty, value ); } } public static DependencyProperty HashTabl ...Show All

  • SQL Server Execute Package Task always fails.

    I have a package (i.e. child package) which runs itself perfectly fine without displaying any error. However when I embeded this package inside another package (i.e. parent package) using Execute Package Task. The task always fails. It seems strange enough. The child package has two variables that need to be passed in from parent package. Can any expert here please help out Thanks. - Steve The problem looks like it was with a task which had been pasted in. Most tasks actually store the connection ID, the "{34589715-3053-4b26-9769-0b8ecc198d85}" GUID, rather than the name, although you generally always see the name. If you see the GUID it normally means that the connection with that ID does not exist, a ...Show All

  • Visual Basic ListBox

    How do i add all item's names to a listbox from a file in my hard drive I mean, i have a lot of txt files in c:\Prog\sts, and i want to add this txt files names to a listbox.How do i do this Your description is really not clear what exactly you are looking to do. The previous code samples gives a number of different options. If none of these is specific to what you are trying to do - then you'll need to provide more information. ...Show All

  • Software Development for Windows Vista where are changes to theme properties stored?

    I found that theme properties cannot be changed in code but only using the Theme Dialog in VS2005. When I use this dialog, where are my changes stored Are the changes to themes included in the EXE/DLL when compiling Based on another post you made I think you figured this out, but I will answer it here anyway. When you use the Theme dialog the default location for storing the created theme is %appdata%\Windows Workflow Foundation\Themes\ and can be change by editing the Theme location. The theme file that is generated will only be used on the computer it is created on and will not be included in the exe/dll. To change the theme for an activity you need to create your own ActivityDesignerTheme and associate it with your ac ...Show All

  • Visual Studio Tools for Office Will VSTO ever be used for MS Project 2003/2007

    Does anyone know if there are plans to enable VSTO for MS Project 2003/2007 It doesn't appear that I can use VSTO for MS Project 2003. So therefore I had to create a shared add-in in Visual Studio 2005. I would have liked to take advantage of the Click-Once deployment, and automatic update. It doesn't appear that I can find an easy way to keep my shared add-in updated on users' computers outside of VSTO. Thanks. The VSTO team does have Project 2003 and Project 2007 support on our "todo" list for the next release of Visual Studio (towards the end of 2007). Right now, I can't 100% promise that we will definitely deliver this feature, but it is certainly looking very likely. ...Show All

  • Visual Studio Express Editions Clear a file from cache

    I have a program that filters an online database then downloads a CSV file from a webserver. Then I download the file to my hard drive. I then want to able to change the filter parameters thus recreating the CSV file on the server and redownload it. however, for some reason, the program just copies the one from cache over to the destination location rather than getting the brand new one. How do I - a) Clear it from cache or b) Make it get the new one and overwrite the one stored locally Currently, the only way this works is when I close down the program and then reopen it. I want to avoid that. I'm using the URLDownloadToFile API to get the CSV file. All help appreciated Andy This imports the URLDownloadToFile API [DllImport("ur ...Show All

©2008 Software Development Network