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

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

AZ_2005

Member List

CoastalData
IndianScorpion
Christan
felipegc
SretiCentV
matshelander
baldingfatty
Hugo Batista
nick0000000
Martin Koppmann
smcleod
Wernerj
michael_dev
vbnewcomer
MB98
Christian Mol
Guber
ScruffyJohn
ziegel
lefty
Only Title

AZ_2005's Q&A profile

  • Visual Studio 2008 (Pre-release) Invalid PropertyDescriptor Value -- please help!

    I'm using the Feb CTP, and I'm trying to use a property in a trigger. Here's the specific XAML: <Window x:Class="TestThingie.Window2" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="Renamer" Height="300" Width="300" > <Window.Triggers> <Trigger Property="Test" Value="True"> <Setter Property="Window2.Background" Value="Blue" /> </Trigger> </Window.Triggers> </Window> In the codebehind I have a dependency property called 'Test'. When in the IDE I switch from XAML view to Design view, I get the ...Show All

  • .NET Development .NET Framework 2.0 Beta 2

    Tried Installing .Net Framework 2.0 Beta 2 on Win 2003 ( no service pack 1) , and the installation crashes so can't actually install it. I think I use to have .NET Framework 2.0 either Beta 1 or Beta 2 not to sure, installed prior, I did completely remove it , before installing again. OK after much swearing I think I found the problem. I uinstalled Windows Installer 3.1 (KBxxx), becuase when I ran netfx.msi it told me there could be something wrong with the Windows Installer and the service didn't start. I believe that the GUI from .netframework just gave up. Any I removed the installer then restart ...Show All

  • .NET Development How do you insert and update the database using DataSet (for VS .NET 2005)

    Hi! I'm currently new to VB .NET (through VS .NET 2005). I am in need of assistance regarding how to insert and update the database using DataSet. I am using OleDb in my program. It doesn't produce a syntax error after being compiled and executed but the data is not stored in the database. Please help if you can as soon as possible. Even a sample source code will do, it would even be better to give some explanation too. Thanks a lot! When you retrieve data from database using dataset, you have to do something like this right myDataAdaptor.Fill(myDataset) Now you have a replicate of data table(s) ...Show All

  • SQL Server Transfer logins from sql2000 to sql2005

    Hi, I'm trying to transfer my logins from 2000 to 2005 (last CTP) and recieve error: [Transfer Logins Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..". Any one I assume you solved this problem by now, or it went away with RTM code. Please reply back if that's not true. Paul ...Show All

  • Visual C# DateTime Method

    Ok. I know I have asked this question before, but I wanted to ask it in a different light. Here is a sample code that I dont know what to do with : double seconds = 0; DateTime baseTime = new DateTime (); DateTime date = baseTime.AddMilliseconds(seconds); Ok, what I want is for the current time to be "00:00:00".  And for it to show the incrementing seconds. Can anyone tell me how to do this. If you need more clerification please reply. private void Button1_Click( object sender, System.EventArgs e) { double milliseconds = 10000; double seconds = 10; DateTime baseTime; DateTime date; baseTime = new Da ...Show All

  • .NET Development I need help badly i have been staring at the error for more then 2 days!!

    Hi everyone, I am currently developing a rss reader using vb.net windows application for my project. But at school, the codes that i have works. At home it does not!! I am really lost and have no idea what to do with it. Can kind souls please help out. The error: An unhandled exception of type 'System.Net.WebException' occurred in system.xml.dll Additional information: The underlying connection was closed: An unexpected error occurred on a receive. Dim doc As New XmlDataDocument doc.Load(strUrl) ---->> the codes always will generatea error here. strUrl is jus a String containing URL for the xml links ...Show All

  • Visual Studio Team System Problems in mapping fields into project

    I created new fields for my own work items, but I am having problems when I try to map these fielsd into project. When I create a new team project, based in my template process, I get an error. Please, anyone knows how I can change my mapping file in a good way Hello Hugo, Send us the mapping file and the error you are seeing when creating the team project. Did you use the tfsfieldmapping tool to map the fields to MS Project Thanks! ...Show All

  • Visual Basic Hide Mouse Cursor

      How can I hide the mouse cursor If I perform the following code, there's an error....   Cursor.Hide() Thank You... What kind of error do you get This works fine for me: Private Sub myButton_MouseEnter(sender As Object, e As System.EventArgs) Handles myButton.MouseEnter    ' Hide the cursor when the mouse pointer enters the button.    Cursor.Hide() End Sub 'myButton_MouseEnter             Private Sub myButton_MouseLeave(sender As Object, e As System.EventArgs) Handles myButton.MouseLeave    ' Sho ...Show All

  • Software Development for Windows Vista Problem with SQLStatePersistence

    I added the sqlpersistence service to my Workflowruntime (with a valid connection string). I have two events that i will trigger: SubmitEvent, and ScanEvent.. When I call my submit event the workflow gets to a new state where it is waiting for the scan event..\ At this point the workflow instance is idled. Now when I raise the ScanEvent with the same instance ID i get an error EventDeliveryfailed for the instance ID.. When I look in the innerexception it says the workflow with the instanceid was not found in the persitence store (but when I check the database that instance is there). So I tried to add before raising the scan event WorkFlowru ...Show All

  • Smart Device Development WM5 .NET 2.0?

    Hi! Sorry, title maybe misleading....   Basically in the UK the next version of the smartphone (SPV) is C600 (after the successor C500) and it will be launching at the end of the month now, I know it has WM5 (hurray!!) BUT would like to know, if anyone knows (esp the MSFT guys)... will it have .NET CF 2.0 I know it was in beta etc... for the past few months but now for MSDN subscribers VS.NET 2005 has been officially launched but the official launch will be next week and will ship in December   Question is - will WM5 have .NET CF 2.0 If not, then I guess the only way you can have .NET CF 2.0 is on the other smartdevices (M500 ...Show All

  • Windows Forms Custom Actions: FolderBrowserDialog not working properly

    I have added an installer class with the wizard and use a custom action to start my custom action in the installer class. But when I try to show a Folder Browse Dialog, the folders are missing, so there is nothing to browse with! All the buttons are there OK. Imports System.ComponentModel Imports System.Configuration.Install Public Class Installer Public Sub New () MyBase .New() 'This call is required by the Component Designer. InitializeComponent() 'Add initialization code after the call to InitializeComponent End Sub Public ...Show All

  • .NET Development "Column 'ID' does not allow nulls" exception throw from datagridview

    Hi All, I created a table in SQL server and there is a column named "ID" which type is guid and default value is newid(). This column also been set to primary key of the table. I also created a typed dataset in Visual Studio 2005 from preceding table , then in a windows form , used datagridview control to show and add new record to it(set the column of ID to readonly, I hope SQL Server help to set the value of ID column). But when I test it , after inserting a new record , the system always throw exception to say that the ID can not be null. Would you please help me to address the issue   Thanks,   Phlics ...Show All

  • Microsoft ISV Community Center Forums enabling controls at runtime

    i have a userform with two listboxes, and six optionbuttions. the options buttons are split into 3 pairs of two. at the outset only the first pair of option buttons is enabled. the following code tests to see if more than one selection is made in a listbox, and if it is, then enables a relevant pair of option buttons. Private Sub Listbox1_change() 'check to see if there is a multiple selection Dim i As Integer Dim Acount As Integer Acount = 0 With Userform1.Listbox1 For i = 0 To .ListCount - 1 If .Selected(i) Then Acount = Acount + 1 End If Next i End With If Acount > 1 Then Userform1.OptionButto ...Show All

  • SQL Server Creating a Job

    I am new to SQL Server and have a few questions: 1) We have given our clients the option to create a scheduled job for a future date. When this occurs, the jobID, the new action for the job, and the future date is inserted into a table aptly called 'Scheduling'. What we are hoping SQL Server can do is the following: Query the 'Scheduling' table based on the current date to see if there are any jobs that need their actions updated. If ( 1 ) returns a recordset, update the job's action in the 'Jobs' table with the new action Delete the rows that were queried and updated from the 'Scheduling' table I am assuming I can do this ...Show All

  • Visual Basic Where can I find real looking playing cards

    I asked this question once before and was directed to the Blackjack starter kit. The problem with those cards is they don't look real. Is there anywhere else I can obtain images of playing cards (hopefully free) to use in making my own card game lol - "try a newsagent" Actually, scanning them was a good idea, although a royal pain. Thank you. ...Show All

©2008 Software Development Network