Software Development Network Logo
  • IE Development
  • SharePoint Products
  • SQL Server
  • Game Technologies
  • Visual C#
  • Windows Vista
  • .NET Development
  • Windows Forms
  • Smart Devicet
  • Visual Basic
  • VS Team System
  • Visual FoxPro
  • Audio and Video
  • Visual C++
  • Visual Studio

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

susantez

Member List

Bartosz Kowalski
chris441962
Steve Youngs
daniel009
Genghis86
tochaitüs
Pukmaster
kelvfok
amitsinha
softvirgo
!=MaYHeM
B Barr
Ed Tenholder
Fabio Casadei
Jack of All Trades
petedashwood
Brades
Jan Kučera
Ronaldlee Ejalu
scdlewis
Only Title

susantez's Q&A profile

  • Windows Forms Best Way to Make DataGridView Pick Box

    In VS 2005, ASP.NET 3, I would like to make a pick box which would be a form containing a DataGridView where: - The user could type in one or more characters into a text box - When they stopped typing for say 1/2 second, the program would find the first match, if any, of the chars already typed in, and highlight that ro in the DataGridView. - They could click on "select", key in CTRL + S, etc, and the form would return the primary key of the selected row, then close. My question is the quickest way to populate the grid, then the quickest way to loop through the records to find a match. Lets say the grid contains 1,500 records. One column is a company name. The primary key value is not visible to the user. I've used such a form in ...Show All

  • Windows Forms Hide horizontal scroll bar

    I want to remove/hide/disable horizontal scroll bar I have a situation where scrollbar is shown bet there are only about 10 pix to scrol to right, so i don't want the horizontal scroll bar to appear at all. I have autoscroll property set to true and i want my vertical scroll bar to appear. Is there any way to force horizontal scroll bar to not show. I have a form with table layout panel layout1 and another table layout panel (layout2)inside base layout1. This layout2 panel have panels in it and have autoscroll set to true cuz client area can't be seen entirely however there is no need to scroll this area to left or right, but i ve been trying all sorts of hacks all day long but can't seem to get rid of this HScrollBar. No no ...Show All

  • Visual Studio 2008 (Pre-release) Service Side alerts..

    Hi, Is it possible to show alerts/notifications on the server ie service side. I have a say a service.dll file of the service, and in the .svc file pointing to the service.dll, and on the client side i generate the proxy class and the output.config files. But now i want to get a alert or notification on the service side saying that i the client has served , jsut some notification on the server side say a alert window. My question is possible to display a pop up window on the server side. I hope i am not confusing. I donot know if this is relevant question but i am asking if it is possible. Thank you Sree I want the server to be notified when a client calls a method and the result is returned. But your right it is ...Show All

  • Windows Forms TabControl problem

    I have a form with a tabcontrol(with 2 tabpages) and I add a new TabControl at runtime using this->Controls->Add(gcnew TabControl()); Its been created at top left corner of windows and not visible fully..how to control its location/size etc how to access it Thanx in advance joeycalisay wrote: cache the tabcontrol instance first by declaring a variable for it, then change its properties at runtime. in C#: TabControl myTabControl = nw TabControl(); myTabControl.Size = new Size(100, 100); this.Controls.Add(myTabControl); I did the same way for 2 tabcontrols...but I need to do create some more tabcontrols dynamically at runtime ...Show All

  • SQL Server Problem with job

    Hi there, Actually I'm trying to replicate a production database to a development server using merge publication. (I'm using Microsoft SQL Server 2005 - 9.00.2047.00). When I created the publication job (automatically when creating the publication) I specified to get executed every 15 minutes, and later I created a subscription (push subscription) I specified it to execute continously. So I made some chenges on the data on the production server, and they get replicated every minute aprox. , and not in 15 min intervals as I defined before.... When I go to the server agent I can see the job for publication and It is supposed to be executing the publication every 15 min as I defined but this doesn't happen !!! Is this a ...Show All

  • .NET Development Why are there extra items in List after Deserializing?

    Actually, I know why. What I need to know is the best way to get around this. Here's the deal: I have a class that exposes a List<>. In the constructor of this class, a couple items are added to the list. i.e. public class MyClass { private List<OtherObject> m_list; public List<OtherObject> List { get { return m_list; } set { m_list = value; } } public MyClass() { m_list = new List<OtherObject>(); //every instanced of this class starts with objects in the list m_list.Add(new OtherObject()); m_list.Add(new OtherObject()); m_list.Add(new OtherObject()); } } When serializing this object, everything looks c ...Show All

  • SQL Server LIMIT'ed to TOP in TSQL???

    I have worked with TSQL quite a bit with different projects... I have recently had a slew of projects that got me to start using MySQL for the database... I know that may be sacralige here; however, it is relevant to my point. I have always had a problem in TSQL that the TOP attribute doesnt quite do what I want. I would like to pull the TOP 50 records from a data set, but I want to pull them after the initial 200 records. I have come up with several ways around this, however, none are efficient. The reason I bring up the MySQL usage is because there are two commands in MySQL to which work Postregres, Oracle, basically any PLSQL DB. LIMIT (start param, rowcount param) AND OFFSET (start param) These make page numbering very simple and effi ...Show All

  • Visual C# #ziplib and rar files

    Does anyone know if #ziplib does not work with RAR files Ive been using it with zip files, but AFAIK it does not work with RAR files...if so, what would be a good option for RAR files extraction Why dont you see its documentation or just give it a try I think that's better than posting a question of forums and then waiting a couple of hours for a reply. On the other hend a self test can done in hardly 5 minutes! Best Regards, Rizwan ...Show All

  • Smart Device Development Problem with my Cab Smart Device Deploiement Project

    Bonsoir, J'ai cree un projet SmartDevice sous Visual Studio 2005 PRO ( avec csharp ) et j'aimerais creer un .cab pour le deploiement. J'ajoute donc un projet SmartDeviceCab a ma solution seulement le probleme c'est que meme un simple cab avec juste une sortie de projet me donne une erreur : Cab file : couldn't be create. Merci pour votre aide. --------------------------------------------------------------- Message en anglais --------------------------------------------------------------- Hello, I'm French. Sorry for my bad English. I have a smartdevice projet and i wan't create a cab file to deploit this solution. I use Visual Studio 2005 PRO and C#, but i have an error : Cab file : couldn't be create. In my CabProjet there are only ...Show All

  • Visual Studio 2008 (Pre-release) MediaElement and Media Player

    Does MediaElement work with Media Player 11 (Beta) If not, does anyone know how to install Media Player 10 after having 11 installed I uninstalled 11 but get an error message, when trying to install 10, that there is a newer version installed! Thanks John So, some people get it to work but it's not supposed to Anyone got a definitive answer I can't get it to work with WMP11 and can't reinstall WMP10! Thanks John ...Show All

  • SQL Server Error when I try to add Output Column in in Data Conversion

    Here is what I get. Is this an install problem or is this how this software works =================================== Error at Data Flow Task [Data Conversion [720]]: An output cannot be added to the outputs collection. (Microsoft Visual Studio) =================================== Exception from HRESULT: 0xC020800F (Microsoft.SqlServer.DTSPipelineWrap) ------------------------------ Program Location: at Microsoft.SqlServer.Dts.Pipeline.Wrapper.CManagedComponentWrapperClass.InsertOutput(DTSInsertPlacement eInsertPlacement, Int32 lOutputID) at Microsoft.DataTransformationServices.Design.Controls.ComponentMetaDataTreeView.AddOutput() PeterFreeb wrote: I have a unicode field in SQL and am trying to go non unicode or VARCHAR2 ...Show All

  • Windows Forms is it possible , same data insert into different table in the same time?

    I have just finished a FormView by VS2005(c#) we have a botton named Insert , and one textbox for user input data, when user click botton , data will be writted into SQL Server data table. is it possible we can write 1 data into 2 different table in the same time ( I mean when user click insert botton , data will insert into to 2 different table. ) many thanks Yeah you could write to inserts statements, here's mine, i used firebird backend, just use the Sql version of the objects value1 can be textbox1.Text FbCommand oInsert1 = new FbCommand("Insert into table1(fields1,fields2) values(value1,value2)",ConnectionObject); oInsert.ExecuteNonQuery(); FbCommand oInsert2 = new ...Show All

  • SQL Server LDAP - HOW DO I CONNECT TO LDAP DB FROM SQL SERVER 2005?

    This is something that should not be so difficult, but it is proving to be very cumbersome. I need to query an LDAP database on a Linux server FROM a sql server, namely sql server 2005. I have found bits and pieces, but can’t seem to put it all together yet – it should be easy, but it’s proving to be very difficult. It seems like you can either link an LDAP server through sp_addlinkedserver OR through enterprise manager/sql server studio, you can create a LINKED SERVER. The problem is HOW to do this. Here are the parameters for the ldap server: Server name: serverabc Ldap info (which I don’t know how to label) is: 'ou=Hosts,dc=mc,dc=vanderbilt,dc=edu'. I was able to somehow get this to work last week, but now it ...Show All

  • Community Chat VB.NET

    please does anyone know how to create a non visual class that has the behaviour to count characters, words, alphabets, vowels, consonants, digits thanks hello there i'm back i have a little problem with my assignment, spotty you remeber telling me you can help me with my assignment not do it for me, well i need a little help. i have created a class statistics with has the behaviour to count words, digits e.t.c does anyone have any idea how to create a code in a class to SAVE A TEXT in a dialog box i'll appreciate it if someone can give me a hand. thanks ...Show All

  • .NET Development How does the web service uses the App_Code.dll

    I have noticed that the App_Code.dll is missing from \Bin directory when debugging a web service using VS 2005 but it does appear after publishing the web site. I'm using a web project that has been converted from VS 2003. My question is - how does the CLR run the web service code in debug mode without using a dll I guess the IL is being stored somewhere... Thanks! Gil, The DLLs as well as the PDBs are there.... but not in the bin folder. ASP.NET 2.0 uses a dynamic compilation feature and it now puts the DLLs in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files instead of in the bin folder. Take a look at this folder you will find the missing files.... When y ...Show All

©2008 Software Development Network