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

Software Development Network >> Débil's Q&A profile

Débil

Member List

Michael Schreyer
Jure Turk
Fred Nie
RLHegde
Johnny P
verv
LastHope
m4yster
robbyduffy
vidhyaprakash
Sachin Agarwal
Chris398472934
IanO
paradiso
Neophyte
Devendra Desaine
AbelMorelos
xxxxxxxxxxx
cats_five
jesus_rivas2
Only Title

Débil's Q&A profile

  • .NET Development Identity from Access

    Hi, I have been searching around for a solution to this problem with not much luck. From what I have read, I don't like the answer, but I thought I would check just in case. I have been given the impression it is impossible to retrieve the identity value from an Access database after an insert. I have been purely using the dataset designer and using the tableadpater methods I have created in the designer as I am still getting to grips with the whole "visual" experience. I created a "select @@identity" query in the designer and ignored the warnings. It actually compiled and run, but as expected it returns 0 all the time. I ...Show All

  • SQL Server SSIS import export package

    When I create a package with the import-output wizard everything goes ok until I try to open the transfer task. Than I have the following message: TITLE: Microsoft Visual Studio ------------------------------ The task with the name "Transfer Task" and the creation name "Microsoft.SqlServer.Dts.Tasks.TableTransferGenerator.TableTransferGenerator, Microsoft.SqlServer.TableTransferGeneratorTask, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" is not registered for use on this computer. Contact Information: Transfer Task Can sombody tell me what I did wrong and what I have to do to correct this ...Show All

  • Visual Studio Cannot connect to SQL Server 2005 Express CTP

    Hi, I also tried to install the SQL Server Express April CTP edition from the DVD, ran into problens and worked around by manually installing the SQL server. I now have a running instance that can be checked with the surface manager but: - no tool including VS 2005 beta2 can access the instance When I try to connect with the proper hostname and instance name, I just get timeouts. Any suggestions Yes thats the answer....... Thankyou though i cant beleive i spent about 6 hours trying to figure this out on my own i should have known this. [servername]\SQLEXPRESS using Windows Authentication will do the tri ...Show All

  • Visual Studio Team System Extending the build process using TFS Build

    Quick question for you all... If I wanted to extend then build process or change it to build a vb6 application using TFS Build server is it a matter of simply altering the TFSBuild.proj file that gets created. For example, after building my solution I want to build a setup project. Thanks for your help Graham http://blogs.msdn.com/nagarajp/archive/2005/10/27/485980.aspx  is a good place to look. Please let me know if you need more info. ...Show All

  • Windows Forms Error while accessing value of the control

    Hi, I have two combobox filled with data in a window form. I also have one more window from in which I have declared two variables. Now my requirement is that how can we access selected value from the combobox in first form to the valiable declared into second form. How can we access selected value of the combobox from any place in the working application. If possibe please provide some example. Thank you Hi, I have used following code: dsYear = Some Provider.ExecuteDataSet(System.Data. CommandType .Text, "Select distinct trim_year from VehicleTrim" ); this .bindingSource1.D ...Show All

  • Visual Basic new to vb .net

    Hi, I have been programming in vb6 for 5years and I now have made the switch to VB .net 2005. I have been working on a program that I made in vb6 into .net but I can't seem to figure out what this code would be in vb .net. Open App.Path + "\filename.html" For Output As #1 Print #1, "data" Print #1, "dataaaa" Close #1   And also the tool that supposed to upgrade vb6 code to vb.net doesnt work at all. I get an error when I try to. Thanks RobA89,    The new My.Net features in VB.Net make this process much more straightforward then they have been in previous versions of .Net.  To accomplish the same task as& ...Show All

  • Windows Live Developer Forums Why access always denied?

    It's my first time to use MSNSPACE api, I write a sample application to post a new title. but I get a error message like access denied. I have turned on the email publish stting and checked my secrect word. it's ok. buy why can't I post a new title After a number of login attempts with an incorrect username/password, you will get an access denied message. Please try again after 24 hours when this policy resets. ...Show All

  • .NET Development MultiThreading Question

    To the multithreading gurus: Given the following code, is it necessary/good practice to use a lock somewhere Thanks in advance, zulu using System; using System.IO; using System.Threading; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { FileCounter cnt = new FileCounter(); cnt.StartAsync(@"C:\"); while (true) { bool exit = !cnt.IsRunning; Console.Write(string.Format("Files: {0}, Folders :{1}\r", cnt.Files, cnt.Folders)); if (exit) break; Thread.Sleep(10); } Console.WriteLine("\nFinished.&quo ...Show All

  • SQL Server how to appoint a time Parameter dynamic default member in ssrs05 ?

    Precondition: 1 my data resource from olap time dimension 2 i know 'Tail(Filter([time].[day].Members, NOT IsEmpty([time].CurrentMember)),1).Item(0)' in mdx. my question: how to implement the same function like Precondition2 in ssrs05 ...Show All

  • Smart Device Development Disable Cert Check on WM5

    I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA In your post you mentiont that you "deleted the partnership id" What is the partnership id and how do you delete it. Thanks Tim ...Show All

  • Windows Forms Master\Detail Form with Variation Help Required!

    I have a dataset containing a table with 60 columns called customers. i want to display 30 columns of a record on form1 I want to click a button which shows me form2, which has 30 columns of the record CURRENTLY being displayed on form1 IE Form1 columns 1-30 (of 60) of Record 1 in DataSet1 Form2 Columns 31-60 (of 60) of Record (recordnumber from form1) in DataSet1 This is NOT using a datagridview, but rather a textbox display of a record for editing\adding etc. Im trying to make the primary form less cluttered by moving some information to a second form that the user can look at or edit IF they want to. I can ...Show All

  • Visual Studio Express Editions Oracle DB

    I need to know if exists a driver to connect Oracle DB 10g with Visual Studio 2005 Yes, you can use either Microsoft's .NET Provider for Oracle (which is included with the .NET Framework) or Oracle's ODP.NET : ...Show All

  • Visual C# Validation Philosophy

    I am working with a Winform in VS 2005. I have been reading some books lately that say that using the error provider and checking it when you save or exit a form is a better, (less intrusive) way of doing validation than putting up dialog boxes. I see the wisdom to it but I wonder what should happen when you have many records in a form That is, lets say I have a winform with the Standard menu and toolbar on it that VS creates automatically, but lets also say that this form (a detail form) has many rows. With regard to validation, how should it be handled Should I wait until save or exit is selected If so, telling the user that there a ...Show All

  • Windows Forms Changing Parent Items From Child

    How can I change parent items such as menu items from a child First of all, the menu items aren't going to be hidden, right  They're disabled.  And, they will be disabled if there aren't any children. That's the point. You update the availability of the menu items each time you pull down the menu, so that if there aren't any&nbs ...Show All

  • .NET Development POP3

    Hi, I'd like to ask how to get e-mails from a POP3 server in vb2005 and if i got them how can i show them as an html mail message thnx a lot; Here's a fairly good article http://www.c-sharpcorner.com/internet/Pop3Access.asp It's in C#, but you should get the gist. ...Show All

©2008 Software Development Network