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

Software Development Network >> Spog Mog's Q&A profile

Spog Mog

Member List

merawalaid
vanWeyden
Zac Evans
Dmitriy_Nikonov_MSFT
SneakPreview
Kadesh
PMKern
Ljungstedt
Drir Sinan
Robert*
SDevenshire
vba-dev
ferrix
Michael Chan
Jeffrey Baker
Phat
tryToLearn
Ken Alexander
rwike
Bayamo
Only Title

Spog Mog's Q&A profile

  • System Center where i can find it to download?

    i'm looking for SCCP 2006..i'm msdn subscriber..but i can't find it for download... Any help .. SCCP now available to MSDN subscribers ...Show All

  • Visual C# Am I missing a seting in my relationship

    Hi I'm a newbie from Delphi and I am trying to build a data application. I have set up my xsd dataset but I think I might be missing something in my relationship. In Delphi when you can set relation ships the same but the big difference is when the dataset goes to retrieve the data. In Delphi a child table only fetches data from the database that relates to the parent table and not the whole table as my dataset appears to be performing. ...Show All

  • .NET Development Invalid Binary Format

    I so much need your help here. I have a simple application ... and its going to get big :) if I figure out the .NET remoting part. It just wont work. Its based on configuration files. I use VS 2005 - .NET 2.0 - IIS 6.0 to host the remoting objects and a simple Form GUI to test. I use binary format. thats the code : web.config - server : <system.runtime.remoting>     <application>       <s ...Show All

  • .NET Development How to access outlook via a web service using C#?

    Hello all! I'm trying to use Ms Outlook 2003 features by a ASP.NET web service using VC#. But it gives an unauthrized exception when i try to creat an outlook object over the web service. But i still can do other simple things like show a string add numbers and all. Access is given to all by enabling the annonymous access in IIS server. The codes are given below. In the program, public class Service1 : System.Web.Services.WebSer ...Show All

  • Visual C# Multiline comments auto-add "*" is driving me mad!

    Try this: (1) Start a multiline comment by typing /* (2) Press return. (3) Aaaargh! Where did that extra "*" on the new line come from I don't want it! Is there ANY way of turning off this unwelcome behaviour It's seriously trying my patience having to press Ctrl-Z EVERY SINGLE TIME I PRESS ENTER IN A MULTILINE COMMENT! Grrrr! [EDIT] I see from this thread that there's no way to turn this off: http://forums.microsoft.com/MSDN/ShowPost.aspx PostI ...Show All

  • Visual C++ Disabling Exception Handling

    VC++ 6.0 I can't seem to disable exception handling.  I have a try / catch block and whenever I hit my exception control goes to my catch(...) handler. I do not have /GX set.  I am building using the IDE.  (When I set /GX- in Project Settings the IDE just removes the switch...supposedly GX- is the default.) Oh, and yes;  as expected, when I compile with E.H. disabled I get a warning that my unwind semantics are not ...Show All

  • Visual C# Accessing a DataGridView control from a thread that it wasn't created in???

    This is the exception I'm getting: "Cross-thread operation not valid: Control 'dgvLogResults' accessed from a thread other than the thread it was created on." I'm trying to update a datagridview with new data that has been detected in a thread that is running and polling. But I can't seem to get this to work do I have to reference the original thread somehow then access the control Use BeginInvo ...Show All

  • Visual C# setting media (mp3, wma) file metadata

    I am trying to read and write audio metadata (mp3/wma) using Shell extensions. Its very easy to Get metadata using "myFile.metadataitem = folder.GetDetailsOf(folderItem, n)" but i cant seem to find any methods to Set the values. can this be done in the shell if not, does anyone know an easy way of setting metdata tags ... i have parsed the verbs on an audio file but nothing lets me change the metadata... I think that manipulating properties may ...Show All

  • Windows Forms Forms inside Splitcontainer

    Hi all, In my application "Main Form" I have a splitcontainer which has a treeview control on the left container... What I want to do is load forms inside my applicaition into the right container... Is this possible, and how can I do it Thanks Why not create UserControl custom controls rather than actual Form instances. If you must use a Form then you need to set the owner of the form as ...Show All

  • Windows Forms string was appended "\0\0\0\0\0"

    Hi, there I use the RijndaelManaged to Encrypt a string "Hello World", then Decrypt it. The decrypted string was appended "\0\0\0\0\0",  like this "Hello World\0\0\0\0\0" What's wrong I put the decrypted string in a TextBox, it's ok, no "\0\0\0\0\0 ...Show All

  • Windows Forms How To Insert Image To DataGridView Column Header

    Hi All, I wonder if it's possible to insert an image to a DataGridView Column Header. Tanks In Advance Boaz Shalev.   Hi, There is a similar post for writing the image on RowHeader... pls refer.. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=51557&SiteID=1 And, follwoing is the code from the post: protected override void OnRowPostPaint(DataGridViewRowPostPaintEventAr ...Show All

  • Visual Studio What happened SourceSafe web service access in Beta 2?

    A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I  ...Show All

  • Visual Basic Where is Clear? How can I clear all checks in a checkLISTBOX with out a loop?

    Why did they get rid of clear. I have a checkbox with 50 items. I want the user to be able to reset the selected checked items to none. I need to be able to clear the selecteditems in a checkbox. Any ideas besides doing a loop Thanks Theresa Me . CheckedListBox1 . ClearSelected () ...Show All

  • Microsoft ISV Community Center Forums Read data from excel through VB.NET

    Hi friends, I need to read symbols(like ALPHA,BETA,MEU) from excel and show it in a data grid through VB.NET.Later insert it into Oracle 8i DB. I am able to read entire data but i am getting 'a' instead of ALPHA symbol and 'b' instead of BETA symbol. I am querying excel via OLEDB provider.The following snippet is using for accessing excel. Dim MyCommand As System.Data.OleDb.OleDbDataAdapter Dim MyConnection As System.Data.OleDb.OleDbConnection ...Show All

  • Visual C++ Why is the linker displaying such an error? (LNK2019)

    Hi, can anyone help me out with this The linker keeps giving me this error: Sprite.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::SetPosition(struct tagPOINT)" ( SetPosition@Sprite@@QAEXUtagPOINT@@@Z) referenced in function "public: virtual void __thiscall Sprite::Update(void)" ( Update@Sprite@@UAEXXZ) Sprite.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::SetVelocity(int,int)" ...Show All

©2008 Software Development Network

powered by phorum