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

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

dagfari

Member List

Bobbias
Hooper
KIPREAL
Björn.Borgsdorf
Ronald L
MerryPoppins
jdunlap
sqlhiker
Milad.a.p
Rraj
Ray Linder - Glacsy.com
shahrul
Fusion1224
Lokke
Tom_Liu
Imran_Akram
SimonS_
KingCobra
REspawn
sdj_dk
Only Title

dagfari's Q&A profile

  • Visual Basic Help - How can I runa VB program without runtimes installed

    Hi, I'm new here and I was wondering, is it possible for me to run a VB 2005 program using the Framework 2.0 on a computer without the runtime I want to do this because for a project I've decided to make a program but the computer I wnat to run it on and show teh class does not have the necessary runtimes installed. If I'm running it off a USB Flash Drive is it possible for me to do something such as install the runtimes to my USB Flash Drive and have the program use the files from the Flash Drive As you know, this is a school so I'm not allowed to install any software and this is the reason I ask this question. Thanks. spotty wrote: Simply create your application and use a click once deployment ...Show All

  • Visual Studio Express Editions Problem with dates

    I want to add days to a date, but I dont want to count the saturdays or sundays, or party days, how can I do that Thanks for all the help. You will have to do the calculation yourself; there is no intrinsic calculation. Should be pretty straightforward to include weekends (just add 2 for every 5 days or so you want to add, with a couple of exceptions and checks), but 'party' days are up to you. ...Show All

  • Visual Studio 2008 (Pre-release) Triggers on TreeViewItems and escaping the routing

    I wanted to give a highlight to a TreeViewItem in a tree like this: <Style TargetType="{x:Type TreeViewItem}"> <Setter Property="IsExpanded" Value="True" /> <Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property="Cursor" Value="{x:Static Cursors.Hand}" /> <Setter Property="Background" Value="LightGray" /> </Trigger> </Style.Triggers> </Style> But when I do this the TreeViewItem parent gets highlighted along with the Item i've moused over. I tried IsMouseDirectlyOver, but that didn't work as I'm sure the mouse was directly over a TextBlo ...Show All

  • Windows Live Developer Forums IRC-Channel for VE?

    he, what about an IRC-Channel about Virtual Earth, to share ideas, and get help a bit more quickly than just thru the forum If somebody wants to setup a channel on any network, post the network name and channel name, i definitely will be there. Well my website is soulsolutions.com.au and my name is John@ If you want to setup the IRC channel and let us know how it works / how to login etc I'm happy to join in. John. ...Show All

  • Visual Studio 2008 (Pre-release) Setting an attached property by a Setter element?

    I have the fragment below as contents of a <Grid> element. The idea is that if the checkbox is checked the <TreeView> element should only span one instead of two columns. When I check the checkbox the background of the treeview turns red, but the treeview continues to span 2 instead of 1 column. It's a bit like the attached property Grid.ColumnSpan does not get assigned by the <Setter Property="Grid.ColumnSpan" Value="1"/> at all. What should I do in order to achieve what I want Best regards, Henrik Dahl < TreeView x:Name = " Blas " ItemsSource = " {Binding Path=BlasRoot.Children} " d:LayoutOverrides = " Width " Margin = " 0,0,0,8 " Gr ...Show All

  • Visual C++ Smart Bridge up-date

    Hi, Smart Bridge up-date start each time I open my PC and can install the up-dates in the program. It's run without end and I can't use my PC. Can you help me someone ...Show All

  • Windows Live Developer Forums WOW Excellent

    This has to be the best GPS PocketPC software that interfaces with the internet that you can find, and that you don't have to pay $130 for. Keep the excellent work, you can easily make a company worthy of being acquired by google, microsoft, yahoo, or mapquest. Congratulations!!!! lol. I'm assuming your talking about Mobile Virtual Earth Correct me if I'm worng but Jason Fuller works for Microsoft right John. ...Show All

  • Visual Studio 2008 (Pre-release) WCF Channels

    Hi, I have the following scenario: IDmmyContract dummy = ChannelFactory<IDmmyContract>.CreateChannel("binding") i would like to know whether i can cache dummy for sometime and use it from more than one thread, so does the contract instance holds context information that are not thread-safe What;s the cost of creating a new contract instance per method call Thanks I see what you mean. In my case i have a web-based app, so you recommend for example to create a one channel per client request, so if i have 50 client requests at one time, i will have 50 channels created. The other way is to create one channel per interface, cache it and syncronize it. what's the best way t ...Show All

  • Visual Studio Express Editions small problem with Messagebox

    Hello. I have just a small problem. i have a MessageBox on my form. On the menubar, when ya click File, then click New, if text has changed in RichTextBox1 the MessageBox opens asking if ya want to save it. When ya click Yes on the MessageBox the SaveFileDialog1 opens, which is want i want it to do....the problem is, if ya click No on the MessageBox the SaveFileDialog1 opens. How can I stop this from happening and get the th MessageBox close when ya click No heres my code: Private Sub NewToolStripMenuItem1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewToolStripMenuItem1.Click If RichTextBox1.Modified = False Then End If If RichTextB ...Show All

  • Audio and Video Development Authoring software

    Hi guys.  Please excuse my more basic question that is not about advanced content. I have a SD DVD I need to convert to HD DVD.  I've used the now defunct DVD Maestro to do all my authoring and I am proficient with it.  I need a tool, preferably XP compatible, that will allow me to do some HD DVD authoring with that level of flexibility.  The only thing I know of is Scenarist and that may be a stretch for my pocketbook. Are there any other options   It is important that the authoring process does not do any recompression of the content. Thanks, Scott A good HD video source for simulating in the iHD Sim is "IMAX - AMAZON" the WMV-HD version (fantastic 1080p). You can j ...Show All

  • SQL Server How to get rid of unused servers in SSMS?

    In Connect to Server dialog box in SQL Server Management Studio, it has a drop-down box with a list previously connected servers. However, some of these servers are not used anymore. I want to get rid of them in order to make a room for new server names. So far I could not find a way how to do this, apparently SQL Server does not store these values in the Registry. Is there a way to get rid of them Thanks. You can blow away all your Most Recently Used lists (including MRU connections) by deleting c:\Documents and Settings\<you>\Application Data\Microsoft SQL Server\90\Tools\Shell\mru.dat while Management Studio is not running. Management Studio will recreate the file the next time it starts. ...Show All

  • .NET Development FtpWebRequest dies when trying to connect to vsftpd.

    I've got an application I inherited, and it was supposed to use secure ftp to get information to an ftp server. Turns out it didn't have this option set, and when I tried to get it to connect via sftp, it failed. I've run into that problem before with http requests, so found the appropriate piece of code to accept certificates (inherited from ICertificatePolicy), and set the ServicePointManager to use my new class. Well that works, but falls over when getting the response from the ftp server (vsftpd running on linux I think). The response is; 234 Proceed with negotiation. Is there some way that I can get the FtpWebRequest class to recognise this as a valid response Thanks in advance Stran ...Show All

  • SQL Server From Sql Column to file, OPENROWSET?

    Hi There I am using OPENROWSET to import a file from disk to a varbinary(max) column in sql server. However as far as i can see OPENROWSET is only to import into Sql Server. However i need to reverse this as well, by that i mean export a varbinary(max) column data to a file on disk. How can i do this (The file is a compress text file). How does this work for file types, i mean you can import any file as binary but when you export it back to disk will the file typr still work, will a .xls or a.exe imprted and exported like this still function 100%. Thanx OPENROWSET Includes all connection information necessary to access remote data from an OLE DB data source. This method is an alternative t ...Show All

  • Software Development for Windows Vista using Standard User Analyzer to verify a Delphi program

    I am developping an app using Delphi, while he can’t find way to get symbol data out from the program by default. Is this a known problem Do you have any work-around for this problem like define a particular settings that you have to use when compiling the software or any other operations you have to perform in order to get symbol data out from the program using Standard User Analyzer Not quite sure if I understand this but, you need to compile the application and pdb file, SUA doesn't do this. "...In order to get the right stack info, you need to copy the pdb files for your application to a folder on the machine where you run SUA and set the “Symbols Path” to that folder...&qu ...Show All

  • .NET Development How To Get Previous node Value

    Hi I have the following xml <TestRequests> <TestRequest> <Category>Hem</Category> </TestRequest> <TestRequest> <Category>Allergen</Category> </TestRequest> </TestRequests> using <xsl:for-each> to loop thu the TestRequest node, how to retrieve the previous category name (i.e Hem) when i am currently processing with Category 'Allergen' Regards Gururaja Thanks for your reply , could you give the syntax to retrieve the particular element value (in this case category) ...Show All

©2008 Software Development Network