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

Software Development Network >> Cezary Sliwa's Q&A profile

Cezary Sliwa

Member List

Viorel.
Kent Waldrop Ap07
rjv_rnjn
sorunsal
pfitchie
earth2
iayman
Walter Sagesser
newtocsharp
kjm2dba
jshepler
Larry K. Moore
foobarX
WNBS
Dustyn Lightfoot
Adam Scott
Simon Scurrell
KWU
JeanH
ACS
Only Title

Cezary Sliwa's Q&A profile

  • .NET Development Taking Values

    Hi Ive been trying to figure out how to take a value from a cell in a datagrid that imports data from excel so that i can take the value perform a calculation and move it to another cell on another datagrid but i cant find a way to remove the value or move it can anyone help plz its urgent! thx The purpose of the datagrid control is primairly for display purposes. If you want to manipulate the data, you should manipulate its datasource. Can you post some code, so I can see what you are trying to do ...Show All

  • .NET Development Reg the SQLBulkCopy Class

    Hi for my application, I have to do a bulk transfer of records to my Db(MS SQL). But the Records have to be fetched from different db.May be Oracle,MsAccess. What i was doing was, opening a connection to the db and move the records to a dataset. After that moving the records to my db using for loops. Now i came to know about the SqlBulkCopy class and found it interesting. My Doubt is, if my db is Oracle and i have fetched the records from the Oracle Db and placed into a dataset, Can i use the SqlBulkCopy class to move the records into a table in my database If so, kindly help with some coding samples... Thanks in ad ...Show All

  • Visual C++ error C2259: cannot instantiate abstract class

    I'm trying to make a Virtual Constructor Function to return a pointer to a new object; "ServerExt". My code is: class ServerExtApp : public ServerExt { public:  virtual void execute() throw(ServerExtApp::Exc); }; ServerExt *virtualCtor() throw(ServerExt::Exc, bad_alloc) {  return new ServerExtApp; } but when I compile I get these mistakes: Compiling... ServerExtApp.cpp E:\VICTOR\IN\INFITEL\SCRIPTS_PRUEBA\ServerExtApp.cpp(94) : error C2259: 'ServerExtApp' : cannot instantiate abstract class due to following members:         E:\VICTOR\IN\INFITEL\SCRIPTS_PRUEBA\ServerExtApp.cpp(55) : see dec ...Show All

  • SQL Server Grant on all tables

    Hi, is there a way to grants object privileges on all tables of database to an user like this: grant select, insert, update, delete on <all tables> to usernamedb go thanks!!!! In 2005 you can grant access to a schema's set of objects: grant select, insert, update, delete on schema::dbo to bob For example, in the AdventureWorks DB: use adventureWorks go create user bob without login go --first prove no accss execute as user='bob' go select * from production.product --will error go revert go grant select, insert,update, delete on schema::production to bob go execute as user='bob' go select * from production.product --will ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where to go?

    Hello, I'm currently going to college taking game software development.  I've been programming C++ since i was 13, and pay for college by doing freelance PHP work.  I've been reading "Tricks of the Windows Game Programming Guru's" by Andre LaMothe.  The code is a bit outdated, but its been a good resource.  Anyways i've become more the aquainted with the C++ side of things.  However i've found out my school will be teaching using C#, and next term i'll be taking those classes.  I'm curious on your guy's (and likely gals) more experienced, and professional opinion if you think i should continue learning things in ...Show All

  • Visual Basic Published version number

    When using to Clickonce publishing tool, is it possable to show what the publish version number is within the published application Yes, you can.  Use My.Application.Deployment.CurrentVersion   ...Show All

  • Software Development for Windows Vista When adding a bitmap to a popup menu the item goes black when selected.

    I added a bitmap to a popup menu as a menu item,  however, when the item is selected the area of the bitmap goes black (instead of blue) while the rest of the menu stays blue. Is this a problem with transperancy Laura Hmm... There's this icons become black bug in Beta 1 build... Can you try changing to 16bit Colour and change back to 32bit colour and see the bitmap goes back to colour (instead of one black icon) ...Show All

  • SQL Server Error using Reporting services

    Greetings, Iam new to reporting services. When I try to launch http:\\localhost\reports I get the following error The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.20'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) Please help Thanks/Regards This issue can be also due to Report Server is configured to the wrong Database, choose Report Server Database that you want to use with the help of Report Server ...Show All

  • Visual Studio Express Editions A question about product registration

    I have installed and registered VC# Express already, but if I reinstall my OS and also reinstall the product after November 7th, 2006, how can I register the product You can register again and receive a new registration key.  Alternatively, as Andre suggests, you can install from the ISO image to avoid the registration requirement. See http://msdn.microsoft.com/vstudio/express/support/install/  for more information. Thanks, Scott Currie (DDCPX Program Manager, Microsoft) ...Show All

  • Visual C++ 2005 Resource Editor trashes non-English languages when you edit any dialog

    I have an application that has resources in 11 languages, including Chinese (CHS), Hungarian and Polish. These three are especially challenging because they use a non-English code page - Chinese uses 936 and Hungarian and Polish use 1250 (English and western-European languages use 1252). I am not using Unicode but rather just single byte characters sets for all languages except Chinese which requires MBCS (two byte characters). MFC and the resource editor in Studio 6 and Studio 2003 worked fine with this setup. Now in Studio 2005 anytime I try to edit a dialog resource in the resource editor and save the result the saved file ha ...Show All

  • .NET Development Moving the file while it's still being created

    Hi everyone, I have the following problem. I use FileSystemWatcher.Created event to call a procedure that needs to move that file. Well, Created event should be called Creating, because it raises when file creation begins, and while it is being created. So, my problem is that I can not move the file until process that is creating the file ends. This is my solution: Dim Success As Boolean While Success = False Try Success = True File.Move(sourcePath, destPath) Catch ex As IOException If ex.Message <> "The process cannot access the file because it is being used by another process." ...Show All

  • Software Development for Windows Vista Designer problem, VS extensions

    I am having what appears to a be glitch with the VS extensions. When laying out a state machine workflow in the desinger, there are no visible connectors (arrows) between the states. I downloaded the orderingStateMachine sample, and I have the same problem - I get a state diagram that only shows the state graphics, but none of the connections between the various states. Any ideas I just downloaded and installed the workflow extensions yesterday, so they should be the most current available. I've pasted part of the VS verison info below, maybe someting will jump out at someone. Thanks! -Jason Microsoft Visual Studio 2005 Ve ...Show All

  • SQL Server MSDE connection difference between .NET 2003 and 2005

    i have two programs  that connects to remote servers MSDE that has XP firewall on it. One of them is written with .Net 2003 other is with .Net 2005. the one with 2005 doesnot connect although the one written with 2003 can connect. But when i close firewall both of them can connect. MSDE uses port 1433 and i defined this port as an exception on firewall. What is the difference between this connections. Can anyone help me check your sqlclnt settings. Is tcp protocol enabled on the machine that cant connect SQLClnt.exe will be under a short cut called 'Client Network Settings' on the prog ...Show All

  • Visual Studio Team System Setting Rules to Prevent Direct access of Request,Response objects

    Hi, We want to set a rule whereby developers cant make use of the ASP.NET Request,Response,SERVER objects directly ,they have to use our internal functions to access those variables, how do i define that rule. Thanks in advance Hi RamV, You can walk the method's instructions and look for calls to System.Web.UI.Page.get_Request /get_Response etc.. Regards, Jeffrey ...Show All

  • Visual Basic run program without logon windows

    hi, I have a tray application ready to running when windows start but this only happens when a user logon windows. (adding to registry key) How can I start the program whitout user logon windows (when computer is locked) Thanks. If you are not against the idea of losing your tray icon (or having the tray icon be located in a separate application), you may want to look at building your core application into a Windows Serivce . ...Show All

©2008 Software Development Network