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

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

yeltomw

Member List

Ron McMahon
Oliviertje
Muhammad_Umair
greg aiken
help_m_with_extern_linkage
Brian Deacon
Nasir Javed
ecofriend
Philip Coupar
jerrylhl
Orphaned Zombie
brixel
Terry Rueter
Sowbhagya
Cool Eithen
K1.87
Ning
nhlpens66
Darran
Marcus1976
Only Title

yeltomw's Q&A profile

  • SQL Server Connection managers - OLE DB

    Hi There Quick question.In DTS when you had multiples tasks connecting to the same Database, it was reccomended that you create multiple connections for the same database and let each task use a different connection, thereby making a new connection for each one. In SSIS if i define 1 OLE DB connection to a database, but i have say 6 tasks using that connection that run simultaneously, does eachone open a new connection to the database to make it ...Show All

  • Visual Studio Express Editions Two questions about ListBox

    hello, Frist question is about ListBox and may be able for other tools How can I enable resize the ListBox control on the form Second : How can I remove only the selected items from listBox1 Best Regards Hi, As to your first question, are you intending to allow users to resize the list box (i.e. the user will click on the list box and drag it to it's intended size like you would a Windows form). If that's what you're gunni ...Show All

  • Visual C# sending a message from one thread to another !!

    Greetings... I know it's an incredibly simple question but in C#  i just can't find how to do it... And the MSDN help system is giving a lot of information about everyting ...except the simple topic for which i need info on. I have a main window that launches worker threads and i need to know when they finish their jobs... In addition to knowing when a working thread finishes, it must be capable of receiving some completion value ...Show All

  • Visual Basic Website error

    Not sure if this forum is the proper place for this question, but I have a new server, which 2.0 beta framework was just installed (2.0.40607.42).  From VS 2005, I created an ASP website on the server in VB. Other than putting "Hello World" in the body of the default page, I changed nothing, and when I brought up the page, I received the following error:   Parser Error Message: Could not load type '_Default'. After removing the Impor ...Show All

  • Visual Studio Express Editions How to Reset Form and Delete DataSet

    Hi everyone, I have a form that gets filled with all kinds of goodies (listboxes, treeviews, textboxes, labels, etc). A dataset also gets created programatically with a single table (6 columns and probably 100 rows). I'm looking for a way to quickly reset the form back to its original state and delete the dataset. I found: Application.Restart() which looks like it resets the form like I want it to. Two questions: Any repercu ...Show All

  • SQL Server Cancelling Deployment

    I'm getting closer! I created a model and selected Deploy from the Build menu on the tool bar. I started getting info on the deployment process in the Deployment Progress window, but when it reached the "Processing Cube" part, it didn't make any more progress for about 20 minutes, so I selected "Cancel" from the Build menu. Then I tried deploying it again, and I got the message that the Movie db had changed since the last dep ...Show All

  • .NET Development how to add a network place

    I would like to know if it's possible to add a network place via .net (csharp) or by a command from a console. Yes, I know it can be added through a wizard but I'm interested in the first two possibilities. Thank you in advance. By network place I mean a place in the www that has been mapped as a "network place". ie: localhost:8212/sites/mysite/mylib could be mapped as "m ...Show All

  • SQL Server SSIS from VB 6.0 or VB .Net...

    Dear all, How do I to launch a SSIS package from either VB 6.0 or VB .Net languages Anyone told me that from SMO library you can launch but I haven't idea how would I do too.. Thanks in advance for any input or though, Enric PIA - Primary Interop Assembly, but ignore me on that, got myself the wrong way round. A CCW is a COM Callable Wrapper. You create a wrapper around your managed assembly to allow it to be called from COM. T ...Show All

  • .NET Development XML Validator finding schema

    I'd like to use the Visual Studio "Validate XML Data" function on the "XML" menu to check my data before I hit run. I deserialize the xml validating against the schema just fine by adding the schema to the XmlValidatingReader.Schemas collection in C# and this works just fine. I just don't see the point of the Validate XML Data option if it can't find the schema. Here's my schema and xml: < xml version="1.0" encoding="UTF-8" > < ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Debugging program that won't start

    Whenever I try to start my program, I get a dialog box saying "The application failed to initialize properly (0xc0000022). Click on OK to terminate the application". With the debugger, it does the exact same thing, giving me no opportunity to find out what is going on; if I try to break it once the dialog box is up, I get another dialog "Unable to break execution. Please wait until the debuggee has finished loading, and t ...Show All

  • Visual Basic Urgent !!!!!!!!!!!! Services Status...

    Hi All, Now again I stuck at an interesting point... I want to know that specified service is running or not... Like if I give the name of the service than I want to know that its running or not or hanged or stopped... STATUS Please Help me out of this probs. Dim Proc As Process() = Process.GetProcessesByName( "MyServiceName.EXE" ) Notice that Process is a process array. If you have only one service by that name it ...Show All

  • Visual Studio Team System Does VSTS support dynamic Query?

    Hi all, Does VSTS support dynamic Query I want to create a personal query, to get the bugs by build. But I do not want to define a static build value into the query, but a dynamic one. That means, each time I run the query, the query will prompt me to input/select a build value, and then run it. Does VSTS have such feature Thanks, Leon Hi Leon, I don't think we support the exact scenario that you're looking for. There exist so ...Show All

  • Visual Studio 2008 (Pre-release) Mixed credentials: Username & Certificate

    Greetings, Our services will be exposed on the Internet. Only specific partners applications should be able to have access to them. At the same time, the partners applications users will need to be authenticated & authorized by our services. We will use role-based security to authorize them. The reason why we need a double validation using a certificate for each application is because we don't want anybody on the internet to be able to qu ...Show All

  • Visual FoxPro Info Combining on Page 2.

    Ok this may be a silly question but I can't seem to figure this out.  When adding info to Page 1 that works fine but when I click Page 2 tab, it shows me the same info that is on Page 1.  How do I add different info to the preceeding pages so that when I click on the tab it reflects it Thanks! See responses in your other thread on this subject (it is better to keep one thread together as long as ...Show All

  • Windows Forms TabControl Deselecting & DataGridView RowValidating Problem

    I have a TabControl that hosts two TabPages, one of which contains a DataGridView. I hook into the DataGridView's RowValidating event, and set e.Cancel to true if the current row doesn't validate. I also hook into the TabControl's Deselecting event to prevent the user from switching tab pages whilst editing the DataGridView (again e.Cancel = true). When I enter invalid data into a new DataGridView row and cause the RowValidating event to fire by ...Show All

©2008 Software Development Network

powered by phorum