Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gicio
  • Order by date
  1. gicio

    Best practices for estimating a sofware project?

    Hi! what is your best practices for estimating a software project? And did you show the customer your detail estimation sheet?
  2. gicio

    View of a list customizing: group by multiple values (Lookup with “All

    View of a list customizing: group by multiple values (Lookup with “Allow multiple values” = true) Hi! I have the scenario: A view of a list with 2 columns: 1. Title (default Text) 2. Lookup (with “Allow multiple values” = true). The current view looks like: TitleColumn...
  3. gicio

    Problems after move from Project 2003 to 2007

    Hi! today I deinstall the Microsoft Project 2003 and install Microsoft Project 2007. Now I have a big Problem: when I add to my project plan 3 tasks: Task1, task2 and Task3, I can connect the three task BUT the task are not move automatically to the end of the last task. The work flow I make...
  4. gicio

    Migrate an existing document management system to SharePoint Portal Se

    Hi!! Does someone have any experience how to migrate an existing document management system to SharePoint Portal Server 2003??? What is the best workaround for this migration? gicio
  5. gicio

    Developing, building, and testing. How do it the best? Learning from t

    I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I think Microsoft as world leader in software developing business must have a very good workflow. Does anyone know how the development flow @ Microsoft looks like? I'm also interested in the workflow in...
  6. gicio

    JPEG2000 ???

    am trying to load JPEG2000 (J2k) image and make use of the scalability features provided by J2k by showing the image while loading. The tutorials clearly show that there are two possible “modes”: - Progressive by resolution (You load the picture and it becomes sharper while loading, something...
  7. gicio

    JPEG2000

    am trying to load JPEG2000 (J2k) image and make use of the scalability features provided by J2k by showing the image while loading. The tutorials clearly show that there are two possible “modes”: - Progressive by resolution (You load the picture and it becomes sharper while loading, something...
  8. gicio

    Extand and access the internat Microsoft Office object structure

    Hello! We are currently struggling with a problem of extending Microsoft PowerPoint (PP) freehand line functionality. Here is our objective: Imagine you have a brush in your hand and you are drawing a line. You can easily change the thickness of this line while drawing by controlling the...
  9. gicio

    Extand and access the internat Microsoft Office object structure

    Hi! How to extand and access the internat Office object structure. Is there any Dev Kit for Microsoft Partners that in not available to "normal" users? Something like NOKIA back entrence!? gicio
  10. gicio

    Microsoft Powerpoint AutoShape / object structure

    HI! I have two expert questions: 1. Is it possible to add new (own) End Styles of arrows in the Format AutoShape window (Colors and Lines) drop down box? 2. How is it possible to access the object structure in PowerPoint. I mean by this accessing the objects that are created on the given...
  11. gicio

    J2ME: Socket should be possible on Nokia....check this:

    Hi! does anyone read this articel: http://www.informit.com/isapi/product_id~{4CDB188A-006B-4C93-8695-577753CA5993}/element_id~{18C032AD-1097-4BD9-9B2C-2EFD86862789}/st~{5403B8D0-9308-4B84-9F63-8040DAD445DF}/content/articlex.asp ??? from the articel: --------------------- Even though we said...
  12. gicio

    (C# and ADO.NET) ExecuteNonQuery() problem

    upps... I see!! ;) m_strSQL = "UPDATE Car SET CarID = ?, Manufacture = ?, Color = ?, Hp = ?, Displacement ?, Price = ?, Model = ?, SaleContractID = ? WHERE CarID = ? AND Manufacture = ? AND Color = ? AND Hp = ? AND Displacement = ? AND Price = ? AND Model = ?"; thats now correct...
  13. gicio

    (C# and ADO.NET) ExecuteNonQuery() problem

    Hi, thx for support me! I try try/catch... but code not go into the catch although ExecuteNonQuery() return 0. I don't know why. I change my update SQL query from: m_strSQL = "UPDATE Car SET CarID = ?, Manufacture = ?,Color = ?, Hp = ?, Displacement = ?, Price = ?, Model = ...
  14. gicio

    (C# and ADO.NET) ExecuteNonQuery() problem

    Hi there! how I can find out why ExecuteNonQuery() return 0 and not 1 by submit? at this moment I see no chance to know why my query isn't submited. thx gicio
  15. gicio

    ADO.NET and Relational Data problem.....how start?

    Hi! I will write an application that work with an Access DB. My database have 5 table that have a relationship to each other. tables in DB: Table 1: Car: CarID, Manufactore, Colour, Hp, Displacement, Price, Model Table 2: SaleContractCar: SaleContractID, CarID Table 3: SaleContract...
  16. gicio

    Code guidline / code convention / naming convention for C#??

    looking for something like a code guidline.... i.e. that a TextBox should have the prefix: txt TextBox --> txt i.e. txtCustomer Label --> lbl i.e. lblCustomer String --> str i.e. strCustomer bool --> boo i.e. booIsValide is something like that anywhere available...
  17. gicio

    [C#] Validation class for events?

    Hi, I write a new class... like this: using System; using System.Windows.Forms; using System.Windows.Forms.ComponentModel; namespace CarTrade { /// <summary> /// Summary description for TestTextBox. /// </summary> public class TestTextBox : System.Windows.Forms.TextBox { private bool...
  18. gicio

    Looking for other developer boards

    Hi, do you know other developer boards? special C# and VB and C++ gicio
  19. gicio

    [C#] Validation class for events?

    Hi, I develop an application that have 20 windows forms with many TextBoxes. All TextBoxes have the same validation... I write in all classes the same validation like that: //if the user press a key down at txtDisplacement we check which one was pressed down #region...
  20. gicio

    Have someone www.learnvisualstudio.net videos?

    Have someone any www.learnvisualstudio.net videos? If you want we can exchange some videos. gicio

Part and Inventory Search

Back
Top