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

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

GoDaddy

Member List

LoWRid3r
nativecpp
SOTN
mamatham
ACCOUNTINGONLINE.US
Mile Petrov
nzmike
petersmith
Cyber Sinh
mcbsys
icarous
Goran _
djjdaeja
BobSun
ringram2077
Mike Chapman
ClaudiaHelpOnVSTO
FergusLogic
trogdor2323
TPECI
Only Title

GoDaddy's Q&A profile

  • Windows Forms deployment not work on different machine please help

    Dear All I have very bad bug in my program as when i run it on where full visual studio 2003 then project work ok and deployment kit also work ok. when i change machine where .net not load i load first framework then deployment kit then i run project.exe then it shown error message trayed error Just-in-time debugging anexeception 'System.Runtime.interopservices.comexception' has occured in project.exe An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll Additional information: Class not registered please tell me in what is this and how deployed windows application different ...Show All

  • Visual Basic How to automate Microsoft Excel from Visual Basic Expess Edition?

    I have tryed to automate Microsoft Excel from Visual Basic Expess Edition with the help of http://support.microsoft.com/kb/219151/en-us but in this example the code is written for Visual Basic .net or 5 or 6 not for expess edition.I copy the code exactly as this link shows and i put the reference Microsoft.Office.Interop.Excel. After running and pressing the button i get the following: COMException was unhandled Old format or invalid type library. (Exception from HRESULT: 0x80028018 (TYPE_E_INVDATAREAD)) Can anyone help Here is the code Imports Microsoft.Office.Interop.Excel Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, _ ByVal ...Show All

  • Windows Forms have any framework support windows-based applicaton ?

    Hi,all: I'm a new user for prgamming use windows applicaton. In web applicaton programming, I had use some framework like UIPAB,Spring ...etc. Using framework can let me follow some rule to design my business logic. So I think this is the same as windows-based application. But I haven't found any framework use in windows-based application. Is there any more popular framework support windows-based applicaton thks. Rock You probably want to check out: Spring.NET and Microsoft CAB (composite UI application block) Daniel Leuck Ikayzo, inc Now hiring WinForms architects in Hawaii! Apply Now ...Show All

  • Visual Studio Team System Can i use code coverage tool to test manual test cases ?

    Can i use code coverage tool to test manual test cases and Can I execute my manual test cases and know the code coverage % Thanks in advance Hello Murali, With Visual Studio Team System you could definitely do it. First, you need to select the code under test binaries in the test run configuration editor/Code Coverage pane. Then start your manual tests and our test execution engine will automatically instrument and collect coverage data for it. There are only two things to keep in mind: 1. You will need the symbols (PDB files) for the code under test binaries in order to select those binaries for code coverage instrumentation. 2. In order to have complete code coverage data, all applica ...Show All

  • .NET Development Problem installing Microsoft .NET Framework 1.1

    Hi i need to install Microsoft .NET Framework 1.1 on my PC for a game i want to play(Lord of the Rings Online), i downloaded the dotnetfx.exe setup file(file version: 1.1.4322.573) and ran it then during the copying new file prosess i got the following error: "Error 1304 error writing to file: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\shfusres.dll Verify that you have access to that directory." So yea im kinda stuck as to what to do, any help with this would be really great. Much thanks. Do one thing, dont extract the file directly into that folder , first of all extract the shufres.dll file onto your desktop or somewhere other than that folder ,and when the installing begins, you manually paste the fil ...Show All

  • Visual Studio Tools for Office Word and line command argoment

    Hi, Sorry for my english! I would to read some arguments that I send to a word document on command line. Some could help me hello & thanks Ivan Sorry, the word document is connected to a sql server database. It is opened by a vb.net application that send it some information and I would to pass them on command line. If its possible!!! Hello ...Show All

  • .NET Development MSXML 4.0 Problem doing scheme validation

    Hello, I am using the MSXML 4.0 sdk in my application to validate xml-documents via its scheme. but i always get the message, that my document is not valid, although several external tools (like xml spy) say it is valid. After long triings, i found the tags, that produce the error. It is used in my scheme-defenition and goes like this: <xs:complexType name="IText" mixed="true"> <xs:sequence> <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="style" type="xs:string" use="optional"/> </xs:complexType> An example how i use this complexType in my scheme again: ...Show All

  • Visual Studio Express Editions How to get another websites IP address in Visual Basic

    Hi there, I am currently working on a HOST File editor project in Visual Basic, where the user has to enter the word they want mapped to a certain IP address of a website. However, as many users won't know what an IP address is, nor how to get it, I was wondering if there is any way to retrieve the IP address of a website. I'm guessing it will involve using Domain Name servers right Any help will be much appreciated, RichardHarley I would think something like: Dim hostInfo As IPHostEntry = Dns.GetHostByName(hostString) Console.WriteLine(( "Host name : " + hostInfo.HostName)) Console.WriteLine( "IP address List : " ) Dim index As Integer F ...Show All

  • Smart Device Development Multi-form, multi-thread messagebox() woes (VB, CF 1.0)

    Good morning all. I'm a CF/.NET noob working on my first CF project for my company using VB.NET and CF 1.0. It's a store-and-forward PDA app which accesses our database through a web service. I must say I really like developing for the PDA (although as 9 out of every 10 people probably say, I wouldn't mind some extra functionality). I'm having a perplexing problem with messageboxes. The project as it stands it like this : * I preload/create all forms at startup. They are designed in the singleton pattern, so when I want to display a certain form, I'll use, for example, ServiceManagement.GetInstance().Show() ...where GetInstance is a shared(static) method of the ServiceManagement class which returns the one global instance of the form. * I ...Show All

  • Smart Device Development Who has a PPC-6700 Sprint AudioVox Mobile 5 (Can I use GPS?)

    I have the Sprint AudioVox PPC-6700 and I know that it has the built in GPS chipset but everywhere that I search I can not find out how to actually access the API. There are a few of the GPS API references throughout msdn & msdn2 but none have an actual walk through. It is very easy to access the phone API's and contact lists/appointments and whatnot but the GPS is not to be found. As far as the GPS is conserned one could argue that it isn't ment to be programmed or something but the fact is that in all documentation it says that e911 can use the gps and also applications that need your location (such as movie times or resteraunts in your location). I really need to find out how to manage this out even with just a simple quord ...Show All

  • Windows Live Developer Forums Puzzling Reporting Responses

    I've submitted a SOAP request that worked last week, but when I run it today (and yesterday), I get error code -400063, The report data for the requested date range is not yet available.  However, I know that the report data is available, because I got it last week.  I've included my SOAP below. Thanks. SOW REQUEST < xml version="1.0" encoding="utf-8" >         <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">         <soap:Header>         <ApiUserAuthHeader xmlns="http://adcenter.msn.com ...Show All

  • Software Development for Windows Vista build failure

    Hi, I run into the following problem building my project using WWF Beta 2: After the first successful build, it isn't possible to build the solution again. Build ends with an error, not described in detail. are there any ideas about soving this problem Best regards, Andreas this is the output of the build process: ------ Build started: Project: Diagnostics, Configuration: Debug Any CPU ------ Diagnostics -> D:\_work\S3\src\S3.root\S3\Tools\Diagnostics\bin\Debug\Upper.S3.Diagnostics.dll ------ Build started: Project: NHibernate.Generics, Configuration: Debug Any CPU ------ NHibernate.Generics -> D:\_work\S3\src\S3.root\S3\Tools\NHibernate\NHibernate.Generics\bin\Debug\NHibernate.Generics.dll ---- ...Show All

  • Visual Basic Retrieve list of Data Providers

    I am creating a simple ETL application since I cannot rely on users having SQL2005. How can I display the ODBC Data Source Administrator dialog window and get the select into back into my VB application I want to be able to take the selected provider, open it up and display the tables, fields, etc... However, I'm not sure how to handle say Excel spreadsheets. If you have ideas or a better way of doing this, without SSIS, please let me kno. Thanks! Bob Pockorny, 1. According to your first question on the Data Source Administrator dialog window and get the select back into your VB application, I recommand you to read the article titled Implementing a Provider Independent Data Access Laye ...Show All

  • Visual C++ smartbridge Alert

    How do I remove the smartbridge alert I have read many post, but still having trouble understanding what is the SBC Self Help tool. How do I retrieve the tool. Rather, where should I look to find it. Payday There's a very long thread on the topic. I would read up on that and if that doesn't help, then please clarify what's different in your case. Thanks, Brian ...Show All

  • Visual Studio Express Editions CType Trouble

    I am trying to make a small amount of code save me from having to manually write everything out. What I have is this so far Dim Box As CheckBox = CType (sender, CheckBox) Dim W As Integer = 1 For W = 1 To W = 7 If CType ( Me .Controls( "rC" & Box.Name.Substring(W)), CheckBox).Checked = True Then CType ( Me .Controls( "rW" & Box.Name.Substring(W)), CheckBox).Checked = False ElseIf CType ( Me .Controls( "rW" & Box.Name.Substring(W)), CheckBox).Checked = True Then CType ( Me .Controls( "rC" & Box.Name.Substring(W)), CheckBox).Checked = False End If Next W I want it to check if rW1 is checked, and if it ...Show All

©2008 Software Development Network