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

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

Dustmaker

Member List

Hubajube
Chad Michel
PeteCarterGreenan
s_a_p_k_o_t_a
Vorda
Roxane Kouassi
Tober
FunkeyMonkey
garethadams
Duane Ferrell
MotoMoto
M. Franz
Pankaj.Patel
R3dD0g
KoeiTG
energium
NathanE
Christopher Payne
RobClark14
nixnutz_
Only Title

Dustmaker's Q&A profile

  • Visual Basic VB6 To VB.NET Code Conversion

    hi.. i've been using vb6.0 to develop applications. we just switched to visual studio 2003 .net.. i have the following code in vb6.0 Do While Not RSDetail.EOF      If RSDetail.Fields("itemno") = vItem Then         vQty = vQty + RSDetail.Fields("Qty")          RSDetail.MoveNext       Else        ...Show All

  • .NET Development Creating a phone session??

    Hello All I am developing an application that contains users phone numbers and I want to create a button that when clicked it will initialize a phone session just like in outlook. The phone should be made over regular phone line that connects to my computer. Is there somewhere a demo code that you can recommend on and that will give me the initial push If not, what class library can I use for that DO NOTICE: Platform: Visual Studio ...Show All

  • Windows Forms Please Help! Binding PictureBox

    I have a pictureBox on a Windows form and I'm trying to bind the Image attribute to a field in my db (photo). The value of the field in my db is "1234.jpg".  Here's my databinding expression: pictureBox1.DataBindings.Clear(); pictureBox1.DataBindings.Add("Ima ...Show All

  • .NET Development TableAdapter insert/update/delete order

    I have a typed-dataset with a dozen or so tables which are hooked together with typical on-to-many and many-to-many relationships. I'm using table adapters to do the CRUD actions. For updates I was using: //Update parent tableadapter_parent.Update(dataset.parenttable); //Update child tableadapter_child.Update(dataset.childtable); But I am getting foreign key reference errors when deleting records because the adapter is trying to dele ...Show All

  • Windows Forms toolStripStatusLabel1 is invisible.

    I have an MDI application. I have a statusstrip in my parent form(frmMain). In the child form, I have get the instance of the parents form and set the status control like this. frmMain .GetChildInstance.statusStrip1.Text = "Set from Child"; frmMain .GetChildInstance.statusStrip1.Visible = true ; frmMain .GetChildInstance.toolStripStatusLabel1.Text ="Set from Child"; frmMain .GetChildInstance.toolS ...Show All

  • Windows Forms What is the best UI library to get for .NET windows forms development?

    Hi I am look at the various libraries/controls/... available, and am wondering which is the best option, based on experience Thanks Thanks for the response, I have downloaded his set and will give them a try. ...Show All

  • Visual Basic very poor design

    i know i am new to vb, but i am very disappointed in some areas. 1. the help sucks, almost every item i click on i get an error. all of the suggestions are useless because it's a link problem. they just don't work. 2. and who in their right mind would store files that have to do with projects outside the folder named for that project makes no sense. if i want to back up a project, i shoud be able to go to that folder and make a copy. but no, th ...Show All

  • Visual Studio Localizing (Globalizing) the ReportViewer Control itself

    There is already a thread discussing the localization aspects of the reports itself. I'm interested in understanding how to localize the ReportViewer control itself (e.g. changing the ToolTip Texts to German, the labels in the control to German etc.) TIA Juergen I'm trying to Localize the Message Bar but I'm getting an MissingReportSourceException does anyone know why this happens....even when i tried the example the Microst Site the sa ...Show All

  • Visual Basic Get the WinXP firewall settings

    hi folks how can i get my winxp firewall settings any ideas best regards Philipp Take a look at: http://www.codeproject.com/vb/net/WinNetConn.asp ...Show All

  • SQL Server Web Synchronization wizard

    I'm trying to configure web synchronization using the wizard, It errors out on step "Setting The snapshot share permissions". The error I get is The operation completed successfully. (Exception from HRESULT: 0x80070000) Then all the other steps rollback. I'm using the default location for the snapshot i.e in REPLDATA folder. When creating the publication I used a UNC path to specify the snapshot folder. For testsing purposes I'm ...Show All

  • Visual C# About DateTime

    Actually i want to display the DateTime in my Application in Indian TimeZone only, Eventhough we put the application in any server it should display the DateTime in Indian Format(TimeZone) only. so please send the proper way with source code ASAP Pradeepvmca wrote: Actually i want to display the DateTime in my Application in Indian TimeZone only, Eventhough we put the application in any server it should display the DateTime in ...Show All

  • Visual Studio Remote SQL Debugging

    Is there anything special needed to set up debugging into T-SQL. 1.  Debugging windows app from a workstation using a full fledged SQL server on a different machine 2.  Debugging web app from a client machine, remote web debugging on dedicated IIS server, and remote SQL server 3.  Is the debugging backward compatible with SQL 2000 SP4 Thanx, This section of online Help contains all the information relevant to setting up de ...Show All

  • .NET Development LogonUser Failure error 1314

    using System.Runtime.InteropServices; using System.Security.Permissions; using System.Security.Principal; using System.DirectoryServices; private const int LOGON32_LOGON_INTERACTIVE = 2; private const int LOGON32_PROVIDER_DEFAULT = 0;   [DllImport("advapi32.dll", CharSet=CharSet.Auto, SetLastError = true)]   public static extern bool LogonUser(string lpszUserName, string lpszDomain, string lpszPas ...Show All

  • Visual Studio 2008 (Pre-release) MSMQ (2-way) - ServicedComponent

    A more architectural question: I want to build a service that receives messages on one queue processes them and sends out a response message with a correlationId set to another queue. Now I like COM+ components and thinking of queues a server activated component listening on queues seems to be an option. But there are a few issues: - can the retry be deactivated or the retry interval be shortened to a very short time as this is supp ...Show All

  • Windows Forms Error message "Type SqlAddapter is not defined"

    When I define "LPMda as SqlAddapter = New SqlAddapter" the error message 'Type SqlAddapter is not defined" is displayed. This may be tied to a problem with the Windows Designer not creating the 'Windows Form Designer Generated Code' and the fact that the Windows Designer does not include the ' Inherits System.Windows.Forms.Form' statement. Please let me know how to get around this. LitePipe (Friend WithEvents / dim ...Show All

©2008 Software Development Network

powered by phorum