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

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

Bigmo

Member List

nick865
IamHuM
Keith Hill
miamikk
THURST80
akjal
Fernando Ronci
Mannequin666
Eugene Ye
JojoCC351325
chipjollyroger
ishaywei
Starfish2000
missle
Javahar
Mike Chapman
Eddie Garcia
brian_tsim
RhysDavies
BlackCatBone
Only Title

Bigmo's Q&A profile

  • Smart Device Development Installing .NET Compact Framework 2.0

    Hello, I accidentally unistalled my .NET Compact Framework 2.0, so I am trying to re-install it along with Service Pack 1 and Service Pack 1 Patch. First I made sure that all of the .NET Compact Framework 2.0 programs where uninstalled in Add/Remove programs. Then I installed .NET Compact Framwork 2.0 Redistributable. After that I try installing .NET Compact Frameswork 2.0 Service Pack 1 Redistributable. I then get an error message saying that I must first uninstall the similar program in Add/Remove Programs before running this install. So I removed .NET Compact Framework 2.0 and then installed .NET Compact Framwork 2.0 Service Pack 1. Was I correct in doing that In Add/Remove programs is now shows .NET Compact Framwork 2.0 SP1, wit ...Show All

  • Windows Forms Adding Help to my application

    Hi all. I am looking for a way to write "help" into my application. You know the good old ...F1. I have added tooltip to the controls with tooltip functionallity. Howerver...i can't find out how i can add tooltip to textboxes , buttons and so on. If i want to create help for all fields in my application (users presses F1 in a textbox) do i have to use something special or is there already something i can use i VS2005 Thanks. thank you for trying. I don't understand your code. What i need is the x and y posistion of my cursor. So i can set the right x and y for the help popup. my code today: private void tbPostalCode_KeyPress( object sender, KeyPressEventArgs e) { if (! Char .IsDigit(e.KeyChar) ...Show All

  • Visual Studio 2008 (Pre-release) Cider Release Strategy

    Is Cider (and all the .Net 3.0 project support) going to be released as an addin to VS 2005 or is it only going to be released in the next version of VS (Orcas) Steve Many thanks! I hope the next final release of VS Orcas will not break compatibility with the final CTP for VS 2005. Eriawan ...Show All

  • Internet Explorer Development New MSDN BHO Article - Building Browser Helper Objects with Visual Studio 2005

    I have built a BHO based on this article and it works great, but I cannot deploy it to machines that do not have Visual Studio 2005. It won't register and I have fixed all the errors that Dependency Walker showed. Has anyone else had problems deploying Murph Man, I have followed every single MSDN page out there on this topic. Here is my embedded Manifest: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a ...Show All

  • SQL Server Full text search installed but no languages supported :(

    Hi, I Have the same problem, i execute the T-sql statement select * from sys.fulltext_languages and i get zero rows, i uninstalled and installed again and nothing happend i still have zero when executing that statement, i try another computer and there evrything went fine!.. i do have Microsoft Net framework, and everything but i still can get this to work! help please!!! Hi Mike, Yes, I know i installed the Fullsearch text but still i do not get languages. I follow the same step's in my other computer and it worked in that one, the only difference between the two systems is that i installed the SQL sever 2005 beta in the one that is failing. I realized that and read that it need it to ...Show All

  • Visual C++ vector::resize doesnt throw exception when allocation fails

    I had a vector which initially had zero size and when I tried to resize, it was returning normally though when I checked the size, it hadnt increased. I stepped through the code in the debugger and found the allocate function that resize uses internally was returning a null reference but no exception was being thrown. This was causing an access violation later. Any ideas if this is a bug in STL Thanks, KarthiKR   rKarthik wrote: Thanks einaros Happy to be of service  Sorry about the bad news, though. ...Show All

  • Visual Studio Tools for Office Drop outlook attachment onto form?

    Using .NET 2.0 I'd assume there is some easy way to accept dropping a file attachment from an outlook email message onto a form I cannot seem to find any good example of this. I see some very convuluded vb 6 methods, surely there is some easy way to do this http://www.codeproject.com/csharp/testemaildragdrop.asp df=100&forumid=51309&select=1804274&msg=1804274 ...Show All

  • .NET Development GetHashCode and Equals once again

    I do not see how GetHashCode() and Equals() can ever successfully be implemented given the guidelines. I am assuming that one of the guidelines, apart from the well-known one of two objects being equal ( Equals() ) returning the same hash code ( GetHashCode() ), is that GetHashCode can not change during the lifetime of an object. Given this assumption it appears to me that GetHashCode must either be implemented on a totally immutable class, or that it must only use immutable data members of a class. Since this is the case, the Equals() function must also depend on either a totally immutable class or only use immutable data members of a class. To me this need to rely only on immutable data in a class defeats the entire purpose of object eq ...Show All

  • .NET Development Hight CPU Usage on idle

    Hey guys, Could anyone please have a look at this code. As soon as the Listener is started the CPU runs up to +40%. Code: Imports System.Net Imports System.Net.Sockets Imports System.Text Public Class clsServer     Public Clients As New Collection     Private Listener As TcpListener     Private t As System.Threading.Thread     Private reader As System.IO.StreamReader     Private writer As System.IO.StreamWriter     Private Lock As String     Public Sub StartListening()         'We'll use the local IP (127.0.0.1) and port 2501         Listener = New TcpLis ...Show All

  • Visual Studio Express Editions Help Clearing All Textboxes and All Comboboxes

    Greetings: I found this helpful code elsewhere on the forum, but it is only working on the Combo Boxes and not the text boxes on my Form1. Currently I have 4 textboxes and 3 comboboxes on my form. In the editor, when I hover my mouse over "ComboBox" it says "Class ComboBox" and when I hover my mouse over "TextBox" it says "Interface TextBox." Any ideas or help is greatly appreciated. Thanks Glenn Public Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For Each c As Control In Me .Controls If TypeOf c Is TextBox Then ...Show All

  • Gadgets Sidebar reference documentation - Offline version?

    Hi all, Is there a downloadable CHM (or similar) reference doc for gadgets With my bandwidth it is a real pain to try & look up the relevant info. Are MS planning on releasing something like this soon Thanks in advance, Mark. Maybe this helps: http://microsoftgadgets.com/Build/Sidebar%20Reference%20Guide%20February%20CTP.doc ...Show All

  • SQL Server wrap text in excel export

    When tables are exported to excel, the text in the cells is automatically wrapped. Is there a way to tell Excel to not wrap these cells when a report is exported. Any/all info appreciated. Thank you. I don't think this can be done as in RS the column width is fixed and the CanGrow propety only applies to vertical growth. The only option is to set the column to be wide enough in the first place. ...Show All

  • Visual Studio Express Editions How do I write a program that echoes the key pressed to the screen?

    I created a Console Project in VC# Express. I made a while loop, in which I want to check if a key is pressed, and then echo that to the screen. If no key were pressed, the loop should continue looping. Also, any ideas how I can do that for a Logitech gamepad For gamepad support see: http://www.codeproject.com/cs/media/joystick.asp Also check out the XNA framework. http://msdn.microsoft.com/directx/XNA/default.aspx ...Show All

  • Visual Basic MDI Parent to external app

    Hello, Is it possible to use the mdi parent to load an already created app within (else i guess i will have to start rewriting :( ) Suggestions would be useful. Thanks MP this is really very useful for me. But i am getting error "Object reference not set to an instance of an object." as app.CreateInstance( "PFIPL2.demoForm" , True ) evelutes as Nothing And if i am using the following method then the error is: Dim type As Type = Assembly.LoadFrom( "E:\\PFIPL2.exe" ).GetType( "Form1" , True , True ) Could not load type 'Form1' from assembly 'PFIPL2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Please Solve my probl ...Show All

  • SQL Server Parent ID in a Slowly Changing Dimension

    Hi There, Just wondering if any of you implemented a (Kimball type 2) dimension structure, in which a ParentID column exists which points to a record from the same dimension table, using a SCD objects in SSIS. The ParentID column would have to be "Historical". The challange here is that you would need to go through the table twice somehow, because if I would do a lookup of the parent record in the first run, I wouldn't be sure if I got the right parent record. Thnx, Jeroen. Okay, let me try to give an example: Lets say we have an employee named Doopie and his boss named Barkie, both in the dim_Employee table. In our case we work with start- and enddates. ID Name ParentID Sala ...Show All

©2008 Software Development Network