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

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

tovarish

Member List

JeremyAtGosub
JDPeckham
Dan-Teklynx
Mike Kornegay
KarlPick
Lamon
mr_superlove
Jose76
Kent Boogaart
rabbitoh
Martin Eley
mclagett
bluejay_2006
bk13
grsgrs
Michael Dickens
CKS
CodeDjinn
alpefusk
RhysDavies
Only Title

tovarish's Q&A profile

  • SQL Server Windows Authentication - Different Domain

    Hi: I am trying to figure out if there is a way to connect via SQL Server Management Studio to a server sitting on a separate domain. So here is the situation. there is Server B which sits in a domain called DomainB. If I am in DomainA, I could typically remote into that server utilizing an IP address in DomainB, and even transfer files to that server. But how do I connect via SQL Server Management Studio(basically login as a different domain user) to Server B in DomainB from DomainA. Basically when I choose Windows Authentication from the dropdown list in SQL Server Management Studio, it grays out the username field, which is where I could type something like this domainB\usernameondomainB, similar to how you would connect to a share o ...Show All

  • Visual C# Handle a meta refresh 0

    I have a method of using WebRequest and WebResponse to post login info to a page and once i do i am given a response with: <meta http-equiv="Refresh" content="0;URL=http://..ADDRESS_HERE..."> To which I can not figure out how to handle using the two fore-mentioned objects! How does one handle this type of meta tag If needed I can post my code! --- william Yeah, I already have a method incorporated for handling the cookies; i also just noticed this site has different frames on the pages and I'm not sure if that has anything to do with my method not working! Another option I was looking into since this is such a pain in the butt, was to just use a WebBrowser control and have it hid ...Show All

  • Visual Basic R

    I'm sure this is possible to do. I am working with a UTF8 encoded file. When the file is opened in VB and loaded into a text box, the line breaks are converted to squares. Each line break is represented by two sqaures. I have been using code to replace bad chars, but the problem with it is that it replaces a single instance of the square with a LB. So I am getting too many LB's. How can I replace this with a single line break TIA That is correct. All characters appear normal (plain text). However the line breaks are represented by the . I also tried opening the file in MS Word and Wordpad with the same results. The application from which the file came from is "Opera Web Browser". It ...Show All

  • Visual C++ Smartbridge Alerts

    I too am receiving the "entry point not found" message. I have very little technical knowledge and would appreciate assistance in any fashion. thanks. Helen McLaughlin Andy I have the same situtaion IE 7(not beta) SBC DSL provider. Smartbridge motivesb.exe psapi.dll error right after startup How did you indentify the correct file Thanks Larry ...Show All

  • Visual Studio Express Editions system.outofmemory exception, music problem

    i have music resources and it seems i keep getting system.outofmemory exception. here is my code, and if you could figure out why exactly im getting this exception. im thinking it has to do with my music resources, and i checked the songs they work fine. Public Class WWE Friend WithEvents mediasoundplayer As New System.Media.SoundPlayer Private Sub ComboBox1_SelectedIndexChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged ComboBox2.Show() End Sub Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim answer As MsgBoxResult answer = MsgBox( "Are you su ...Show All

  • Software Development for Windows Vista Adding a filter to the graph builder

    When I add a filter to the graph builder , does its interface reference count increases by one As far as you are concerned, no when you do an AddFilter for a IBaseFilter that you created yourself previously (you just need to release your pointer). However, if you obtained a pointer to a filter that gets added automatically (for example in an AddSourceFilter), you must also release this pointer. ...Show All

  • .NET Development Delete a directory... with files

    I need to delete a directory after my application terminates. Directory::Delete only deletes an empty directory. So, I thought...OK, i shall delete all files in the directory before deleting the directory. But Files::Delete doesnt accept a wildcard "*" in order to delete all files. Whats my fix here Is there a way to force delete the entire directory ...Show All

  • .NET Development Socket transfer of TIF results in unreadable TIF file.

    Hi everyone, bare with me, this is my first post here. Currently, we have a program that connects to a server and retrieves three types of files (TXT, CSV, and TIF). The program now needs to be in VB .NET without changing the server code. In my code below, I can successfully receive textual files (TXT and CSV) files byte-for-byte without a problem. The resulting files work perfectly too. However, when I try to retrieve the TIF, my program outputs the correct number of bytes but the file is corrupt. I was wondering if anyone can point me in the correct direction. <CODE> Public Function readFile(ByVal strBuff As String, ByVal fileSize As Int32) As String Dim returnData As String = "" 'Holds returned data from s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Please Help: Could not find a Direct3D device compatible with the current device preferences.

    I have the following card in my laptop and I'm having a similar problem. Mobil Intel 915GM/GMS,910GML Express Chipset Family I add it the lines you wrote and I'm still getting the following error "Could not find a Direct3D device compatible with the current device preferences." Is it that my video card won't work I had use Directx 9 before Thanks Francisco PS: I had to repost this, because I had it add it to old post with many other people, but I never got a response, so maybe it was a different issue, so I decided to post it by itself. I had the same problem, I own a satellite m40x laptop, my problem was related to not having the proper device drivers installed on my machine. I have a intel 915 ...Show All

  • SQL Server SSIS competition on the market

    Hi everyone, I'd need to know which are the main tools are struggling with SSIS in order to encompass market TIA enric vives wrote: No, I would simply need any link or URL detailing which are the options availables... Than You could try this: http://www.gartner.com/DisplayDocument ref=g_search&id=486874&subref=simplesearch Or this: http://www.forrester.com/Research/Document/Excerpt/0,7211,34734,00.html -Jamie ...Show All

  • Windows Forms Copy data from datagridview To textbox

    how can copy data from cell of dataGridView to textBox (char by char) If you handle the EditingControlShowing event of the DGV you can get a reference to the control that is responsible for the 'CellEditing'... If you cast it to a TextBox you can subscribe for interesting events on this control.. Or simply access it's Text property and copy it to wherever you want it... ...Show All

  • SQL Server Password in config file

    Hi Config files doesn't seem to work for me :( i want to make a common config file for all of my packages but it is giving me error Validation error. The AcquireConnection method call to the connection manager failed with error code 0xC0202009 I have placed pasword in my config file too. Following is config file which i m using, server name n password are masked. < xml version="1.0" > <DTSConfiguration> <DTSConfigurationHeading> <DTSConfigurationFileInfo GeneratedBy="SSBKD\955688" GeneratedFromPackageName="DTS_ACPM_MarkIT_Indices_Composites_TRAC_X_Asia_Index" GeneratedFromPackageID="{CB3660A1-5E6C-4D08-A7F5-4D6CE83578E2}" GeneratedDate="2006/10/19 14:05:20&q ...Show All

  • Architecture Architectural Considerations for Auditing

    We are building an application which connects to two kinds of database viz. one is a local database store and other is located at a central server. Now to perform auditing for every transaction I am of the opinion to do auditing at the database level. Implement it as part of trigger insertion into an audit table. Reason being its simple to implement and maintain. My Database Architect is against the idea and wants me to handle auditing at the application level. Would appreciate your viewpoints and guidance on this. Thanks Sai Hi, Basically if you see the issue from a database architects perspective , he might be correct when he does not want to use triggers for auditing. Execution of triggers ca ...Show All

  • Visual Studio Team System Problem i can't started Visual Studio 2005 ?

    http://img86.imageshack.us/img86/4598/visualstudio2005errorhr2.png ...Show All

  • Windows Forms CollectionEditor questions Names in left pane

    Hello all, CustomItem is a class which inherits Component. I then created a strongly typed CustomItemCollection which inherits CollectionBase. Next, I wrote a custom editor which inherits from CollectionEditor. It works well except that I can't figure out how to access the (Name) property in the PropertyGrid. I would like to change the names in the left pane away from Class0, Class1, Class2, etc. based on one of the properties in my CustomItem class. Thanks in advance for any ideas and/or suggestions. Hello mangelp, I believe GetDisplayText is VS2005, we are still using VS2003. I can't use the default because I need to change it after one of my properties has been set. Thanks for the response, ...Show All

©2008 Software Development Network