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

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

cryofx

Member List

Frederick Staats
paksys
road runner
tsprks
Luba
Tufelix
MatrixObjects
hanray
FireWave
Alex DeJarnatt
JasonFollas
Isaiah D. Williams
Quantum_x
dodo.net
JohnnyReggae
SuperStruct
WolfKC
Tijoy
spacemoose
Mark Farmiloe
Only Title

cryofx's Q&A profile

  • Visual Studio Team System New Team Project Error.

    I installed TFS on a clean machine. and it looks very successful. when I open my vs.net 2005 and create new team project use team explorer.it prompt a error: Project creation failed with error:"Initializaton failed for plugin(s):'Microsoft.Pcw.wss','Microsoft.Pcw.currituck'" and this is the log content 07/15/2005 10:38:37.781 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://jay:8080/bisserver/EleadWebServic ...Show All

  • Windows Live Developer Forums Program to make Development Quicker

    I've made this app that will make your development quicker. It will close msn messenger, copy the 'msgrp2p.xml' to the MSN Messenger directory (which is specified in 'msndir.txt'), then start msn messenger up again. Its made so you dont need to do it manually. You can download it from here: http://msn.balupton.nghosting.org/msnmsngr_quickdev_net2.zip - .NET Framework v2.0 BETA 2 Version http://msn.balupton.nghosting.org/msnmsngr_quickdev_net1.zi ...Show All

  • Smart Device Development keep focus on my form

    Hi,   I'd like to press the callkey, of the smartphone, with kbd_event method, when there is an incoming call, but, when there is an incoming call, a popup apears end I loose the focus on my program...   So I'd like keep the focus on my form thanks to a loop like this : --------------------------------- Declare Function SetForegroundWindow Lib "CoreDll.dll" ( ByVal hWnd As Integer ) As Boolean   hwin = -- ...Show All

  • Visual C++ ShellExecute(......

    OK, I have this other program that I am working on and it is almost finished.  My problem is the following: ... char Sid ; //<- Actually says [ the number 8 ] ... GetWindowText(hwndID,Sid,8); ... ShellExecute(hwnd,"open","http://sharepoint.highland.k12.in.us/sites/students/"Sid,NULL,NULL,SW_SHOWNORMAL); ... The problem is the ...students/"Sid,... The compiler keeps telling me that I forgot a ")" before Sid. How do I put both the url an ...Show All

  • SQL Server TCP/IP connect to Express WITH browser?

    Hey all, Ok... In Server Management Express / VS 2005 I can connect to a remote Express instance using the "foobar.com,2033" format. However, I would like to be able to connect with just "foobar.com\instancename". I started the browser service, opened the firewall for the SQL browser. No dice. Any ideas where to look The answer depeneds on the error message returned by Management St ...Show All

  • Visual Studio Team System Some hardCheck rules to cope

    the david Kean rules sample helped me great to dig into the custom rule creation by discovering some of the possiblitities of the RuleUtilities class or formally from the Microsoft.Cci dll. I'm facing some difficulties to create some namming convention special's rules, maybe you can help me to find a solution: R1: local variable must be like : __localVariable R2: local variable used as increment are just CamelCase : increment ...Show All

  • SQL Server Implementing message queue in SQL Server 2000

    I am implementing a message queue system in SQL Server 2000. My queue table looks something like this: [MessageId] [uniqueidentifier] NOT NULL, [MessageType] [uniqueidentifier] NOT NULL, [Status] [tinyint] NOT NULL, [SubmittedTime] [datetime] NOT NULL, [StartTime] [datetime] NOT NULL, [DispatchedTime] [datetime] NULL, [CompletedTime] [datetime] NULL, [MessageData] [image] NULL This is how I retrieve the next message for processing: SELE ...Show All

  • Visual C++ How to compile without .net?

    Hi everyone. My problem is that if I write an application, it doesn't run on other computers. I've already read other threads about this problem, and there were solutions too: install redistributable packages and/or the .NET framework on the other computer. But I don't want to. I just want to run my program on any computer without installing anything. Like in the old times. Thank you for your support. Attila I ...Show All

  • Windows Forms View Data Grid (for xml database)

    Since upgrading to VS 2005, when I right click on an xml database document that contains the schema, I no longer get a listing of the tables and cannot view the data contained in the tables. If I open the document created with VS2005 in VS2003, the grid populates fine. Thanks in advance for any replies. The tables are created and added to the dataset like this. DataTable dt = new DataTable ( "Table1" ); ...Show All

  • Visual Studio Team System Building with multiple projects in different files

    We have 2 Team Foundation projects with their own source control. Data Access - DataAccess.proj Application - Application solution file - Application.proj We are attempting to make a build type for the Application Visual Studio solution. The solution has 2 Visual Studio Projects in it. Application.proj and DataAccess.proj. The problem we are having is that the build type when executed ...Show All

  • Visual Studio Tools for Office Is there anyway I could get the position of a control(FormField) relative to the screen edges instead of the window edges?

    Hi, I could not get the position of a control relative to the screen edges instead of the window edges, is it possible I have a word application in which Form Fields are getting created at runtime, on selection of a particular form field, I want to display win form exactly at the position where form field has been placed. Thanks in advance. Saurin I think you can use one of the following : Screen ...Show All

  • Windows Forms Thread question

    Hi, I have a winform application that fire a thread that verifies a database, if the database has some new entry, the thread needs to communicate the main thread.. How can I do this via message via event via fire balls =P Thanx! Not to many people would want to use your applications if you shot a fireball at them every time the database had a new entry.  I think raising an event would be a better choice. ...Show All

  • Visual C++ Importing class from dll

    Hi My problem is that I cannot import a class from a dll without an import library. Thank You, Attila. Just a few more details: I have found, and can use LoadLibrary, GetProcAddress etc. functions, but only for importing functions. What is the name of the function I should use instead of GetProcAddress for importing classes from my dll thanx, Attila ...Show All

  • .NET Development Credit Card Processing in VB.net Windows Application

    Does anyone know how to implement credit card processing in vb.net windows application. Any suggestion, reference would be great help. What do you mean by credit card processing Do you mean validating the number Or the financial transaction For the first, just google credit card number validation. You'll find a lot of alogorithm on how to do it. For the second, I suggest looking with your bank or credit card co ...Show All

  • .NET Development Student needs help

    Hello out there. I am a new student at the local college and i'm having a problem with this code. The debugger says that BillingCycle is not defined. Can someone help me Public Class WorkDay Private mdteDayWorked As Date Private msngHoursWorked As Single Private msngHoursBilled As Single Private mintProjectNumber As Integer 'Default constructor ...Show All

©2008 Software Development Network

powered by phorum