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

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

DJSQ

Member List

dandoyon
JamesChapman44
Wonder Andile
JTC1974
Abbu Hassan
Calguy
urir
Chris Bohling
Alain Lissoir
Armored77
LAMArrano
Christopher Hujanen
Koya
alansnoog
Tyler Miller
Scott01
Rashin
WHairston
Fabrice MARGUERIE
Emiy
Only Title

DJSQ's Q&A profile

  • Windows Forms numericUpDown ValueChanged

    The ValueChanged event of the numericUpDown control doesn't fire when a user types in a value (instead of clicking on the up/down buttons).  The Value attribute is not updated with the new value they typed in.   A workaround I've found is  ...Show All

  • .NET Development Application queries in a xml file

    I want's to built a xml file e.g ApplicationDbQueries.xml which will create the name of all the queries file i.e <ApplicationDB> <include Queryfile="customer.xml" Name="Customer" /> <include Queryfile="Sales.xml" Name="Sales" /> <include Queryfile="Product.xml" Name="Product" /> <include ...Show All

  • Visual C++ GDI+ : Drawing objects over TabControl

    Hi, I've been working my way around GDI+ for a couple of weeks now. I made a little application where user can choose among several shapes and then move/place chosen shape using mouse, building this way a customized furniture set. The area where user can place each shape chosen is delimited by a panel control for which I defined the background color as having transparent. Everything is going smooth but... As second step, I added a tab co ...Show All

  • Visual Basic Now a question about audio resource playing

    Hey, more questions for you all. I thought the new My.Resources thing was pretty cool, so I went in the resources designer and adding a WAV file. Next I go in code and put it down exactly as MS says to in the help file, they say this: "This example uses the My.Computer.Audio.Play method to play the sound stored as an audio resource named Form1Greeting in the application's resource file. Sub PlayFormGreeting() My.Computer.Audio.Play(M ...Show All

  • Visual Studio Express Editions Reference Dataset in Another Form

    I have a dataset (we'll call it Dataset1) that gets created, populated, etc programmatically in one of my forms (we'll call it FormA). It is declared in the declarations at the top of FormA.... Dim Dataset1 As New DataSet Everything is great on this form (thanks a lot to everyone in this forum). However, now I need to run some checks against the dataset from another form (we'll call this one FormB). This may sound a little rookie- ...Show All

  • Visual Studio Express Editions Visual Basic 2005 Express

    Hi I can't create a new project in Visual Basic 2005 Express Edition ! ! The error message "The filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)" appears.... Does any know how to rectify the problem. Thanks!! I'm glad you asked! gacutil is a utility used for viewing and manipulating objects and assemblies in the Globals Assembly ca ...Show All

  • .NET Development Certificate mismatch server's name

    I have a web service that uses a server certificate that hasn't been issued for it. So the certificate name is different  from the server's name.  Is there a way to allow a client application to accept this mismatch From the server side there is no way to control what the client accepts or does not accept by way of certificate errors.  The client can look at each error individually and make a d ...Show All

  • Windows Forms Type comparison

    I want that all tabControls which are on forms that inherit from my childwindow, are always set to the first tab, when activated. So I wrote the following code into the OnActivate trigger of my child window: // BEGIN CODE private void ChildForm_Activated ...Show All

  • SQL Server Toggle help...

    I want to be able to "toggle" [year] and then [month]: I've got the toggle working perfect for [year]. I've got the grouping for month...sorta...meaning it's grouped the way I would like to see it with except that the subsequent data isn't showing. I'll try to demonstrate below How it is now: Column1 Column2 Column3 Column4 Column5 Title Year(toggle) Month Nothing shows in these 3 columns How ...Show All

  • Visual C# Inserting ComboBoxes in a DataGrid with specific items in each row

    Hi, I need to know How can I fill a DataGrid , that contains controls like ComboBox , row by row instead of using : tableStyle.GridColumnStyles.Add(...); Since I need to fill the comboBox control of each row with different items. I have wrote the follwing code but the result is empty cells in the column that expected to be ComboBoxes !!. //*************************** DataSet myDataSet = new DataSet (); //Tags T ...Show All

  • .NET Development Loading an Assembly into current AppDomain

    I want to carry an Assembly through remoting and to load it into a particular AppDomain . Actually, I am surprised that the method AppDomain.Load does not provide any overload based on the simple Assembly class (but provide filepath name based overloads instead). As a workaround, I can write it down the assembly into a temporary file first, but it is rather painful. What is the correct way to load an Assembly (when you already hold an Assembly ...Show All

  • SQL Server FTP Task - Delete remote files always fails

    Hello, I have two FTP Tasks configured in my SSIS package. One is for "Receive files" and the other is set for "Delete remote files." Both use variables for the source/destination paths. My remote path variable contains a wild card in the name field such as /usr/this/is/my/path/*.ext and it is working to FTP all the .ext files to my working directory. I then rename the files and want to remove the original files from t ...Show All

  • Visual C++ VS8 2005 Projects only work on my PC

    Until recently I've been using VS.NET 2003, now I have VS8 2005.  And none of the project I make work on other computers.  They only work on my PC, when i try to run the program on another PC I get this error: C: \FilePath This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem . Why is that   How can I fix it Also, when I compile VS.NET ...Show All

  • Visual FoxPro Call application from program and trace Menus and Programs within

    Hello, Can anybody help me please Am trying to call an application from another, but having a problem tracing the called program's Menus and Programs. At the beginning it started by having the Encrypted checkbox automatically selected after building project and an application (the application I will be calling) while I de-check it myself. I tried creating the project from the beginning and somehow this stopped, and I could trace again, ...Show All

  • Windows Forms Using class File in Windows for the User control

    HI, I have created a user control toolbar and included the dll to all the forms in my application. This toolbar contains buttons. Now instead of writing the button click event to individual forms, i want a way to write the click events to be in the common place and based on the form load and the button click action,  the action should be taken place on the right form. What can i do for this should i create a class file or something like tha ...Show All

©2008 Software Development Network

powered by phorum