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

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

Polican

Member List

Jeremy613
Sarang Rokade
Mike Guilinger
Moso
benying
Jose Eloy
VasuHema
HarryX
fmorales
Mark Baird
KjeZ
k a u s h i
GlennDek
sheepshower
DavidPalmer
RueSam
Philip Carmichael
EvO99
Greenrelations-Webmaster
The Triggerman
Only Title

Polican's Q&A profile

  • Windows Forms EnableVisualStyle() and imagelist problem

    Hi, in my main Form I have enabled VisualStyles and added an imagelist. But the images don't show in a listview. I have written the following code for the visual styles. System.Windows.Forms.Application.EnableVisualStyles() Application.DoEvents()   If I disable th visualstyles the images appear.Does anybody know why this happens Obviously it is only in my main form. Thank you Me again, I just fo ...Show All

  • Visual J# java (J2EE 1.4) convert to J#

    Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Generally my experience doing this always leads me to running the J2EE code under Object Web or JBoss's free J2EE se ...Show All

  • Visual C# back space

    Below i made a key called baCK, space. When you hit the key the last char in the text box should be removed. this is not the case. in fact nothing happends why private void Backspace_ctl3dPushButton1_Click( object sender, EventArgs e) { int g; g = KeyBoard_textBox.Text.Length - 1; if (g > 0) { KeyBoard_textBox.Text.Remove(g , 1 ); g = KeyBoard_textBox.Text.Length; You ...Show All

  • Visual Studio Express Editions problem publishing my app...

    this is a c# express app... i build the solution without any issues... i can build the publish portion without any issues but, when i try and run the program i get: Cannot Continue.. the application is improperly formatted. now, i have seen this posted already so, i changed the name to exclude spaces. there was no change. please help. this is published to a network directory and, is a basic application (if you could even call it that).  ...Show All

  • Visual Studio Team System Getting "Memory is Corrupt" errors when performing checkins.

    I have seen this a few times now. When performing a checkin of several files into VSTS I get the following error, any ideas running Beta 3 Refresh with VS 2005 RTM. "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." I looked through the bugs for anything about corruption in the title, and I found one fixed in January, but it wasn't quite the sa ...Show All

  • Windows Forms Return the CDRom Drive?

    I need to return the CD rom drive so I can copy data off of it. i dont want to prompt the user for the drive. How can I do this in .Net  Thanks Malcolm Okay it's pushing 6:00 AM here and I can't figure this out. Yes as a matter of fact I'm brand new to Win ...Show All

  • Visual Studio Team System FxCop.chm download not working

    I downloaded the 3/15/05 FxCop.chm. It comes up but in the right pane it constantly shows the IE "The page cannot be displayed". What is wrong  What do I need to do to make this work Thanks. I developed my own Help project months ago. I tested it and it worked. I just recently came back to test it, and it didn't work. This thread was the problem. I changed MY registry settings to what you said and it fixed it. Thanks so muc ...Show All

  • Visual Studio Tools for Office Cant open or create VSTO projects after upgrade

    I had a couple of VSTO projects that were created with VS2005 beta2. Now that I have installed the VS2005 RTM, I can no longer open these projects. I get a dialog box that says "Unable to read the project file". Also, if I try to create a new VSTO project, I am getting an error dialog that says "Class not registered (Exception from HRESULT: 0x80040154 REGDB_E_CLASSNOTREG))".   Any thoughts Thanks in advance Mike Henrickson   ...Show All

  • Visual Studio Team System Error with getting associate workitem after customizing team build to get version on specific workspace

    Hi I customize my team build to build on specific workspace ; I have done it by edit my TFSBuild.proj file and include there my new target . My workspace is : SHMULIK And the owner is : shmoel < Target Name = " CoreGet " Condition = " '$( IsDesktopBuild)'!='true ' " DependsOnTargets = " $( CoreGetDependsOn ...Show All

  • Windows Forms Simplest inherited control

    Hello all, Just started looking at user controls for creating composite user interface elements, this is great in visual studio 2005. What I am now trying to do, is create a simple button control (with a couple of extra fields and a common look, let's just say red for this example). all the functionality I need apart from the extra fields is already in the button class. All I want to be ale to do at design time is adjust the size of ...Show All

  • SQL Server how to confine a field to be number characters only?

    i have a field which is CHAR(20), and it is allowed to only containe number chars. is there any collation_name can help or how can i set the check clause No, don't let the front end be the only check. Then it cannot be 100% trusted. Do something on the backend if you have the ability to add constraints. ...Show All

  • .NET Development Bug HtmlInputRadioButton ???

    drop an HtmlInputRadioButton on a blank page. Set runat=server set checked=checked the following asp html  code is generated: < input id ="Radio1" type ="radio" checked ="checked" runat "server"/> browse the form. the following error occurs Parser Error Message: Cannot create an object of type 'System.Boolean' from its string representation 'checked' for the 'Checked' property. change the html to ...Show All

  • Software Development for Windows Vista CreateFileEx(HANDLE h, ... OVERLAPPED *lpOverlapped)

    Read Write I/O supports asynchronous execution via OVERLAPPED structure, catching the completion via completion port.. ..but there is no such thing for CreateFile(..) fn which blocks. The only way to handle this currently is via separate thread - the whole thing is needed just to open file! This is a drawback for apps which opens many files during execution like ftp/http web server. So it would be nice to have something like this in API: C ...Show All

  • .NET Development AD Authentication

    I have a windows application and I want users to authenticate using the AD domain. If the user is currently logged into the machine using an AD Account then my application has no problem authenticating. My issue is when the user is logged in using a local account then I get an error saying the domain can not be found. What do I need to do to authenticate users whose machines are not logged into the AD domain but do have accounts on the domain an ...Show All

  • Visual C++ Cannot compile abstract ref classes with private pure virtual methods

    The following BaseClass defines an abstract class with a public Description property that invokes a pure, virtual description() method. The DerivedClass is a sub-class of BaseClass and implements the virtual description() method. I want the description() method to be private, but when I try to create a DerivedClass, the compiler balks, calling DerivedClass abstract because of the description() method. When I declare the description() method as ...Show All

©2008 Software Development Network

powered by phorum