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

Software Development Network >> Bob The Hacker's Q&A profile

Bob The Hacker

Member List

SanjeevUpd
Jay-r
David_Croquet
EWoodruff
fulgerica
GaetanoDiGregorio
RandyB
Tryst
CCHuang
computerbill
jdsouza
Ansu
Tami19813
mehrdad_baghery
Alvarohhhhhh
etaardvark
Maarteke
Brian Nordberg
Ogedei
benwalker
Only Title

Bob The Hacker's Q&A profile

  • SQL Server repeatwith property

    I have tried for days to get certain textboxes and tables in page body to repeat on multiple page reports Any help is appreciated. Hello, The repeatwith property is not available on tables and is not supported by physical paginated renderes. However, the RepeateOnNewPage property of table&group headers and footers is supported by all renderers. Thank you, Nico ...Show All

  • Visual Studio Domain model designer

    Hi all,  I just started with the DSL Toolkit and have a question. I'am trying to build a new DSL based on the "simple architecture template". When I add a new class to the model and after that build the solution (and transform the templates) the new class doesn't show up in the domain explorer when I am debugging the new DSL. I noticed that when I add a "<shapeMap>" section for the new class in the .dsldd file it works fine. In this ...Show All

  • .NET Development Performance of ADO.Net in CLI Console app vs Windows Forms app

    I have been playing with ADO.Net and at first, I created a CLI console application, where I did different things, such as querying the schema collections of a database. I then created a Windows Forms application and did similar things (wrote code from scratch). What strikes me is that some simple calls that took no time under the console app now take a long time under Forms. I use VS C++ and SQL Server 2005 Express on a Win2000 PC and the ODB ...Show All

  • SQL Server newsequentialid() - error validating default for column

    Hi, I'm using Sql Server Express Edition and Sql Server Management Studio. When I create a column in a table with datatype uniqueidentifier (set as rowguid) and change the default value to newsequentialid() instead of newid(), I get the following error when trying to save the table: "Error validating default value for column 'myColumn'". Any suggestions Thank You! ...Show All

  • Visual Studio Groups - Help Please

    Hi ..  I have a problem ..  I need make a report with 2 diferent data , It will be like this....                             JAn  Feb  Mar  Apr May  Jun  Jul  ......               &n ...Show All

  • SQL Server SQL 2005 Enterprise June CTP Installation Error

    Tried to install several times (on Win2003 Ent. SP1) but I always get the following error: Failure adding user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelperUser (1388) The user varies (sometimes NT AUTHORITY\SYSTEM) and so does the local group (sometimes SQLServer2005SQLBrowserUser). Any tips Regards Roger me too: 1.Product: Microsoft SQL Server 2005 CTP -- Error 29635. The setup ...Show All

  • Windows Forms Window form display

    Hi ! I have developed a window form in vc++ in .net.  However, after compilation on my notebook, the combo box does not show on the deployed pc.  The OS is winxp professional with sp2.  Vice versa, when the code was compiled on another pc and run on my notebook, the combo box shows as a horizontal line rather than a combo box.  Have ajusted the display resolution and font size on my notebook.  This is a compaq nw6000 not ...Show All

  • Visual Studio Adding files to a project during compile

    I have a prebuild action that occurs in my project that generates a class. this class needs to be added to the project for compile. This only occurs have the project has been reloaded. Is there a way to add the files to my build without going through three steps - compile, reload project, compile Thanks Are you using the pre-built action that you define through project properties This is to late to add your ...Show All

  • Visual C++ Why is VC8 code much slower than VC7.1?

    I have built the code below using both MSVC 7.1 and 8.0 beta 2, using the command shown in the initial comment. When run on a 3GHz P4 with 1GB RAM, running XP SP2, the output is as follows:    VC7.1: Time = 62    VC8.0: Time = 110 Why does the 8.0 build take 1.77 times as long to run Thanks, Keith MacDonald ///////////////////////////////// // cl -Ox -EHsc -MT TimeTest.cpp #define WIN32_LEAN_AND_MEAN #include <window ...Show All

  • SQL Server Development Procedures

    Hello, Recently my partner in crime (so to speak) and I have been asked to develop procedures and/or methods for our software development group. Currently we're running SQL Server 8 with several Access apps and Crystal Reports. In a nutshell, I'm looking for resources. We're supposed to develop a process (we're both DBA's) where our development team can formally submit new stored procedures, views, or whatever they've come up with to s ...Show All

  • Visual C++ IDE keeps changing the encoding of the vcproj file

    We are all running the July CPT release. All machines are running US English but runing XP PRO, WIN2K or WIN2K3 Alan   Also, to understand the problem better:  - are all your projects saved with the same code-page are they all utf8 or are they mixed - what action are you performing that causes the .vcproj files to get checked out modifying a solution by adding or removing a project or saving the solu ...Show All

  • Visual C++ a reference failure

    <Placed this post in C# by mistake first> Starting using CppCodeProvider versus VBCodeProvider I got a compiler error that the path could not be found. I dutifully attached the file CppCodeProvider.dll to the project treeview--same error. It says that it cannot find it. Error 1 fatal error C1107: could not find assembly 'CppCodeProvider.dll': please specify the assembly search path using /AI or by setting the LIBPATH environme ...Show All

  • SQL Server OLEDB question

    This may be a newbie question but here it goes.  I have SQL Server 2000 running on a windows server 2003 machine.  When i have my database local, on MSDE everything is fine.  But when i switch my code to move to the server, (after i've attached the database within the server) it tells me that server either does not exist or login failed.  Now here is my connection statement OleDbConnection m_conn; string connectionStrin ...Show All

  • Smart Device Development sqlceresultset error

    I'm running a piece of code to get some info off of the sql mobile on a pocket pc device. But I keep on getting a strange error, I dont think its a connectivity error. This operation is not valid because the cursor is not scrollable. Here is the code I'm using: string connection = "Data Source = Test.sdf; Password=Test"; SqlCeConnection conn = new SqlCeConnection(connection); SqlCeCommand cmd = co ...Show All

  • Visual Studio Express Editions help me_about a problem of reading data from a file

    first i want to load the txt_file data to a array when loading a application form, code like this: Try             Using sr As StreamReader = My.Computer.FileSystem.OpenTextFileReader("contrast.txt")                 Dim line As String              &n ...Show All

©2008 Software Development Network

powered by phorum