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

Software Development Network >> Christopher Bowen's Q&A profile

Christopher Bowen

Member List

Linda Shao
Sajjad Mussani
Uli1962m
Vince P
G.Peters
Ich bin UE.
Blakeyrat
Dioni
BQMartin
Netscorpion
Ivanushka
Squeaker
Pravin Indurkar
OkiMike
Egypt Develover
JNG
identyfikator
uasking
Notis
Beebop_FR
Only Title

Christopher Bowen's Q&A profile

  • Windows Forms Is the server up???

    I just installed the client without an error and get: "The remote server is unreachable or request has timed-out" I am using username 'jdoe' and password 'welcome'. I also noticed that if I just hit enter after getting the can't connect message above to try to log in again, I then get a wait cursor for about 90 seconds to 3 minutes or so.&nb ...Show All

  • Visual C# passing arrays to unmanaged functions - best way ?

    The situation is the following: I've got the unmanaged function void cblas_zaxpy( int N, DoubleComplex* alpha, DoubleComplex* X, int incX, DoubleComplex* Y, int incY); [StructLayout(LayoutKind.Sequential)] struct DoubleComplex {     public double real;public double imag; } form > atlas.dll < (in the original definition the pointers are void* ). The function calculates B = B + alpha*A for complex numbers. So, if I import it as extern void cblas_zaxpy( int N, ref DoubleComplex alpha, DoubleComplex[] X, int incX, DoubleComplex[] Y, int incY) and call it via double[] A; doub ...Show All

  • Windows Forms BackgroundImage Property (Forms) won't work!

    I tried setting a background image to my form , imported in resources the right file type (jpeg , png) and they are not shown, background does not load the image selected. Why is that happening Dan Petrescu alias fulga Would you please describe in details how you set the background image for your form - through designer or code That will help with investigating the problem. Thanks, ...Show All

  • Windows Forms Windows Server 2K3

    Hey all, I was wondering... I want to make a folder in my C:\Inetpub\wwwroot file so it will be available for internet access. BUT, i want it so when you try to access it, a password box appears. I got that far by adding permissions to the folder, but no password i enter ever works, is there a way to set actual folder permissions and make it so when you try to access the folder through a website, you need the password to continue Thanks! -Teenprogrammer This is a Windows Forms programming forum. These posts should contain only questions about programming with Windows Forms in the .NET framework. Try using the Micros ...Show All

  • Visual Studio Express Editions referring to group boxes using a variable

    Is it possible to refer to a group box by using a string containing the name of the group box I have a number of group boxes which I want to do list of things to. If I could refer to the name as a string I could write a function and pass the name of the group box to it. Any help would be appreciated. Thanks.   Why not just pass the groupbox to it CalledRoutine(Groupbox1) Private Sub CalledRoutine(byval sender as groubox)          If sender.height....... End Sub The other way to do this is: Private Sub CalledRoutine(byval sender as string) ...Show All

  • Visual Studio Express Editions Visual Studio Package Load failure - Visual Studio Explorers and Designers Package

    When I launch VS Express (not Beta2) editions, on startup all the express products dispaly a dialog box which says Package Load Failure 'Visual Studio Explorers and Designers Package' has failed to load properly - GUID = xxxx etc This is a fresh installation of VS Express. How to resolve this issue Thanks Venkat I am having the same issue, I also get the same error with the Visual Studio Common IDE package when creating or opening a project. Also, the toolbox does not seem to be fully populatesd (only html controls and no web controls). ...Show All

  • Windows Forms RowHeaderClick Event in DataGrid

    Hi All,   DataGrid has a Protected Event RowHeaderClick. The following code is not good   this.dataGrid1.RowHeaderClick += new EventHandler(DataGrid1_Click); error message is:  C:\VS\WindowsApplication1\Form3.cs(244): 'System.Windows.Forms.DataGrid.RowHeaderClick' is inaccessible due to its protection level How to handle this Protected Event     Thanks a lot. You can also inherit from DataGrid, and  ...Show All

  • SQL Server Cluster install fails

    I'm running into issues installing SQL 2005 Enterprise on a Win2003 server. They seem to be related to missing rights. I've done a lot of research and have come up empty. Does anyone know why I'm getting these log entries Thanks for any help. Running: OpenPipeAction at: 2006/0/31 11:35:35 Complete: OpenPipeAction at: 2006/0/31 11:35:35, returned false Error: Action "OpenPipeAction" failed during execution. Error: 0x80070005 TaskScheduler::SetTargetComputer for \\SERVER Complete: RunRemoteSetupAction at: 2006/0/31 11:35:35, returned false Error: Action "RunRemoteSetupAction" failed during execution. Error information ...Show All

  • Visual Studio Express Editions Problems with authentication using VWD

    I am having alot of problems trying to setup authentication. I am using VWD and SQLExpress 2005. I was following a tutorial and managed to get a user created. When I attempted to login I always get failed. There is no way that I can see to debug this. If there is a problem would it not be usefull to the developer to know what the problem is. I understand why the control will not indicate to the user what the problem is but when debugging I would think that I should be given better error information. Due to another problem, I had to reboot and when I tried again with the Web Site Administration Tool I then get the following: An error ...Show All

  • Visual Studio Team System Build Quality Change Event

    Is it possible to be notified when a buildmaster changes the build quality (under investigation, ready for test, ready for deployment, UAT passed. etc). Thanks, Chris Hi Chris, You can be notified by signing up for an Alert. In Visual Studio, do the following: Connect to a TFS Select Team->Alerts from the main menu Check the box next to "A build quality changes" Enter your email address in the "Send To" column Hit OK Hope that helps, Jason ...Show All

  • Visual Basic Creating an object using a string

    I'm trying to create a procedure that accepts a string and loads a form based on the string. Now say the string "frmDebtors" is passed, how do I load the form 'frmDebtors' using just the string Now there are many forms so I dont want to use a case statement, I need something like this: Private Sub LoadForm(targetForm as string) ' Dim f As - I was thinking of something like createObject("frm" & targetForm) ' but Im not too sure how createObject works f.Show() Me .Hide() ... ... end sub PS: This is a simplified version of my procedure Any help would be greatly appreciated ...Show All

  • Visual C++ unresolved external symbol (trying to use C_SetPin function)

    hi i'm writing a program to utilize the C_Setpin() function from the dkck201.dll library (iKey2000 usb token). I want to write a simple console program which can change the token's pin. Here's my source code (I just modified it from the Secpin.cpp example taken from the sample201 folder. #include "stdafx.h" #include "test.h" #include "dkcryp32.h" #include "SPinDlgs.h" #include "typemap.h" #include <iostream.h> int  main(){  cout<<"Test here"; } void OnCommonChangePin() {   char   oldPinBuf[256];   char   newPinBuf[256];   char   newPin2Buf[256];   char  &nb ...Show All

  • Visual Basic Writing to files

    Hi, I`m learning Microsoft Visual Studio Express Edition and trying to work out how to write a line of text to a file each time the application is closed. Please see my code so far below: '***** Declarations ***** 'Info stored in *.dat files Dim T1 As String = "C:\T1.dat" Dim T2 As String = "C:\T2.dat" 'End Application Private Sub cmdExit_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdExit.Click My.Computer.FileSystem.WriteAllText(T1, TextBox1.Text, False, encoding) My.Computer.FileSystem.WriteAllText(T2, TextBox2.Text, False, encoding) The code above on ...Show All

  • Visual Studio Tools for Office Publishing Problem.....

    I cannot publish my VSTO Word Project. I have tried to publish the project to a web server and to a network drive. When I try to open the word document I get a "Office document customization is not available" error. When I try to open the the .application file I get a "Cannot Start Application - Cannot continue. The application is imporoperly formatted" error. I'm on my last rope! Any ideas The 2005 Visual Studio Tools for Office allows for Visual Studio 2005 to create VSTO projects. It has all of the the needed pre-requisites, but is overkill for a client...but I had to us it. Info / dow ...Show All

  • Visual Studio Visual SourceSafe Internet troubles

    I found this VSS for Internet web page ( http://alinconstantin.homeip.net/webdocs/scc/vss_internet.htm ) via a forum post (Visual SourceSafe Internet... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=147130&SiteID=1 )   I'm going through the instructions and everything went fine up until step 12 under "Setting up SourceSafe and VisualStudio for Internet access (HTTP)". When I click on the Advanced button, instead of seeing the dialog shown with the "Always use SSL to connect to the server", I am prompted with the SourceSafe login screen (see screen shot at http://webpub.byu.net/mjk2/vss1.png ).&n ...Show All

©2008 Software Development Network