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

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

VN

Member List

JSteuerIII
TimRaml
lester1111
cravingsushi
totalidea
Ron Wright
R Shams
Jay Pondy
AmitJoshi
codepath
klmsdn
Fabiods
randy_w_s
AbdelMoniem
edotcom
Robert Q
JeffSE
Srock
cppfred
arsonist
Only Title

VN's Q&A profile

  • Visual Studio 2008 (Pre-release) WinFX For Visual Studio RTM

    I have readed about the Visual Studio 2005 RTM is planned to be released today on msdn, is planned to be released also a recompiled version of WinFX runtimes and SDK for RTM soon Sebastian We're working to get a WinFX build that works on the RTM of Whidbey out as soon as possible. Still don't have a date for you. Thanx, Arik Cohen Program Manager - Windows Presentation Foundation ...Show All

  • SQL Server Variable error

    I'm trying to set up a simple package that can be run after other packages to move packagelog files to another folder(I'm doing this because it doesn't look like we can overwrite a package log file and I really don't want to have to manually keep these in check). Anyway, I've got a source variable and a destination variable. I'm using an expression to build these values in the File System Task. When I run the package I get this error : Error: 0xC0014054 at CopyPackageLog: Failed to lock variable "C:\Temp\MyPackageLog.xml" for read access with error 0xC0010001 "The variable cannot be found. This occurs when an attempt is ...Show All

  • Visual Studio Express Editions to close or not to close

    Hello, I have this form, form1 and when it closes, I want it to like NOT CLOSE... How is that possible, do I do like Public...{blah}...Handles.Me.Closing Dim f as Form = Form1 f.show end Sub Thank You, My brain is not fully functioning right now, its 12:40 a.m... ZZZzZZZZZZ.... Thanks! Keehun Nam Are you talking about .... i.e. Something Click Event Me.Hide() End Sub Form is unseen but still ' alive', can reveal from calling form by clicking xxx form.show( or showdialog) Just a REAL NEWBee wondering aloud ...Show All

  • Smart Device Development Make PocketPC emulator connect to MyComupter through ActiveSync

    Hello, i've got the following problem: I've devloped SOAP based Web service by means of ATL Server library. My developed application is the server itself and listens the incoming connections at port 1111, for instance. No IIS is required. I wish i could make connections from my MS Visual Studio 2005 Pocket PC emulator to my server. I found out that in order to let the emulator have internet access i need to have ActiveSync installed. As soon as i installed ActiveSync and Cradled the emulator i became able to use Pocket PC emulator Internet Explorer to browse the net. But, i cannot connect to my service. I can neigther request for disco servi ...Show All

  • .NET Development ras

    is there around same free dot net library that wraps the ras api calls everyone knows if in the future a managed replacement for ras will be included in the framework Hi Luca, We are currently looking for feedback regarding what customers want to see in System.Net in the future.  If you have a feature you feel should be included in the API, please email nclasks@dontspam.microsoft.com or post here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=83785 ** Be sure to remove the 'dontspam.' from the email address above. Please be sure to provide as much detail about why you want the f ...Show All

  • Visual Basic How to detect CANCEL with the FolderBrowserDialog

    I need to know if the user chooses cancel when the dialog appears other than saying, if Old Selected path <> new Selected Path.       Thanks. The FolderBrowserDialog should have a method ShowDialog that returns a DialogResult.  You can use this return value to see what button was pressed. ...Show All

  • .NET Development Waiting and Waiting and Waiting on email to publish

    I used this example from a previous thread and the code is still not operating correctly. If you publish the email and close the app, the email is sent pronto. If you keep the app open then the email is published in the next 5 minutes (painful). Thanks in advance! Imports System.Net Imports System.Net.Mail Using mailMessage As New MailMessage() With mailMessage .To.Add( "yourname@domain.com" ) .From = New MailAddress( "myname@anotherdomain.com" , "My Display Name" ) .Subject = "This is the subject" .Body = "REPLACE WI ...Show All

  • .NET Development vb.net

    hello sir           iam learning vb through online iam getting some  many errors 1.   in my project dataconnection through tools-connect the dataconnection iam added the table through ms access when iam doing database through programmatically iam getting exception errors ((in conn.open(),adapater.fill(ds,table)) and when debugging the program my fields are not in view in my grid 2. how to use class library i dont have idea to use that 3. in  my vb.net  web form template is not there when i click search online template iam getting message there is no web form 4.in ado.net w ...Show All

  • Visual Studio Rollcall -- Is anyone here???

    This place seems pretty dead....is it an actively supported resource for Microsoft info   Are there any Microsoft staff or at least any MVPs around here   Or should I be looking elsewhere for usefull information and discussion Even email to the address shown for "Jim Glass" is bouncing... Um... yes we are here. But there are some extenuating circumstances including a couple of conferences that people are attending, finishing the RTM bits for this Fall release of Whidbey (always a death march), and preparing for the VSIP Dev Lab and PDC.  Additionally I'm trying to crank out all my annual re ...Show All

  • SQL Server How to Delete Files on Maintenance Plan

    Hello, I am creating a Maintenance Plan in SQL Server 2005. The 'Back Up Database Task' has the choice 'Create a sub-directory for each database' as SQL Server 2000 does. But when I add a 'Maintenance Cleanup Task' I do not see a choice to delete files on subdirectories. Looks like it only deletes the files from the directory I specify. So, looks like SQL Server 2005 is removing some functionality already available in SQL Server 2000. Is there a way to delete those files without needing to specify each directory I do not see any documentarion about xp_delete_file either. Thanks, Ben Nevarez I am ...Show All

  • .NET Development Fill an unbound datgridview with access data

    I am struugling with some basic concepts here. I am trying to pull some data from an access mdb using a dataset, do some work with that data and then fill a datagridview with the results. The datagridview is unbound because I need to provide calculated coulmn headings (ie dates) - which I can do. I can do all elements seperately but cannot seem to combine them. How do I extract into a dataset, manipulate those rows ie loop through several times to fill a month of data and then send those new rows out to the DataGridView I suspect I am using the wrong technique - any ideas would be appreciated. Snippet: Pri vate Sub Popu ...Show All

  • Visual C++ adding a class into a win32 project is not available

    i can't add a native class into a win32 project using vc express beta2. this functionality seems to be available but the textbox to specify the class name is disabled, and action cannot be finished properly. is it that vc express is designecd for clr why win32 development is decreased or neglected or i need a re-installation Just installed VB C++ Express and Microsoft Platform SDK on both Windows XP Home and Windows XP x64 Professional. Exact same error for both platforms. Followed the SDK install and setup directions and tested the Win32 application test build and debug, worked fine. When I opened a new Win32 application with a blan ...Show All

  • Visual Studio How do I add custom Platforms?

    I'd like to use the VS IDE for developing applications on other platforms than the build-in ones. Say for example a 'Playstation 3' platform configuration. How can this be done Regards, Asger Hi Asger, In order to target a different platform, at a minimum, you would need to implement a custom project system that utilizes your build tools. To facilitate debugging the application on the target system, would require the development of a custom Debug Engine. The samples and libraries we ship with the Visual Studio SDK are built primarily to target Win32 and .Net, but it's certainly possible to integr ...Show All

  • Visual C# collection of events ?

    Hi there, i have a little problem: I'm developing a hardware interface for digital input signals and i'm looking for a good solution to fire events on signal changing. I don't want to declare an event for every input channel (since it could be a lot of them). I'm thinking more of an array of events, so every client could register for specific events (e.g. instead of OnSignal3() something like OnSignal(3) ) If anyone has an idea how to handle it, please let me know ! Would it make sense in your application to define a collection of InputChannel objects, each of which raises an event, such as ...Show All

  • Visual Studio Tools for Office building solution containing VSTO on CruiseControl.NET?

    I'm trying to build a .NET 2.0 solution containing VSTO on CruiseControl.NET 1.0. I have the .NET 2.0 SDK installed and regular .NET projects build fine using msbuild. .NET 1.1 solutions with VSTO for VS2003 build fine as well. The 2.0 VSTO project fails because a number of files are missing. Fair enough, but there doesn't seem to be a VSTO SDK I could install. The VSTO runtime does not contain all the files required to build and I cannot install VSTO itself because there's no Office on my build server (it should be as clean as possible). I started by copying all the files it complained about, but I end up with an error message : C:\Pro ...Show All

©2008 Software Development Network