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

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

jbearfoot

Member List

r3n
Euclidez
Sniper167
ADG
Mr Dawson
fripper
LeoXue
itsmytime_24
Hans L
su45937
Cordell Swannack
rmgjohnes
Giridhar Damodaram
medel
ChSchmidt
Piyush Hari
Mateusz Rajca
fddsfsdf
SkyLander
CacheFriendly
Only Title

jbearfoot's Q&A profile

  • Windows Forms Display multiple fields in a DataGridView cell

    Hi All! How do I display multiple fields (1 line per field) in a DataGridView cell... i need to display it like below:    Cell1    | Cell2 -------------------------------------------    ID       | Desc   Name      | Other Field  Address    | etc. -------------------------------------------    ID       | Desc   Name      | Other Field  Address    | etc. -------------------------------------------- Any help will be very much appreciated. Hi,CrytoKnight, there is another people have the same question to you. http://fo ...Show All

  • Software Development for Windows Vista My program Can't recieve packet on Vista

    i have developed a tool on WinXP. it broadcasts UDP packets, then another program recieves the packet and reponses some information. It works very well on XP, but doesn't work on Vista. i capture packets using ethereal, i see the response packets, but my program can't recieve it. Then i disable the Vista Firewall, it also can't work. Last i enable the firewall, and add a rule to allow inbound connection, no use. can anybody what's the problem Thanks! Check this out: Windows Vista cannot obtain an IP address from certain routers or from certain non-Microsoft DHCP servers http://support.microsoft.com/kb/928233 ? You connect a Windows Vista-based computer to a network. ? A router or other device t ...Show All

  • .NET Development Remote MSI install using c# and WMI

    Hi, I having a problem whilst trying to install an application on remote machines using WMI. The code im using seems right, but it just isn't working. Can anybody,please, help point me in the right direction Or maybe post a link/script i can have a look at Just to note the strings.. _DOMAIN _USERNAME _PASSWORD _MSIPATH _ARGS _MACHINE are all set correctly before they are passed to the method... Here is the code I'm working on...The thing is it doesn't throw any Exceptions at all, but it dosen't work either. So i am at a bit of a loss as how to fix it... Any help at all would be greatly appreciated. CODE: ----- public void installMsi(string _DOMAIN, string _USERNAME, etc, etc) { ManagementScope ms = null; // Connect ...Show All

  • Visual Studio Corrupted output chm file from help compiler

    Hello, I'm using Sandcastle (December CTP) and Eric Woodruff's Sandcastle Help File Builder to produce CHM documentation for a class library. Worked quite good, until I started to use the "addtional contect" facility to include a number of extra htm pages with samples to the docs. For some reason, when I include more than 10 (or so) additional pages, the output of the HTML Help Workshop compiler run is corrupted. There|s not any error or warning logged; however the chm file is only 9 KB in size (supposed to be around 500KB) and double clicking it gives an error message. One or two times I also had AVs being raised during the HHC run, but I cannot reproduce this any more. I double checked the syntax of my addtional htm pa ...Show All

  • Visual C# View console app before termination

    Hi everyone..... I have a very basic and probably stupid question. I am just learning C# using the C#Express software and have a problem trying to view the output of my console apps. I have started a console app project, compiled and run. I see a brief flash and then the app closes and terminates. Q. How can I prevent the console closing down so that i can actually see somthing. You could make the console app sit there until a certain key is pressed: while ( KeepRunning == true ) { } Then just make a method that waits for CTRL + X. when the keys are pressed you can just do: KeepRunning = false, then the while condition will finish and the app will close! Proberly not the solution you need, but ...Show All

  • Software Development for Windows Vista IEventActivity

    Hi, I am trying to develop an Activity that shoud be blocking and shoud listen to a timeout or an event thrown by a static class. First of all my question is if it is possible to do so. If it is, how can I do that Thanks Marco ...Show All

  • Windows Forms How-to embedded Win32 DLLs and .NET DLLs in my Application

    hi how can I embedded (Win32 DLLs and .NET DLLs) in my .NET application exe and use these embedded files when my exe application needs them like the one here http://www.oreans.com/xbundler.php Thanks Also, have a look at http://www.howtoselectguides.com/dotnet/obfuscators/#sc_linkers and check out the products which support linking. ...Show All

  • Visual Studio Tools for Office VSTO, AutoText and WinForm Controls

    Word 2003 VSTO 2005 Template solution I have a problem creating AutoText items that contain a WinForm control. Here are the details: I open my VSTO Word Template. Type some text and insert a WinForm control (e.g. a button) inline with the text (see code below, used to insert control into document). I highlight the entire text line, click on the New AutoText commandbar button to create a new AutoText item. I give it a name and now advanced down the document to "Try out" my new AutoText item. When I select the item, it properly inserts the text, however, the WinForm control is not rendered, only what appears to be a "ghosted" placeholder for the actual control. If I do this same thing using the Built-in Word Toolbar, and ...Show All

  • Windows Forms Mouse Wheeling

    So I've got this genious idea. The current issue, is that I require constant capture of the mouse wheel. My for is pretty much completely covered by various controls. What I want to know is, can I capture the mousewheel on the form level, even though the mouse might be over a textbox And secondly, what event gets fired off when I scroll my mousewheel Where can I add code to do something with the mouse wheel you would be looking at the mouseWheel event but in regards to making the form notify of the event when focused on another control - im not sure. But I hope this gets you started! http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.mousewheel.aspx ...Show All

  • .NET Development Problem Importing Data From Excel

    I'm attempting to import data from a spreadsheet and I have the following problem. Some of the fields appear blank even though in the spreadsheet they have values further down the sheet. This is my connection string. conStr = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=C:\Documents and Settings\mark.bosman\Desktop\test.xls;" & _ "Extended Properties=""Excel 8.0;HDR=YES;MaxScanRows=0;""" The rest of the data populates fine, but two columns containing integer values that are not populated till around the 150th row don't appear. Any suggestions hello friend i am using same query but could not get result pAd ...Show All

  • Smart Device Development Can a vb.net application be run on a computer without vb.net installed?

    Hi guys, I have a question regarding the above topic title. Does anyone know of a program whereby it can convert vb.net into an application which others can run without having the need of installing vb.net on their computer Senorio case: I'm have a form, wanting a client from other part of the world to fill it in. The form is build in vb.net, he should be able to run the program and fill in the form without having to install vb.net. As vb.net is a space consuming program. **Maybe a program that is smaller can be used to run the application You want to deploy the generated assembly or assemblies (probably with a cab file, which you can create a project for in Visual Studio), which will consist of your binary and any additional modu ...Show All

  • Visual Studio Team System Always getting "The internal state of the database project..yada yada..."

    That quite annoying as I don’t want to always kill the project from source source and get the latest correct build from the deployment database and build everything on top what was done in the meanwhile. Any suggestion or solution for that in the meantime -Jens. --- http://www.sqlserver2005.de --- Mhmm, if I would know the problem I would try to fix it one my own in a workaround, but I don’t see any anomalies in there. Do you have a trace / debug switch to see where this common error is sourced from --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Analysis Services Calculations

    Is it possible to group/ arrange Analysis Services Calculations in cubes into separate Folders In other words similart to measures which can be grouped in to folders I would want to know if we can group these calculated meassures into folders. Thanks You should define it as a real member of the dimension then. Since the fact table won't have keys related to that member - after processing it will be empty - so you are not paying anything in the space. Then inside MDX Script you can overwrite it with any MDX expression you want, just like you do with the calculated members. But now since it is a real member, you can secure it in a role. ...Show All

  • Windows Live Developer Forums Adding Pushpins via C# .NET

    Hey, I'm trying to figure out how to manage a lot of the map stuff via .net. I have a database of lat/long and I want to add them to my map, How would I do this oh my god, your code is **** you just cant control when the script gets executed, AddPin isnt called as method of the map, and if you use only one Pin you could do it much easier: at this point new VELatLong(40.657498,-111.865899)); you could use Response.Write, like this: new VELatLong(<% Response.Write(_latitude + "," + _longitude); %>); ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Error

    I uninstalled Beta 1 first, opened up Visual C# so I ran it once before installing beta 2. Now when I open XNA framework I get a pop up dialog that says: Could not load type 'Microsoft.Xna.Framework.Content.ContentSerializerCollectionItemNameAttribute' from assembly 'Microsoft.Xna.Framework, Version=1.0.0.0, Culture = neutral, PublicKeyToken=f48fa5f25d27e8ff Does anyone know what this means, or how to fix it Thanks in advance. i did have the same prob. i deinstalled the beta again, started c# express, closed c# express, and reinstalled the beta.. than it was working... greg ...Show All

©2008 Software Development Network