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

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

jjjjjjj

Member List

BCullenward9
Djgann
Marco Ferrero
Akwest
Sharique A.Farooqui
Shekar Gudi
MosheDeutsch
Jaiprakash Sharma MSFT
RogerDontLikeReports
Andrew Espinosa
Rahulkumar Patil
Shivan4u
Davide Rinaldi
White Paladin
rsk7
RomanJB
Bespike
bdonnelly
Tony Qu
Aigarslv
Only Title

jjjjjjj's Q&A profile

  • .NET Development NullReferenceException from System.dll using Release rather than Debug

    I am having a problem obtaining a NullReferenceException in system.dll when I execute my program compiled in Release configuration rather than Debug configuration. The program runs fine when compiled in Debug, but issues the exception window and continues to execute when compiled in Release. I am using C++ 2005 Express with .NET 2.0 I wish I could, but the environemnt gave me little to go on but a full dump - n ...Show All

  • Visual Basic Adding a resource

    I am in my first hours of .Net programming. I want to add a resource to play a wave file from my VB.Net app.  I can't find in help how to add the resource. in your senerio...you need to package the perl executable in the project distribution...in opther words when you install your app to a remote computer..make sure you distribute the perl exe also and place it in the app path... proc.StartInfo.FileName = ...Show All

  • Windows Forms Raising a (keyboard) event programatically

    I'd like to be able to raise a keyboard event from within my code. That is, when a user presses 'a' in a textbox, it triggers a series of events (KeyDown, KeyPress etc) and I'd like to be able to do the same thing from my code. It seems like a pretty common thing to do and I thought I'd found the right function when I found the Control.RaiseKeyEvent() function. Unfortunately, not only can I not get it to work, but there doesn't seem to ...Show All

  • SQL Server Alerts pane...

    Is there anyway to get the 'old style' list of alerts back   I have literally hundreds of them defined and it would be nice to view them the old way instead of having to visit each individual alert to tell when it was fired last or how many times it's occured The new summary pane only shows the alert and nothing else about it like the old EM used to... ...Show All

  • Visual Studio Team System E-Mail Alerts ...

    How i can get E-Mail Alerts of MSDN Forums. See the Notifications section of the FAQ. http://forums.microsoft.com/MSDN/languages/en-US/docs/faq.aspx SiteID=1#18 ...Show All

  • SQL Server Cannot in install samples.

    When I try to install the x64 version of the AdventureWorks sample database I get an error indicating that the file is corrupt (data1.cab). Is there another version or somewhere else I can go to download the sample .msi files Currently I am going to http://www.microsoft.com/downloads/details.aspx FamilyId=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&displaylang=en and downloading SqlServerSamples_x64.msi and AdventureWorksDB_x64.msi. Thank yo ...Show All

  • Visual C# Logger in multi-threaded application

    Hi, I have a multithreaded application, in which most my classes inherit from a base class. This base class contains a Log()-method, that is supposed to append text to a text box created in the main thread. I know that this is a problem since I can/should only access the textbox in the same thread as where it was created. What I would like, is a thread-safe way to implement the Log()-method in the base class, so that disregarding whic ...Show All

  • Windows Forms DoDragDrop on TreeView Problem

    Please Help.  I'd like the user of my tree view to be able to do two things: 1.  Drag and drop 2.  Select a node by clicking it.  Using the following code...     Private Sub frmTestTree_Load(ByVal sender As System.Object, ByVal e As S ...Show All

  • SQL Server changing the types of particular columns in particular table in the database

    hi, i have more than 300 tables in the database. Out of that tables some table has column whose type is "char".I want to change only those tables' column to the type "nvarchar". Is it possible to make the modification all at a once since i am changing each and every table , this takes a lots of time. thanks in advance, by singam Hi, first of all there is no built in function for this. YOu ha ...Show All

  • .NET Development How to Use VB.NET and Database With ADO.NET

    Hello . . . I’m new in VB.NET and I need your teaching lights . . . :D I have tried too much to be connected to database with VB.NET and ADO.NET so I need too much help on it because I have no yet solve this problem Let’s start again from the zero . . . How to connect on the database and make all the important work like delete, update, insert and select and many others like that SQL commands . . ...Show All

  • Windows Forms How to display a mdi child form from a mdichild?

    I have three forms, frmMDIParent, frmChild1 and frmChild2. I click a button from frmMDIParent to display frmChild1 and in frmChild1 I have a button that will display frmChild2 as a mdichild if clicked. How do I do that Currently I have this code in my frmChild1's Button1_click event and it does not have an effect. private void Button1_Click( object sender, EventArgs e) { frmMDIParent parent = new frmMDIParent (); f ...Show All

  • Visual Studio Tools for Office WebService as DataSource for ListObjects

    Is it possible to use a WebService as the datasource for a listobject in a managed excel workbook Most samples are using datasets. When I create a datasource from a WebService in Visual Studio 2005 it only shows up as a WebServices Reference, not as a datasource. Thanks! Thanks for the explanation- I understand the scenario better now. Since the webservice returns a string, it cannot act as a data source directly and will not appear in the ...Show All

  • SQL Server ole db destination not inserting data

    my package has a data flow task that is attempting to insert data into a sql server table using the ole db destination. the package validates and runs without reporting any errors, but the data was not inserted into the table. my data mappings look fine. how can i see what's happening when the component attempts to insert the data into the table Jamie Thomson wrote: Can you post all log messages that are produced from your data-flow ...Show All

  • Visual Basic Cannot open existing form in Designer HELP! - VB 2005 Express Edition Beta

    This is so aggravating because I'm sure it's a simple thing! Using the new Visual Basic 2005 Express Edition Beta. Created a project, form, controls, etc.  Worked great.  Love it, compiled perfectly. Saved everything, closed the program, went to bed.   Woke up, opened the project, but now CAN NOT open the form (form1.vb) in Designer mode!!  I can open the code, it's all there, exactly as I left it, but can ...Show All

  • Visual Studio complib.hlp

    Hello, I started on a project in my home desktop. I copied the project's folder to another computer. Now when I try to build the project on this computer I get the following error: Compiling... SqlManager.cpp .\SqlManager.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the path specified. HelpFile: complib. ...Show All

©2008 Software Development Network

powered by phorum