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

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

jukes23

Member List

MuSti
Vahid66
DragonWalsh
Scott Lovell
Raymond Yuen
Sarwanan
Sinbad_il_marinaio
JohanNL
Geoffrey Callaghan
karch146802
esskaykay
ClubberLang
Crobat
Nutty
thompsop
rahvyn6
Alan Faux
tehlike
FBCJunior
rosebud75
Only Title

jukes23's Q&A profile

  • .NET Development DNS lookup for LDAP server

    Is there a way in .NET 2.0 to query a DNS server for available LDAP server addresses Thanks, k ...Show All

  • Visual C++ message box

    i have troubles with this code: #pragma once #include "gerenciamento_bb_mysql.h" using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing;   namespace form_050826 { /// <summary> /// Summary for interface_incluir_papel /// /// WARNING: If y ...Show All

  • Visual Studio Team System Build Target with parameters

    Hello all ! In my ".proj" file, I am each day deploying the source I have built on two different web servers. And for each of them I have some configuration to do. So currently I have something like : < Target Name = " AfterCompile " > < Web.WebSite.Create Description = " $(WebSiteName) " Path = " $(WebDeployFolder) " HostName = " $(DeploymentMachine) " ...Show All

  • Visual Studio Remove Solution from Source Safe

    Dears, I faced a problem of "Unable to load one or more breakpoints" error whenever I load my project/solution. (This happen even I manually remove/add a project in/out of my solution). So now, I want to remove my solution from the source safe (which is not so reliable now) but my VS 2005 hang when I click "File", Source Control, Change Source Control Is it the only way for me to retract my solution from VSS Than ...Show All

  • Windows Forms Custom Actions: FolderBrowserDialog not working properly

    I have added an installer class with the wizard and use a custom action to start my custom action in the installer class. But when I try to show a Folder Browse Dialog, the folders are missing, so there is nothing to browse with! All the buttons are there OK. Imports System.ComponentModel Imports System.Configuration.Install Public Class Installer Public Sub New () MyBase .New() ...Show All

  • Visual Studio Visual Basic .NET 2005 / Crystal Reports for VS 2005

    Hello, I have looked at many of the resources available (written in a pre 2005 VB), but have not found anything that works right. Below is my problem... Currently, I use VB 6.0...and its Data Reports for making a report. With that data report, you can add code to it that will connect to a database...run a custom SQL statement....etc etc. Below is an excerpt of code: ---------- Private Sub DataReport_Initialize() 'Dimming of variables used. Dim s ...Show All

  • Windows Forms SplitContainer.SplitterDistance - Arbitrary Scaling

    This is a head-scratcher. If I save a horizontal or vertical SplitterDistance and don't resize the main window from it's [design] size, the SplitterDistance is restored appropriately each time. If I increase or decrease the main form's size, the SplitterDistance increases or decreases with each load, creeping until the SplitContainer's panel limit is reached. The increase seems to be arbitrary and somewhat scaled to the design-size difference. A ...Show All

  • Visual Basic Cannot find file

    Dim options As String = ( "/quiet /norestart /overwriteoem /nobackup" ) Dim updates As String = ( "F:\Updates\" ) Dim di As New IO.DirectoryInfo( "F:\updates" ) Dim diar1 As IO.FileInfo() = di.GetFiles Dim diar2 As IO.DirectoryInfo() = di.GetDirectories() Dim dra As IO.FileInfo 'list the names of all files in the specified directory For Each dra In diar1 Dim myProcess As Process = System.Diagnos ...Show All

  • .NET Development Cannot convert type 'System.Type' to 'System.Data.SqlDbType'

    I encounter error, " Cannot convert type 'System.Type' to 'System.Data.SqlDbType' " when attempting the following code: // Create a secondary DataSet in order to research the unknown data types of the destination table columns. SqlDataAdapter sqlResearchAdapter = new SqlDataAdapter(); SqlCommand sqlResearchCommand = sqlSelectCommand.Clone(); DataTable sqlResearchTable; DataSet sqlResearchSet; sqlResearchAdapter.TableMappings ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can't find Font class in Managed C++ of DirectX 9.0

    Hello, I'm working on a Managed C++ application with DirectX 9.0. In the application, I only use 2D operations. One of the things I want is displaying text on the screen. When looking at the Text3D sample (C:\Program Files\Microsoft DirectX SDK (April 2006)\Samples\Managed\Direct3D\Text3D_2005) there is a statement in the C# program, which states: firstFont.DrawString( null , "This is a trivial call to Font.DrawString" , new Syst ...Show All

  • Software Development for Windows Vista Change Design Surface Background Color

    I'm embedding a workflow designer inside of my application. I based this off of the Designer ReHosting sample. It is working just fine. However, I absolutely despise the blue'ish designer surface that my workflow appears on top of by default. Is there a way to change this design surface color Sounds like a very trivial problem, but I've yet to figure out how... Thanks, Mark I have been trying to m ...Show All

  • Visual Studio Creating A SubReport

    Can you point me in the direction of how to create and populate a SubReport Why does the footer not display at the bottom of the page You can see the VB version here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=13691 ...Show All

  • .NET Development __w64

    I am trying to port an application from 32-bit to 64-bit windows environment. There are a lot of warnings like these when i compile my code on 64-bit :- mbtext.cxx(2249) : warning C4244: 'argument' : conversion from '__w64 int' to 'int', possible loss of data mbtext.cxx(2354) : warning C4244: 'argument' : conversion from '__w64 int' to 'int', possible loss of data This warning is at lot of places. "__w64" : Not much help is available to kno ...Show All

  • Visual C++ Can't instantiate a class inside another class

    Hi. The code below generates the errors: Error 1 error C2065: 'AboutDialog' : undeclared identifier  Error 2 error C2065: 'About' : undeclared identifier  Error 3 error C2061: syntax error : identifier 'AboutDialog'  Error 4 error C2227: left of '->Show' must point to class/struct/union/generic type     AboutDialog^ About = gcnew AboutDialog(); ...Show All

  • Visual C++ File open errors returned when trying to open a file for appending

    I am trying to open a file for appending. ie. if the file exists, open it for appending, if not, create it. I am getting back a NULL pointer, and do not know why. Here is my code excerpt. It is a C file. FILE *pFile; char *cFileName; cFileName=argv[++i]; pFile = fopen(cFileName,"a"); cFileName has a valid filename ('apm.dbg'), and I have full write permissions in the directory. I can step into fopen and when the file is opened, ...Show All

©2008 Software Development Network

powered by phorum