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

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

barrysolomon1

Member List

sed108
Dgrm4
tschmidt
Sreeya
Jérôme.Robert
stephQc
Michael Hewitt
mesanjeeb
Shel Blauman MS
Jackd
S. Khawar
Franji
Gpat
zr119_62
swdeveloper
Sadagopan Rajaram
Araki66
Modernthinker
JulesB
mmfranke
Only Title

barrysolomon1's Q&A profile

  • Windows Forms Missing events from inner UserControl

    I make my own TextBox that contains a MS-Textbox. If I click in "MyTextBox" these Events doesn't fire: Click, DoubleClick, MouseClick, MouseDoubleClick, MouseUp These are the Codelines for the Click Event. The others looks like this. Public Shadows Event Click As EventHandler Private Sub MyTextBox_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles TextBox.Click RaiseEvent Cli ...Show All

  • Visual Studio Tools for Office Word - Cursor Position

    Hi, I'm trying to get the cursor position after the last typed character in a line, using the code: Range range1 = this.Application.Selection.Range; but the returned Range has wrong values! for example: Text: aa| (pipe is the cursor) range1.Start -> 130 range1.End -> 130 I think the problem is that the document need to be update. But how can i do that Bye, Thank you, Pedro Rocha Hi Pedro Why do ...Show All

  • Visual C# How to rename a file while other threads/processes may access it?

    David K., What makes you think my message belongs to the NET forum, but not this C# forum DN Because although you need to develop this class in C#, you are not asking a question about the language itself. For example, appropriate questions for this forum would be: Why doesn't C# allow static classes to be inheritable How do anonymous methods work under the covers This is a common mistake to make. When posting a question, think about wha ...Show All

  • Visual C++ is it x64 (?)

    Hi,    I have a AMD opteron machine on which i have installed Windows 2003 server. The systems information displays it to be a X86 Based PC!. Also programs compiled on visual studio 2005 Beta2 for x64 fail to run on the same machine. Message from one of my test programs.. "C:\MntFSWin64\Hex_dump2\Hex_dump2\x64\Debug>.\Hex_dump2.exe The image file C:\work\imk\MntFSWin64\Hex_dump2\Hex_dump2\x64\Debug\Hex_dump2.exe is valid, ...Show All

  • Visual Studio Tools for Office Upgrade a Combobox with queries list in access

    Hi, This is what I'm trying to do with Access 2000 : In a Form called 'MENU REQUETES', I want to upgrade my combobox 'Req_Liste' with the name of all the queries present on my database. I tried this : Set dbs = Application.CurrentData For Each obj In dbs.AllQueries      Forms![MENU REQUETES]![Req_Liste].additem obj.Name Next obj but this is not working....can someone help me Thanks Hi Steve: ...Show All

  • Software Development for Windows Vista Help Need WinFx Beta 2 Runtime!

    Hi, Please Help! Where can i find the WinFx 2 Runtime for Download Thanks Peter See the bottom of this page for links to download the latest version. ...Show All

  • Visual Studio 2008 (Pre-release) DataTemplate, Data Binding and EventTrigger problem

    I have a Listbox binded to a data source.  Each item is represented by a DataTemplate and I have some event triggers associated with each ListboxItem that tiggers some animations when the item is loaded or on a mouseover event.  When the listbox is first loaded everything seems to work the animations are triggered as expected.  However when I add a new item into the data source and thus triggering a new ListboxItem to be added in ...Show All

  • Visual Studio Express Editions Forms Designer

    I am currently going thru the VB.Net Express Edition 2005 tutorials. In tutorial no. 2 they describe aligning controls and as you move a control a blue line appears to show you the alignment of 1 control to another. I cannot get this line to appear. Can someone tell me the setting to turn this feature on. Thank you It should just work - perhaps it doesn't work in Express It happens as you drag items, ...Show All

  • SQL Server Reportviewer problem in beta 2 os VS

    Hello, I have a problem with reportviewer in vs 2005 beta 2, or I am missing something; I added a report to my project, added a dataset and dragged the fields I wanted on the report in place. When I run the project it only shows the first row in the datatable; 1 of 1, but when looking in the datatable I can see more than one in there. I thought that it would create a report for all the datarows so that you can navigate trough all the reports usi ...Show All

  • Windows Search Technologies Off-topic: Windows XP startup issues

    Hi, Does anyone have any idea on how to solve the following issue. I recently installed Macafee Internet Security Suite. But since I did that and ran virus scan which found a number of issues, which I cleaned up. But ever since, when I boot up my computer, it gets as far as the Welcome screen. When I click on either of the two user accounts, it initiates the login but then immediately logs out again. Any ideas on how to resolve this pro ...Show All

  • Visual Studio Express Editions I don't want duplicate records

    Hello to everybody!!! I'm newbie programming in vb.net. I’m actually programming an aplication that use a small database in SQL Server Express. When I load a form that contains a DataGridView I show the contents of a table as follows: Private Sub frmModificaDatosConsumidor_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load SqlDataAdapter1.SelectCommand.CommandText = "SELECT RFC, Nombre ...Show All

  • Visual Studio 2008 (Pre-release) IconBitmapDecoder can't read irregular icon sizes

    Not a very critical problem but the System.Windows.Media.Imaging.IconBitmapDecoder class seems to read icons that have irregular sizes (e.g. 12x12) incorrectly, offsetting pixels in the bitmap. Seems to only read square icons with power-of-2 dimensions (e.g. 16x16, 32x32), etc. Would you mind sharing some of these icons with us Please zip them and email to robertwl_AT_microsoft_DOT_com. ...Show All

  • Windows Forms Databinding of datagrid & combo box

    Hi everyone, i have 2 qns which i need helps from you guys. 1) i have to databind a dataset to the datagrid. The dataset contain a table with 2 colums : CateogryID and CategoryName. After binding it to the datagrid, i would allow the  ...Show All

  • Windows Forms Problem using CheckBoxField in GridView Control

    Hi, I am developing an ASP.NET Web Page in Visual Basic.NET. I am displaying data in a GridView control, the fields of my table are: Number_Id Varchar(10), FirstName Varchar(15), SecondName Varchar(15), Status Bit. When I execute the web page that I developed, I can see that GridView control displays Number_Id, FirstName,SecondName and Status, but Status field has a CheckBoxFields, CheckBoxFields are checked if Status fields are 1. I ...Show All

  • Windows Forms How can I update the databinding programatically

    I have a DataGrid that is updated from XML file. This XML has user, password list. This list is shown in the datagrid. It is set like this. this->LoginGrid->SetDataBinding(scripts->LoginList, "dbrow"); During the current session, logged users can create or modify the XML (the XML file is updated and closed properly). At this time, I set the binging again like this to show the updated XML data. this->LoginGrid->SetDataBin ...Show All

©2008 Software Development Network

powered by phorum