Software Development Network Logo
  • Windows Vista
  • Visual Studio
  • Microsoft ISV
  • Visual C++
  • SQL Server
  • Visual FoxPro
  • Windows Live
  • Windows Forms
  • Visual C#
  • Visual J#
  • Visual Basic
  • VS Team System
  • .NET Development
  • Architecture
  • Smart Device

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

Oroborus

Member List

maciu
Ole Tsu
ACAnghel
treadstyle
Marcel Andrade
reb1577
JulesW
Ours
Struggling_Bill
DaveC#
Dipti Bangalore
learnerplates
Rogvi Knudsen
mfitz
Joel Semeniuk
DeviousDevil
Chanduu
mikrogen
Muggins
chrismi
Only Title

Oroborus's Q&A profile

  • SQL Server Attaching a DB to a Network Folder

    I'm trying to attach a db to a network folder. I used the sproc sp_attach_db from master db to attach a test db to a local drive (c:\test) and works fine. EXEC sp_attach_db @dbname = N'myDatabase',  @filename1 = N'C:\Test\myDatabase.mdf' ---NO PROB. With this----------------------------------------- but when i try to attach a test td to a network drive, ( \\computer\test ) does not work. EXEC sp_attach_db @dbname = N'myDatabase',  @filename1 = N'\\computer\test\myDatabase.mdf' -----I get this error message ------------------------------------------- File '\\computer\test\myDatabase.mdf' is on a network device n ...Show All

  • .NET Development Check Folder Permissions

    Hi! I have never tried something like this before, so forgive my ignorance. I need to check the folder permissions of a specific folder for the logged in user. In my app the user has a setting for an output folder, I need to check that the user has the appropriate NTFS permissions to that folder to be able to set this setting correctly. Can someone point me to a good resource where I could read about this A site with samples is ofcourse appreciated. Regards Leyan As a start, check the help for Directory.GetAccessControl() which returns a System.Security.AccessControl. DirectorySecurity object. ...Show All

  • Smart Device Development How Visual C++ 8.0 is compliant to ISO C++?

    Hi, Could anyone point me to list of  new features of Visual C++ 8.0 compiler for mobile devices related to ISO C++ Standard compliance I'm using eVC++ 4.0 with latest ServicePack and AFAIK this compiler is based on the VC++ 6.0, so there is a lack of many C++ features, not to mention limited version of STL. So, I'm strongly interested in moving to the latest Visual C++  8.0 but I'd like to gather more information first, before I spend my money. Is Visual C++ 8.0 and related SDKs much more compliant to ISO C++ Standard Are there many imrovements in this direction Is C Run-Time library more complete than that shipped with pr ...Show All

  • Visual Studio Tools for Office Problem with Add-in on client machine.

    Dear all, on the devlopment machine the add-in work very fine. I have a client with: Office 2003 SP2 VSTO Release candidate Microsoft Framework 2.0 Release Candidate Office assembly installed. When I install the addin on this client by the MSI, this come installed fine. but when I lunch Outlook 2003 the add-in don't come to load. in the menu Option > Other > COM Coponent , I can see the add-in without the flag, and below say : Not Load, error in COM compoments. unbelivable !!!! I solved my problem only following this link : http://blog.jausovec.net/index.php op=ViewArticle&articleId=177&blogId=1 Thank you Peter, the ...Show All

  • Visual Basic download full version for msdn

    is there any one can provide me any information to who locate MSDN full help for visual basic in order to download the msdn library you must have an msdn subscription...or you can access it online Here: http://msdn.microsoft.com/library/ ...Show All

  • Smart Device Development Datagrid TableStyles with ResultSet as DataSource

    Does anybody know how to set up a datagrid table styles when it has their datasource property bound to a SQLCEResultSet Thanks for your help. It's generally no different from any other data source, can be done via designers 1. Create DataGridTableStyle. 2. Add DataGridTextBoxColumn to it, MappingName should be set to column name in database. 3. Add DataGridTableStyle to the grid. 4. Set data source. Are you having difficulties with something in particular ...Show All

  • Visual Studio Team System Restricting access to Visual Studio Project directories for different team members

    Please will someone confirm that for a given Team Project all contributors have equal rights for all the Visual Studio Solutions and Visual Studio Projects + files held in Team Foundation Source Control. It is not possible, for example, to restrict one group of contributors to one VS Solution and another group of contributors to another. If you wanted to do something like that then you would have to create a separate Team Project for each group. That is to say access control is implemented at Team Project level, not at the level of individual Visual Studio Projects and Solutions. Will I don't think there's a faster way to do it. tf ...Show All

  • Visual Studio Team System Text Files needed by Unit Test

    I have a couple text files that my unit tests read from.  I added them to my unit test project, and set Copy To Output Directory to Copy Always.  But when I try to run the unit test it cannot find the file in the local directory. It is looking in this directory: c:\Visual Studio Projects\Planners\TestResults\smithd_SMITHD 2005-11-18 15_13_34\Out\ that directory only contains the .dll, .config, and .pdb.  Shouldn't it also copy my text files into that directory automatically   What's the proper way to do this Hello, Tests are executed from deployment directory - this is Out the directory u ...Show All

  • Software Development for Windows Vista Does software install and work across all Vista Editions?

    Can all software be installed across all Vista Editions e.g Can Visual Studio 2005 Standard Edition be installed on Vista Home basic or premium editions Will there be any software installation issues for the different Vista editions ...Show All

  • Visual C# How to display Chinese Characters in a C# Application?

    I want to display Chinese Characters on the controls (e.g., buttons, lables, etc.) in C# .Net, but always failed with garbaged characters displayed (I have adopted NJStar to input Chinese Characters). How can I configure the Visual Studio .Net environment to implement the display of Chinese Characters in my Application I understand c#.net supports Chinese characters by way of unicode.  I don't read/write Chinese myself but my app makes use of Chinese character contents.  I understand NJStar was written many years ago to support Big5 and gb Chinese encoding for the likes of Chinese Windows.& ...Show All

  • Visual Basic using code written in C#

    Hi. I'm trying to use a code library written in C# in visual basic, but i cant figure out how to do it. Here's the library: i want to be able to use the functions in it in VB. I've tried compile it into a class library and then add it as a reference in visual basic, but it still doesn't work. mattias Where is the library There is no reason why you shouldn't be able to import and call a C# library from VB.NET, in fact to VB it will look the same as if it was also written in VB, as it's been compiled to the same IL. You need to define 'doesn't work'. Can you import it Can you call it Do yo ...Show All

  • Visual C# How Write a Visual Designer. Hope can help me

    hello I ask this in others board this question, I think this is hard. I'm developing a program same as microsoft Visio, paste the object and move this into the panel and later get the preview. The program is free of course. May one of you give me some explanation or suggestion about this matter I found it in http://www.divil.co.uk/net/articles...ers/hosting.asp , is about how I can write my own designer. I want write a DFD diagram same as a Visio but is hard found more information. Can give me information in how I can write a designer and how I can write the "effect" drag drop. Hope can understand my grammar. Regards, Pablo PD: an ...Show All

  • Visual Basic Grid View Event Code

    I have a grid view code which selects a view within a Form View  on viewing page see below: ----------------------- Protected Sub NWO06GridView1_SelectedIndexChanged( ByVal sender As Object , ByVal e As System.EventArgs) Handles NWO06GridView1.SelectedIndexChanged galleryFormView1.PageIndex = NWO06GridView1.SelectedIndex End Sub ----------------------- I would like to be able to have the gridview1  be able to be (paged) so that is wasn't as long and resident on a separate page so that when someone selected the item in the grid view  it would  select the corresponding FormView on t ...Show All

  • Visual Basic AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp  and here:  http://msdn.micro ...Show All

  • Visual Studio Tools for Office Some questions about ActionsPane

    Good morning, I have a few questions about the ActionsPane, but I think they won't be that difficult. But let me first explain my project: I need an Add-In for Word 2003, so when starting Word, a custom button should apear. This is already done. Now when click on the button my Actionspane solution should be shown. So I made another project with a Word Template. Now I have 2 projects and one calls the other. Maybe not the best solution but works for now. But now the problems began... And its also time for the questions:     1.     So I have a Word Template (.dot) with an Actionspane, but now I ned to add anot ...Show All

©2008 Software Development Network