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

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

Deerhake44

Member List

sameh23
Philip Wagenaar - Nashuatec
Hansen Steve
Yuki Chen
sgmuser
robinjam
XNA Rockstar
MayoDev
Student_I
ashwin_k_s
Ruben T
MF Recruit
LeoFromCanada
Rocky79
jmurray_mi
Visual Basic Expert
kiral
Dipendra
Shiplu
Wojtek
Only Title

Deerhake44's Q&A profile

  • Visual Basic FileLogTraceWriter

    Hello, I want to write the FileLogTraceWriter logging information to a different directory than specified. I see there is a location element, as defined in this: http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.logging.filelogtracelistener.aspx However, I cannot figure out if I specify this in the configuration file, or what It's not real clear. Thanks. ...Show All

  • SharePoint Products and Technologies Working with list templates

    Hello: I have made one list template that contains some pictures. I use this template in several subsites, is there a way to add a new picture to the template so the sites that contain the template can be updated automatically. Regards Hi, No, with standard SharePoint functionality this is not possible. I think an option is to create an eventhandler on the list, that picks up new pictures and copies them to other list based om the same template. Depending on you site structure this could be a solution to build. - Mart ...Show All

  • .NET Development Process performance counter is disabled

    Hi I want to run a simple program which will just stop a process. I am trying to use GetProcessByName but this comes up with " Process performance counter is disabled" I have seen a previous question which suggested a mod to the registry, but the particular entry mentioned did not exist, so it must be something else I feel. Does anyone have any bright ideas (I am running W2kprof, and I have admin rights) Check out this article... ...Show All

  • Visual Studio Express Editions Need value of a textbox

    I have the following piece of code. Dim offPlayer as Integer TextBox39.Text = "txtHome" & offPlayer & ".text" In my example, offPlayer is 8. I would like textBox39.Text = txtHome8.text. It currently puts in the string "txtHome8.text" and not the value. Please help. Thanks, Doug Looks like you're missing a "y" in offPlaer... Be sure that you actually have a TextBox control on the form that is named txtHome8 when offPlayer is 8. ...Show All

  • Software Development for Windows Vista Xoml customization and compilation

    Hi, I would like to be able use Xoml files that are created by a VS Workflow project and to then edit/customize these Xoml files to point to alternate implementations for the various activities contained therein while having these alternate implementations only being defined in existing managed assemblies. Further, I would then like to be able to use wfc.exe to recompile these modified workflows into a new assembly that can be deployed. I've tried serveral variations using a combination of namespace declarations and markup extensions, but still receive various obscure errors (i.e., class does not contain a definition for System) when compiling. Is this possible/a supported scenario or does wfc.exe require code-behind files A si ...Show All

  • Software Development for Windows Vista Synchronized "raise event" for a state worfklow

    I have a state activity with a self implemented generic event service to raise a event for a custom IEventActivity within the state activity. On state initialization there is an activity which sets the possible responsibles for the state. After that a GenericEventService.RaiseEvent should be possible for the evaluated responsibles. That means the RaiseEvent method has to wait till the state initialization has completed and the IEventActivity.Subscribe method is called to enqueue the item. I have used the WorkflowIdle-event to perform the synchronisation, but this event is not called everytime( ) I assumed that the following events are raised on loading an instance: 1) loaded 2) idled (but it's only called if an execution is already q ...Show All

  • Visual Studio Team System Team Explorer SP1

    Is there an SP1 for just Team Explorer or do user have to install the huge VS SP1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ERROR

    Hi I have had an error and it says, "This installation package could not be opened. Contact the application vendor to verify that this is a valid windows installer package". Could someone please help me out with I would really appreciate it, and this occurred when I tried to install the VS_setup file in the XNA build folder/50727.42/vs_setup. It keeps giving me the same error. Hi yes I've got it installed thank u very much for your help, now where do I get the Mechcommander 2 from i looked at the dvd abd it says install and I did that but nothing happened ...Show All

  • Visual C++ VSS WebService connection problem

    I've got the VSS WebService working for some users but not for others. This is what we see when he tries to connect: 1) The database is successfully access from within VSS and appears in the VisualStudio Open Project correctly. In other words, he appears to be able to connect to the VSS database using his VSS & Windows account credentials. 2) When selecting by double clicking the database name in the list we see the following dialog: "Cannot contact the Visual SourceSafe Internet Web Service or cannot access the specified database. The Visual SourceSafe Web Service returned the following error: VSS Web Service could not open the database." This is what we've done to try and understand the problem: 1) A user (no ...Show All

  • Visual Studio Tools for Office C++ retrieving data from database.

    Hi, How come when I use C++ to read data from Access database, it only let me read up to 255 chars instead of all the text I have in that specific cell. What's the right command I have to use in C++ to be able to read all the text in the cell. Please help!! thanks in advance. Jason Hi Jason The "Office" in Visual Studio Tools for Office doesn't mean all Office questions are handled here :-) This is a technology addin for Word, Excel and Outlook... for VB.NET and C#. Nothing here to do with Access or C++. So the chances of your encountering someone who can help you are slim. Whether one of the Access groups such as http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.access.modulesdaovba& ...Show All

  • Visual Studio 2008 (Pre-release) The remote server returned an unexpected response

    I get this error when I run any MS sample app. The remote server returned an unexpected response: (405) Method Not Allowed. This could be due to the improper registration of .svc ISAPI filter in web server. This shows how to resolve if this is the issue -- http://msdn2.microsoft.com/en-gb/library/ms752252.aspx . Thanks, Dinesh. ...Show All

  • .NET Development SQL2005 & VB.NET 2005

    hi i have a question,i can connect to a sql server 2005 database and get results but when i want to insert records to my database,i dont get an error but it doesnt update!!! Dim conn As New OleDbConnection( "Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=mylibrary;Data Source=IBRAHIM-6740DDE\SQLEXPRESS;" ) Dim ds As New DataSet Try conn.Open() Dim com As New OleDbCommand( "INSERT INTO bolumler(adi,altbolumadi,kayittarihi) VALUES ('" + TextBox2.Text + "','" + TextBox3.Text + "','" + DateTimePicker1.Text + "')" , conn) conn.Close() Catch ex As OleDbException MessageBox.Show(ex.Message) Catch j ...Show All

  • Visual Studio 2008 (Pre-release) screen to world coordinates

    hi, I want to know if there exists methods to convert a point (captured by the mouse in a viewport) from screen coordinates to world coordinates in wpf. If not, how can I do the conversion thanks, pascal. Do you mean how to convert from device pixels to logical pixels then you should try this method: System.Windows.Media.Visual. PointFromScreen (Point point); Sheva ...Show All

  • SQL Server Initial snapshot to SQL Everywhere to a physical device

    Hi, i’m accessing a sql everywhere DB through SQL Server Management Studio. When i’m doing this, i am accessing my emulator because i don’t have a physical device. My question is: if i had a physical device, could i still do this, i mean, send the initial snapshot to my physical device When i choose File => Connect Object Explorer i don’t see any place to IP address or something like that How is the connection made Thanks SP May check and download http://www.microsoft.com/downloads/details.aspx FamilyId=85E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&displaylang=en RC1 component in this case. ...Show All

  • Windows Forms Controling Mouse

    Hi, I would like to write codes that can control the mouse movement by using C# but i have no idea how i should go ahead with it. I am currently working on a project named "motion detection to control pc". It is a project which can assist paralysed patient to access the pc using facial movement. I have a webcam capturing movement of head and translate it to mouse movement. I need to write some simple codes which can command the window mouse to move and click on the icons on the desktop when the webcam detect motion. I have written a simple coding using Cursor.Position: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ public void MoveCursor() { if(!this.Cursor.Equals(Cursors.Default)) { this.Cursor = new Cur ...Show All

©2008 Software Development Network