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

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

Vladutz

Member List

Closer
edmsing
NathanCaaaaaaaan
Heng-yi Liu
Sats_b1
TJ2007
Ray Bell
tlc660
Black-Pear
stormtreader
Wayne Sepega
Otto Fischer
Amjath
Allwin
arkiboys
programmer01
Ron L
Edmund
Djgann
DeepakM
Only Title

Vladutz's Q&A profile

  • Microsoft ISV Community Center Forums Need help getting filepath information via File Dialog

    I am wondeirng if there is a way to have the file dialog box (or something similar) return a URL value from the selected file. Basically the issue I am having is that I am trying to add hypertext links to files stored on a shared network drive into an access table. Currently, using a pretty basic file dialog approach, the hyperlink text will be based on the file path as defined for each user. In other words, if the user has the network drive mapped as the G drive, the hypertext value returned is "G:\\..." or if the user does not have the drive mapped at all, the network-assigned URL for the drive is returned (i.e. \\DriveName\... ). The latter (the user-independent URL) is actually what I desire to have returned as the value, so as to make ...Show All

  • Visual Basic Looping Registry Keys

    I am making an application that allows me to backup my Microsoft Office 2003 settings. To be honest I have two questions if you dont mind.... One question I would like to ask is if anyone can help me think of a way to loop through each set of keys under each Office program key so that I may save each value as seen fit To do this so far I have had to look up each of them with regedit and write about 1700 lines of code, its works but seems to be terribly untidy and a loop I think would be more efficient. Another question would be; On installation of Office, would all of the keys and values be written. Or maybe they are not there until that particular setting or option has been edited within a program I thank any person that can ...Show All

  • Visual Studio Team System Passing Credentials to witexport / witimport

    There must be a way to pass credentials. After all, I can connect from VS to a TFS that I have no trust relationship whatsoever just passing my credentials. What happens if I need to add a template to say CodePlex I don't even own the server... Is there a way to circumvent this unbelievably annoying issue witimport & witexport do not support specifying any permissions in the command line. You should consider using 'runas' command; type 'runas / ' from the command line to get more information. With it you can run any command with any permissions you want. Thanks, Alex ...Show All

  • Software Development for Windows Vista graphBuilder->Connect(sourcePin, destPin) failing

    Hello, I've written a custom filter that works proprely in GraphEdit, but generates an error (-2147220897) when I try to connect to it in code. My filter has 1 input pin and 1 output pin, and has the same pin defs as the example NullNull filter. I'm trying to connect it's input pin to an output pin of an InfiniteTee. Connecting the tee to a WMAsfWriter filter works fine. My code: hr = graphBuilder->Connect(spin, dpin); if (FAILED(hr)) throw _myEx(MyStringEx("Failed to connect pins (error: 0x%x)", hr)); Any hints or suggestions welcome! Thanks in advance. > -2147220897: Hint #1, use the DXErrorLookup tool (available in the Summer 2004 DirectX SDK). HRESULT: ...Show All

  • SQL Server Data transfer

    Hi, Not certain whether this is the right forum to post this question - please advise. I am fairly new to SQL Server and need to know the best way to transfer data from one data base to another. For example: I have a database running via SQL Server 2005 developer edition and another running using SQL Server 2005 Express edition. If I do a backup on the developer edition I get an error and failure when attempting to upload the data on to the Express edition. What am I doing wrong can anyone advise Also what is the best way to add/remove/update stored procedures and or change the database table structures for a current database (MySql for example allows one to type command line calls direct to the relevant database to al ...Show All

  • Visual Studio Class and Method Metadata Description for VS.NET Intellisense

    Hi, In VS when we make use of any inbuilt Class or method, we get a yellow color pop up description about that Class or method. However, I am not able to providde the same kind of descriptions for the classes and functions I have built. I need the description for the methods to pop up as these classes and functions will be consumed by other developers. I believe we need to make use of tags like C# : [Description] or VB.NET : <description> However, I am still unsure how to go bout it.... Can anybody help Thank you. - Goldy Verma Well ... since no body replied and by the mean time i have found solution partially.. how smart of me :) i ll share dis in case u r look ...Show All

  • SQL Server sql query

    hello everyone, i have a question hope to be solved: now in a table:has five column: rowid part_id vendor_id quote_price quote_date 1 b--877 000001 12.3 2003-8-5 2 b--877 000005 12.6 2003-8-6 3 b--899 000023 53.63 2003-10-2 4 b--899 000025 53.96 2003-10-8 ... ... .... ... .... from above table i want to get a table of four columns of original table:that is: part_id vendor_id quote_price quote_date b--877 000005 12.6 2003-8-6 b--899 000025 53.96 2003-10-8 that is the only part from the last ...Show All

  • SharePoint Products and Technologies Forms Server 2007 - RTM Availability

    I am currently using the Beta2-TR version of the Forms Server and would like to more to the RTM version of the server. I could not find any links to the Forms Server 2007 RTM trial version download. Can anyone help me please Anandan Same here. I searched all over and can't find it. I even clicked "how to buy Office Forms Server" on Microsoft's site, but I was linked to SharePoint Server 2007. ...Show All

  • .NET Development Wants to download file greater than 2GB

    HI, I want to develop a application in .net, in that I have to give a option to download to the user. The download may be greater that 2GB. Can u pls tell how should I get this Pls help me out.... waiting for your reply... Thanks, Nilesh If you are downloading a significantly large file you can make mutiple range requests and then recompile the bytes from each request to get the original file. See the HttpWebRequest.AddRange method. ...Show All

  • Visual Studio Tools for Office Working with Headers (this is working now)

    Using VSTO in VS.net 2005.  I would like to include a picture in my MS Word 2003 header.  The picture I would like to insert at runtime will depend on an action selected by the user in a smart tag ("Insert Logo").  I would like to just include the possible pictures in the same directory with the application add-in, and refer to the paths at run time. So far I have had problems getting the header pane to close, and figuring out how to insert a picture from a file.  This is the first page header code I started with: Private Sub AddHeaderPic() Dim i as integer i=1 ' for first section For i = i to 1 Globals.ThisDocument.Section(i).Headers(Word.WDHeaderFooterIndex.wdHeaderFooterFirstPage) _  .Range.Sel ...Show All

  • Visual Studio Out of Memory Exception. Exported Word Files are too big

    Currently I have written an application that uses Crystal Reports XI. I currently have two issues, which hopefully someone can help me with: The first issue is that when exporting documents in Word Format, crystal reports creates word documents of nearly 200 Mb, where for example a PDF document is only 1-2 Mb. Is there a way of reducing the size of an exported document in Word, as first of all the program is crashing and secondly I want to send these documents as attachments within emails. An example of the code we are suing is as follows: PdfRtfWordFormatOptions word_export_opts = ExportOptions.CreatePdfRtfWordFormatOptions(); word_export_opts.UsePageRange = false ; ...Show All

  • Visual Studio Tools for Office WebView no longer works in OL2007 in a separate PST?

    Hello All, Our addin displays data in the WebView for some folders. This worked great in OL2003, but now in OL2007, it doesn't display the HTML page anymore. When I manually went to set the webview page in the right click properties, it no longer displays. How can I get custom webviews for folders that are not under the default store (it appears that folders under the default store can still have custom webviews but not folders under separate PST's). Cheers, ~Joe Hi, You may want to post this to a Outlook Forum to get a quicker response. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US Thanks. ...Show All

  • SQL Server Backup cant find database name

    I was trying to backup my database file using My.Computer.FileSystem.CopyFile but because SQL keeps the file locked this doesnt work (I am using VB.NET 2005 Express and SQL 2005 Express). It seems that the Backup command is what I want to do but it doesnt recognise my database name, which otherwise appears in the Database Explorer tab of the IDE I wrote a function to use the Backup command as follows Public Sub MyDbBackup() Dim sqlconn As New SqlClient.SqlConnection(MyConnectionStringdb) Debug.Print(sqlconn.Database) sqlconn.Open() Dim Backupcommand As SqlClient.SqlCommand = New SqlClient.SqlCommand("BACKUP DATABASE MyDatabase TO DISK = 'c:\Mydatabase.bak'") Backupcommand.CommandType = CommandType.Text Ba ...Show All

  • .NET Development faster way of accessing CSV files

    hi, I am handling CSV files as database. each CSV got 40,000 - 60,000 lines. I have to do the joining, subquery and other complex tasks here. the problem is, my query execution time too high, 2-3 mins. how can I reduce the time I saw there is no way of declaring keys for CSV files in Schema.ini. I am using OleDb. another thing, can anyone tell me what should I use to this heavy task is there any good replacement of OleDb please let me know. I should have added an example. Say you have linked server in SQL 2000/2005 named TEXTFILES... You can read the data into a temp table in TSQL, then create index on it like so: select * into #temp1 from textfiles . pubs . dbo . authors -- say you have text file with authors tabl ...Show All

  • Visual C# RegAsm cannot find dependent library when registering a DLL

    First, I must admit I have little knowledge about to assemble and install a DLL, but thanks to Visual C# Express, I was able to do some damage. The class library works just fine in the IDE, integrated into a chat program as a plug in, but when I tried to create an installer for it, it croaks on a call to regasm. regasm myplugin.dll error: RegAsm : error RA0000 : Could not load file or assembly 'Interop.OtherLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified This 'Other.dll' is used by my dll to hook into the chat program and it resides in a folder under the chat program that's not on the system path. So, I've tried to put the Other.dll into a folder tha ...Show All

©2008 Software Development Network