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

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

Galan

Member List

kalpesh Sr.Software Engineer
jocrews
RobertHernandez
Roman2005
plengski
Jerry Hung
U3Bunji
aCiD2
The Triggerman
paha
fbalas
smeets116
Steve Hines
Bennie9425
Lee Evans
Sandy L
Christopher
Gordon411
Willie Ong
richdenis
Only Title

Galan's Q&A profile

  • Visual Studio Express Editions Passing data between multiple forms? urgent help needed

    Scenario I have Form1 consisting of a listView control I have Form2 consisting of a chunk of code, that reads items from a folder and lists them in the listView control, belonging to 'Form1'; only i can not get it to work. On Form1, when i click 'Show Form2' i have: Form2 Child= new Form2(); Child.Parent = this; Child.Show(); On the Child form, when it pops up, i want to add items to the ListView control on Form1. how on earth do i do thi ...Show All

  • Visual Studio Express Editions How to get IP address

    I am trying to get the IP address of the PC that will be updating records in database and insert into one of the field of the record. I get need the local LAN IP for now as the application using VB 2500 express with MySQL will be running in a local LAN. Vincent Thanks so much. Both the above works for me. ...Show All

  • SQL Server Using sorting or order by in cubes

    Hi, I need to provide sorting for dimensions in my cube. I am having three columns in my dimension table StrID Strname StrOrder In cube i need to use Strid for all aggregations and all, strname to be displayed to user and Strorder for ordering the dimensions. I have such corresponding order fields for all the dimensions in the cube. Please let me know if there is any way to acheive this Than ...Show All

  • Windows Forms Binding a control to DataRow.RowError or DataRow.GetColumnsInError

    Is there a way to bind a control's error property to the RowError or GetColumnsInError property of a datarow I tested the binding I created using the advanced databinding builder in the IDE I mentioned above and it does not work.& ...Show All

  • Visual Studio Team System SQL 2005 Stored Procedures under Team Foundation Source Control

    Most projects involve databases. It is possible to bring stored procedures under source control using Source Safe. How do I use the Team Foundation Source Control System instead to keep all of the source control for a project in one place Hi dcumg, I've not found a good answer but here is 'an answer'...  Look into the database project type in VS 2005.  This provides a structure for saving SQL cha ...Show All

  • Visual C# windows messages

    How can i learn windows messages... like mouse move keydown.. When the mouse mouse what is windows sending to my app is there some article about this There are not much information in .NET articles and books if you want to learn Window Messages (WM), you need to dig to various Visual C++ books and articles on pure Win32 Windows Programming  (Not MFC) to learn these stuffs. The more you understand Windows, the more you will ...Show All

  • Visual Studio Express Editions Create a new database programatically?

    Is it possible to create a new SQL Express database progamatically from VB Express It is easy enough from the IDE, but I want to determine the schema dynamically based on user input. I have not found this discussed in Help or other articles. Can anyone point me in the right direction Thanks, --Mable Yes! I could have read Help files for a month and not figured this out. Thanks for taking the time to help out a s ...Show All

  • Windows Forms Focus on disabled menu items

    Hi, Is there any way by which i can avoid the menu items which are disabled gaining focus.  Bcoz, currently what i notice is that one can still click on a disabled menu item and keep the UI thread busy, the click event will not respond though.  Thanks in advance. Magesh Hi Spotty, Thats what exactly puzzles me....  Juz give a try disabling a menuItem in the mainmenu and try to click on it...& ...Show All

  • Visual C# Using D-link dcs-950g with c#

    Hello, Has anyone used d-link dcs-950g with c# I want to get the methode "motion detection" to work in my program. I have to either communicate with d-link's webpage or the program IPVIEW. Anyone how got a gcue, regardless if it  is only a hint, i would appriciate it :) LaBomba, I don't have a DCS-950g, so what follows might be a long shot. Judging from the emulator page on the D-Link site, I think there are two possible ways ...Show All

  • Visual Studio Tools for Office COM Addin, in frame work 1.1 , C# and outlook 2003, it wast wroking fine i can able to send the mail with customised form , bu

    HI i have developed COM Addin,  in frame work 1.1 , C# and outlook 2003, it was wroking fine i can able to send the mail with customised form ,  but now i instal the FrameWork 2.0, it not working , i can not able to send the mails form now it is showing following error . See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ******** ...Show All

  • Visual C++ Viewing GIF Frames separately

    Hello, I am looking for a way to load a multi-framed image such as a GIF animation and to display each frame when a certain button is clicked. What I mean is if I have a GIF file which contains 4 frames, I want to create a HScrollBar that'll control the frame currently showed. * (In Visual C++ 2005, of course) With Thanks,                     Gal Beniamini. ...Show All

  • .NET Development Need Help, How to read the xml?

    i have a xml file that contins context like: <cases> <case> <id>2</id> <operator>abc</operator> <saved>0</saved> <Exectors> <id>2</Id> <t>1</t> <name>abc</name> <telephone>1234</telephone> </Exectors> </case> <!-- more case node --> </cases> Each case node of the xml file cont ...Show All

  • Visual Studio 2008 (Pre-release) Sparkle Interactive Designer (on Windows XP)

    I am trying to install Sparkle onto my laptop, it is xp (sp2) iwth Office 2007 beta 2, VS2005 and the various .net frameworks and betas including WinFX Runtime Components Beta 2. Everytime I try to install the error asks for me to install "windows presentation foundation 6.0.5295.60113". I am puzzled as I had no problems with Graphic Designer or Web Designer and all 3 betas will install fine onto my desktop Can anyone pin ...Show All

  • Windows Forms Performance of FillRectangle() and Clear()

    I have written a WinForms custom control that draws (and allows editing of) a graphical based document on a page (for example, look how Microsoft Word draws a blank page with the dropshadow etc.). Pseudocode for the basic repainting method is along the lines of, protected void PaintDocument( Graphics g) {    Clear background to desired backcolor          (via Graphics.Clear ...Show All

  • SQL Server Question Regarding Job Schedules

    Hi My instance of SQL Server 2005 is installed on a Win Server 2003 box. I am trying to schedule an SSIS job. I have created a proxy using my NTLogin as Credential. When I run the job, it returns with the following error: Message [298] SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'XXXXXXXX', error code 0x54b. [SQLSTATE 42000] (ConnIsLoginSysAdmin)   where XXXXXXXX is my Domain\NTLogin I access ...Show All

©2008 Software Development Network

powered by phorum