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

Software Development Network >> Hugo Batista's Q&A profile

Hugo Batista

Member List

Martina23809
lumakar_challa
xyz_Lucky_abc
scottgu
fmiranda
Manoj G
Talkless
Paresh_1977
luckyratfoot
Nishith83
Alfonso Larriva
Honey
oktek2002
Ace Coder
El_Dibujante
Andrew K.
Marco_Perrone
Demus417
Harold Solomon
AllenD
Only Title

Hugo Batista's Q&A profile

  • Windows Forms Scrolling bars

    Hello all, i want to ask you how i can add to my windows application project the functionality of the bars like in visual studio ("Toolbar", "Properties", etc). I want to display some information in bars and i think that is the best way but i can't find anywhere how to do it. Thanks a lot! In order to have your own Properties style window, try using the PropertyGrid control and which is unfortunately the only control that you are looking for that comes built into the framework. I believe the other control type you are looking for is the Toolbox and if I am correct, take a look a ...Show All

  • Visual Studio Express Editions missing reference

    hi friends... i downloaded vc# 2005 express edition,when i try to use Tcp.Listener class i get the following error. . Error 1 The type or namespace name 'Net' does not exist in the namespace 'System' (are you missing an assembly reference ) C:\Documents and Settings\Ravi n Kapil\My Documents\Visual Studio 2005\Projects\ravi\ravi\CodeFile2.cs 4 14 ravi .. . . . has ms removed some classes from express editions as it is free hi thanks....what happened was i gave using system.net,but dint know i had to reference it ....thank you everyone ...Show All

  • Smart Device Development Standard Design for a C# Wrapper to Native functions

    Hi all I have a wrapper to a driver and it is being used by multiple applications. Can somebody advise me what would be a standard design for a C# wrapper a .cs file or a shared dll. Thanks in advance Both ways have advantages and disadvantages. If you’re planning to share library, you can ship if with, say, new version of a driver so your applications can be updated without any changes. You might save some space as well. However, you would need to strong name sign that library and GAC it. Also it would expose your driver as its all public. Sharing source file makes it harder to upd ...Show All

  • Visual Basic Validating within a User Class

    I need to populate a container with an indeterminate number of label/textbox pairs for input. Since it is indeterminate at design time, I thought I'd create a user class with both a label and at text box in a pair so I could create them at run time and populate the labels appropriately from a data file. I need to validate each text box for numeric value. Then, I need to use that value to build up a subtotal on the form...sort of like this: Account Amount 1-1100 37.00 2-0000 90.00 .... Total 127.00 Can I code a validation event handler into the class at design time I know I can use the same handler for all the instances ...Show All

  • Visual Studio Express Editions can`t get sql server expres 2005 to install with vwd express or vb express

    hi, i tried installing vb express 2005 beta 2 with the online installer and everything installed ok but sql server expres 2005 beta 2, this part of the package didn't complete its download and finally i had to uncheck sql server to get vb installed. after that i tried installing vwd express 2005 beta2 with the online installer and the same thing happened: sql server express 2005 april ctp didn't finish the download. i have spend a lot of hours waiting for it to complete downloading but nothing. here is a picture of what i say: i don't have any log file to look for errors, i only want to get installed vb, vwd and sql server express 2005 ...Show All

  • Visual Studio Team System Cannot resolve bug activated by a removed user

    We have a bug that was activated by a person who left the company and was removed from our security group/DL. The bug was reassigned to another dev who fixed the issue and is now trying to resolve the bug. But when he changes the state to resolve and tries to save it, he gets a message saying "the field Activated By contains a value that is not in the list of supported values". It seems that the Activated By field has the name of the old dev that is not in our users list anymore. Since the field is not visible/editable in the form we cannot change its value. How can we resolve this bug Update: It is not possible to save ...Show All

  • SQL Server Attach database from network drive

    Hello, when I attach an database from a network drive in SQL Express 2005 the access permissions on the data and log files will be change. This ends in a deadlock when the user doesn't have administrator right on the network server, because the permissions will allow access only for administrators and an unknown Usergroup on the network server. I think it's the SQLServer2005MSSQLUser$xxx$MSSQLSERVER group from the local server. Example: DBCC TRACEON ( 1807 ) GO PRINT 'ATTACH FIRST' CREATE DATABASE TEST ON ( FILENAME = N '\\server\tmp\test.mdf' ), ( FILENAME = N '\\server\tmp\test_log.ldf' ) FOR ATTACH ...Show All

  • Smart Device Development SQL Server CE - Creating Tables via Code

    I'm working on some SQL CE development and I need the ability to create tables via code. This isn't a problem, however, I'm having issues figuring out to to create a table that has a column that is UNIQUIE, NOT NULL, and is a PRIMARY KEY. Does anyone have a SQLCE example they could show me on how to do this Thanks a ton! -Tony Valenti You need to run respective query which would create table you need. Something like this (details in link below): cmd.CommandText = "CREATE TABLE TestTbl(col1 int PRIMARY KEY, col2 ntext, col3 money)"; cmd.ExecuteNonQuery(); Primary key is naturally unique and not null. http://msd ...Show All

  • Visual Studio Express Editions HOW TO programatically connect to Access DAtabase

    i want to connect to my Access datablse programatically i read through the help at... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_aspnetcon/html/c9caa6be-f3f2-400a-b6bc-2debbbf23703.htm "the local help" It says Open the Web.config file in the root directory of your ASP.NET application. If you do not have a Web.config file, create one. i have installed only VB express edotion 2005 do i need to install the completee visual studio.. coz i may nt be suing asp, c#, j++ c++ etc is there any other way for me to connet to my access databse programnatically and retive values into a datagrid thnx all You may ...Show All

  • Visual Basic Layering transparent images in a form

    I am trying to layer a set of images (*.gif and *.jpg), the gif have transparent backgrounds and the jpg is the bottommost image. I am trying to stack them like on http://radar.weather.gov/radar.php rid=eax&product=NCR&overlay=11111111&loop=no but in a seperate program, all the images except the "warnings", "legend" and radar img" are saved on the local HD and the other 3 are updated over the internet about every 10 min. My problem is when i stack them they go opaque and i can only see the topmost image. How so I set it up where I can see all the images in the stack. Thank you much. ...Show All

  • Visual Studio Team System Scenario Management

    Hi all , I am using VSTS 2005 with MSF for Agile. Can somebody tell me how  scneraios are managed  end to end.To start with, I have described my scenario list  in Scenarios.xls file under Requirement  folder. I then  published it to workitem database.My Scenario,rather scenario list, is visible now under <All Scenarios> branch of workitem folder.I wonder if this is all i can do using VSTS or  there is more to it. I also would like to know purpose of Scenario.dot file. Thanks, Vin Hi Vin,      This is a fantastic question! This cuts ...Show All

  • Visual Studio Team System Platform compatibility

    My company is thinking of looking at the Team test portion for automated testing. I just had a few questions: 1. I see lots of mention about load and web testing. Would it work well for functional or regression testing 2. Our current platform is VB6 and we will be migrating to VB.net in the next year. Will team test work well with VB6 as well as VB.net 3. What type of language is the scripts developed in Does MS have its own language especially for this We will not be using it in the team suite environment. We are just looking at using the testing portion of it for testing. 1. You c ...Show All

  • Windows Forms Replicating VISIO Functionality (IMPORTANT)

    I have to replicate VISIO's ability to create the FLOWCHARTS using VB.NET.  Please provide me a basic roadmap, as to how should I proceed . I am new to GDI and am going through the basics through the material and source code availaible over net.. Would like to have active guidance from the members.. My requirement is to bind the flowchart objects  ...Show All

  • Windows Live Developer Forums Dynamic Display Images

    Does anyone know where I would find information on creating new dynamic display pictures for messenger Thanks, Scott Kirk Only licensed partners can create dynamic dp's, and to get licensed you should pay and sign contracts etc. Conclusion, there isn't much probability that you will be licensed. But, if you have got a big company with a lot of money to spend, you could give it a try... I advice you to contact microsoft for that, and I don't exactly know at what e-mailaddress. ...Show All

  • Visual Studio Express Editions How do you detect an empty Cell in DataGridView?

    Hi Folks, Before updating the DataSet, how do you detect an empty Cell in a DGV I have a required field but can't detect a Null in the empty Field. I've tried lines like this trying to detect an empty cell in a DGV but getting nowhere fast: If DataGridview(1, index).Value = "" If IsDBNull(DataGridview(1, index)).Value If DataGridview(1, index).Value = Nothing If DataGridview(ColName, index).Value.ToString = Nothing I can detect if the Cell has text but not if it is empty. How do you detect the empty Cell Thanks much.   how are you filling the Grid are you iterating ...Show All

©2008 Software Development Network