Software Development Network Logo
  • IE Development
  • SQL Server
  • Visual FoxPro
  • SharePoint Products
  • VS Team System
  • Smart Devicet
  • Visual Studio
  • Windows Forms
  • Visual Basic
  • Audio and Video
  • Microsoft ISV
  • Windows Vista
  • Visual C#
  • .NET Development
  • Game Technologies

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

Els001

Member List

bigove
Kevin Hoffman
jam281
Beefstar
Helen999888
Uli F
Saud Akhter
raja760
Lita123
saqib ku
COBOLBeginner
BCooper
Jassim Rahma
RayCan
Animesh Scicom
hemo
rklein
Hanumanth Reddy
Brahm
dvferretm
Only Title

Els001's Q&A profile

  • Smart Device Development Posible Bug in SerialPort Class???

    I’m migrating an application maded originally with VB embedded. The new application is in 2005 & CFW 2.0 SP1. The device is a Unitech 950 with dockh station (2 serial ports, 1 USB, IR). The original program worked perfect with the both ports. Now with .NET When I try to enumerate the serial ports, physical COM2 goes to "COM1", and the physical COM1 lost all the functionality. Anyway with the SerialPort.GetPortNames method I see all the physicals ports. What’s happening Can be a bug of "IO.Ports" Does anyone know how to solve the problem Sorry about my english I from Sevilla. On another related post recently, you said: AntonioCanaveral wrote: Using t ...Show All

  • Windows Forms Packet Scheduler miniport Error code 31

    Any1 how do I fix this In device mgmnt it will not let me delete it. Can I delete the psched.exe What is the cause of this error What is that Packet Scheduler Why do you think this question should be asked in Windows Forms General If you are afraid of deleting a file which might be needed you could start with renaming that file. Just remove the e from exe and it cannot be executed any more. Restart you system and have a look if everything is working. -- SvenC ...Show All

  • Windows Forms Control Question!!! Help!!!

    Ok guys i need your help. I have a panel control with a textbox inside, next to the panel there is a button. Now what i want, and i don't know how to do it, is when i click at the button i want that another panel show under the first panel, but exactly like the first panel with a textbox inside and a button next to it. Thanks Merovingio. Thanks nobugz , but what happen if i need 5,10 or 20 frames. I was thinking that maybe i could use a control to do that or if i can do it by code. What i want to do is like a list of items, but i dont know how many items are going to be. ...Show All

  • Visual C++ linker .pdb file limit / dual core multiple simultaneous compilations

    We have a makefile based project. For enhanced functionality and portability nmake has been replaced with gnu make. To improve compilation performance I've set up make to spawn two compilation processes at a time for our dual core machines. On my mid sized test package this gives a "slight" performance increase. A full clean and recompile goes from 12 min 15 sec to 6 min 40 sec when spawning two compilations. Quite a lot better then I had expected. But simultaneous compilations causes problems with .pdb file generation when both processes try to write to the same file, so I've had to use the /Fd option to create individual .pdb file for each .obj file. This comes at a cost of, in this test case, 307 MB of extra .pdb files. Not go ...Show All

  • .NET Development Object.ReferenceEquals Implementation

    Can anyone tell me where I can check for the Object.ReferenceEquals Implementation I'm tring to figure out the differences between Object.ReferenceEquals, Object.Equals and ==. I've gone to the link below http://msdn2.microsoft.com/en-us/library/system.object.referenceequals.aspx It tells me what Object.ReferenceEquals about, but it does not tell me how it's implemented. Thanks. While Reflector is an excellent tool to look at the framework code, it is not going to show you the true Object.Equals() implementation. It is written in C++. Your next resource is the Open Source implementation of the framework, the source code upon which Mono is built. It is unclear how closely the actual framework matches this source code; ...Show All

  • Visual Basic Font Style

    I have a button on my form that when clicked shows all of the fonts on my system in a listbox. My question is can I get the name of the fonts shown in the listbox to be displayed in there own style. Or do I need to click on one of the fonts in the listbox and have it's style shown in another control. It's all OK, I figured it out for myself, I used 'IsStyleAvailable' in the first loop. Thanks for all the help and advice Dale. ...Show All

  • Windows Forms Add button on form title bar

    How to create additional button on Form title like Minimize, Restore and Close button. My target is to detach and attach Form to MDI form using swichable button like Restore. Other ideas or solution for this task are welcomed. Implementation is not an issue. Putting a button of form area is not good option because i have to change to many forms design. hi here is the artile may fit your requirement, http://www.codeproject.com/csharp/mintraybtn.asp best regards! ...Show All

  • Smart Device Development Developing on .net 2005 for bluetooth on wm5

    Hi Where i can find a sample program on VB .net 2005 for communicating with bluetooth on mobile 5 pocket PC Thanks   try the following resources: http://32feet.net/ - provides a managed wrapper, ships some samples http://www.franson.com/bluetools/ - commertial wrapper ...Show All

  • Visual Basic run an /exe/file from within VB

    I wanrt to include a button in my application that will run a .separate exe file (GAF.exe) if the user selects it. Can someone help with the code that will cause the exe file to execute and once done return to the program Thanks Howard Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click     Dim p As Process = Process.Start( myExeFilePath )     p.WaitForExit() End Sub Andrej ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Question about Custom Content Processor

    Hi I have been working on a tile engine and have my Windows based tile map editor up and running. This editor produces an XML file holding all the tile set bitmaps, a list of all the levels in the map and a list of layers on each level. I have created a custom content processor which loads this XML file, parse it and serialise it to the xnb file. I have just completed my reader and it all works great. However, what I can't figure out is how to read in my tile set bitmaps such that I can serialise them with the rest of the map data. At the moment, it is up to me to manually add the tile set bitmaps to my game and then read them in during initialisation and pass the Texture2D's to the classes created by my custom reader. I hope this makes ...Show All

  • Windows Forms Open Form, Close last form

    This is giving me a headache. I'm trying to be able to switch between two forms constantly. So I click a button, main form closes, next one opens. Then I click button on second form, second one closes and first one opens again. Each time they get open they must be new instances. So far for the second form's button I have Form1 form = new Form1(); form.Show(); this.Close(); Which works fine between the two except the second form isnt really closing. (Should be disposing). When I try this.Dispose(), the whole program exits before the main form opens again. Any ideas Something is really wrong. When you close your 1st form after showing the 2nd form, your application should terminate. Please show us the c ...Show All

  • .NET Development Jagged arrays are not cls compliant

    Hi Guys, While analyzing my code with FxCop 1.32, I get the following "Breaking" - rule: "MyMethod" uses a multidimensional array of 'System.String[, ]'. Replace it with a jagged array if possible. ( Jagged arrays are not CLS Compliant .) " Please, help me with the above issue. Thanks in advance Yogendran (yogi) CLS compliance is that it follows the rule all .NET languages must follow. If it is not CLS compliant there is no guarantee that the code can be reused from another .NET language. http://msdn2.microsoft.com/en-us/library/bhc3fa7f(VS.80).aspx If you are making a stand-alone application that will not share code (like a class library) to be used by ...Show All

  • Visual C++ Change indent style.

    Hi! Can someone tell me how to change indent style in VS (I was using Borland Builder for a while.) From K&R style: private : System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { } To this one (Whitesmiths ): private : System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)          {          } Thanks for any info! http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=463163&SiteID=1 might help. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Smart Device Development TCP/IP transport via ActiveSync?

    I currently have my WM5 device hooked up to desktop PC via ActiveSync 4.1. The device is set up so that I can surf the internet using PIE. I have an HTTP server (implemented with HTTP listerner) running on the desktop PC, waiting for requests from a client app running on the device (using HttpWebRequest). Without WiFi switched on, the client app on the device cannot access the HTTP server. Pinging desktop PC also does not work However, when I switch the Wifi on, the client app on the device can access the HTTP server (via WiFi). Pinging desktop PC also works. Is it possible to access the desktop PC via ActiveSync instead of WiFi Thanks hmmm. You want to access the HTTP Server (IIS site) ...Show All

  • Visual Studio Team System Team Foundation Install Problems

    Here is the situation I find myself today. Over the weekend some of my team members uninstalled the Team Foundation Server RC and installed the Team Foundation Server Workgroup (May 2006). I am trying to configure the foundation serve; but do not know if it was installed as local or active directory domain(they don't remember it asking this) . Is there a way to verify domain membership of the foundation server Team Foundation Server could not resolve the user or group '{0}'. The user or group might be a member of a different domain, or the server might not have access to that domain. Verify the domain membership of the server and any domain trusts. Also, since the Foundation Server was uninstalled will I have problems configur ...Show All

©2008 Software Development Network