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

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

BoshBuy

Member List

GAThrawn
i_am_db
Steve Greatrex
LoneEagleJAG
BobMac
Bob Eaton
quame
samoonm
David Frendin
surfcaster
Srivani V Eluri
tfs2020
Michael_
kevin_estccst
Quintin Willison
Divya
Jetjez
Rameshks23
Richard Judson
Rakesh Bhambure
Only Title

BoshBuy's Q&A profile

  • Windows Forms Super simple question about adding a row to a DataGridView

    Howdy folks, I just recently started playing with the DataGridView and love how superior it is to VS2003's DataGrid. I have a question that sounds so simple, yet I can't figure out the solution. I have an unbound DataGridView and add the columns dynamically via code when the application is launched (columns were not created in the designer). Now I want to start adding rows to the grid, but I'd like to be able to create them withou ...Show All

  • Windows Forms Would you help me with the Updater component?

    I would like to add some custom skins.  Anyone know where to get them Thanks PThomas@Corillian.com Consider enabling script access for the folder that holds your update files (e.g. 1.0.0.1) in iis. Most of the times 403 (forbidden) is a&nbs ...Show All

  • Visual Studio Express Editions Disabling keys ????

    Hello, I am currently designing a game where you can only exit the program once you have completed a section. There still is a way to get out though, CTRL - ALT - DLT Is there some code that will allow me to disable these keys Or atleast diable Task Manager Thanks in Advance, Uzzy I agree with SJ. It was easier to in earlier versions of windows... but that's one key combination that is well protected from hooking a ...Show All

  • Visual FoxPro Forms & SQL Statement

    I'm using VFP v9 under WinXP I have 2 table: 1. Product Master - which has product id product description category id 2. Category Master category id category description Form 1: Is a maintenance form on product master On this form the category id is a drop-down populated from the category master. What I'm trying to do on this Form is when a user selects a category id from the drop-down, I would like to read the category master and ...Show All

  • SQL Server creating a database, tables, records, and fields in a Sql server 2005 express

    I am at my wits end as to how to do this. I have downloaded Sql server management Studio and tried to create a database but I can't figure it out. There is an almost nonexistant help file so I am lost as to how to start. I have succeeded in looking at some system databases but that is about the extent of it. Can someone show me the proper procedure Am I using the wrong tool Thanks, Paul Well I wasn't aware that ...Show All

  • Visual Studio Express Editions Adding new fields to an SQL Express table

    I recently completed a single table form using the wizard and then dragging all the fields to my form. This works great, I can move through the data fine. I was informed by the powers that be that they want to add 5 new fields to the table. I did this using the database explorer and then re-ran the wizard to create the dataset. I then added the fields to the form but when I run the program I get an exception that states the added fields are inva ...Show All

  • Windows Forms Polling for keyboard and mouse state rather than events?

    I know I can poll for the current mouse position. I know I can PInvoke through to 'GetASyncKeyState' to get the keyboard state. 1. Can I read keyboard state without using PInvoke (google found me a My.Computer.Keyboard in the VB runtime that would do http://msdn2.microsoft.com/en-us/library(d=robot)/hxx1exbs.aspx but I would prefer something in the regular framework) 2. Can I read mouse button state in any way or do I have to use events ...Show All

  • Smart Device Development COM issues

    Hi. I am not exactly using C++ but using native/PInvoke calls from C#. I believe this would be more appropriate forum in asking this question. I have an MDA Vario with WM5.   I am having trouble with trying to send data/set comm state to COM4. PLEASE help. I can get a VALID handle using CreateFile, no sharing, write only Firstly, I need to GetCommState so I can set the baud rate etc... I create a DCB and then:   ...Show All

  • SQL Server Is there any sample code which creates login and user of one database using SMO?

    Dear All Is there any sample code which creates login and user for database using SMO I cannot find any C# sample code can do this. Any help would be appreciated:) Here's a sample, you can build from it to allow for creation of group or other login types, etc. Set up connection to server and database: _srv = new Server (@"MySqlServer\Instancename"); _dbname = @"MyDatabase"; _db = _srv.Databases[ DBN ...Show All

  • Visual Studio Express Editions Suddenly my Form1 is HUGE!

    Visual Basic 2005 Express Edition: My debugging sessions have been going fine, suddenly my Form1 is HUGE! My screen mode is still 1024x768, but, my Form1 is greatly enlarged - like it is in 800x600 mode. I don't know how that happened! I compared the Properties of my Form1 with the Properties of Form1 in a new application and they are the same! How do you mean Your buttons all got bigger Your fo ...Show All

  • Visual Basic using code written in C#

    Hi. I'm trying to use a code library written in C# in visual basic, but i cant figure out how to do it. Here's the library: i want to be able to use the functions in it in VB. I've tried compile it into a class library and then add it as a reference in visual basic, but it still doesn't work. mattias Where is the library There is no reason why you shouldn't be able to import and call a C# libra ...Show All

  • Visual Studio Using MS VSS with PowerBuilder

    I was wondering if anyone was using MS VSS with PowerBuilder and if so, are you able to check in/out PB objects that are within an individual PBL source file either the 'same' or 'similar' as you would with the Native PB Source Control In other words, does VSS work at the object-level (and/or 'file-level') I need to be able to check in/out objects that are within a source file (.pbl) and not be in a situation where one developer checks ou ...Show All

  • Visual C# Embedded resource not working

    I want to add a picture as embedded resource to my project. I choose Add Existing Item and browse to the picture, and then select Build Action as Embedded resource. I also select "Do not copy to output dir". Upon recompiling I get: Error 1 No destination specified for Copy. Please supply either "DestinationFiles" or "DestinationDirectory". C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets ...Show All

  • .NET Development Problem in insert a datetime into SqlServer 2005 through Visual Studio 2005

    I user Visual Studio 2005 64 bit ,windowxp 64 bit ,sqlserver 2005 The Sql statement : "insert into sickleave (StaffID,sickLeaveReason,DateStart,DateEnd,RegistrationDate) values (20001,'test',28/3/2006,4/5/2006,4/5/2006 ) " and the result in Datebase (All the time become 1/1/1900 0:00:00 ) Although i change the datetype from datetime to smalldatetime the result is same and i try input the date 28/3/2006 0:00:00 into serv ...Show All

  • SQL Server problem with DtsTransferProvider

    I am trying to transfer a database from one SQL Server 2005 server to another. TransferData method completes successfully (and all tables are available in the destination) if the source db contains only default database users (namely dbo, guest, sys). Then I repeated the same process after adding a database user (named 'testdbuser') to the source database, TransferData method threw the following exception, but the database was created in the des ...Show All

©2008 Software Development Network

powered by phorum