Search:

Type: Posts; User: macnux

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. is there any .net class libraries for accounting and payrolls etc..

    Hi
    im searching for .net class libraries that could help me in accounting and calculating payrolls and other financial processes
    is there any libraries like that?
    thanks in advance.
  2. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    any idea how to convert those coordinates N53200,E70300
    to degrees? because i don't know what are these coordinates are?
    thanks in advance.
  3. VS 2008 how to get the last order for every customer using LINQ

    Hi

    i have dataset contains Customers and orders tables from northwind database

    i want to get the last order for every customer and show them using linq

    im new to linq but i read about...
  4. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    Hi
    i have these coordinates N53200,E70300 from a map and this place in saudi arabia

    and i want to convert to it corresponding lat and lon (lat=27 13.0947 lon=49 539406)
    how?
    i try the above...
  5. Re: how to get the latest record for every parent row

    i try all above sql strings but all of them not working
    please any help
    i hope sql statements written as (PK) for primary key and (FK) for foreign key
    im using access and vb 2008
    if using LINQ...
  6. Re: how to get the latest record for every parent row

    im talking about writing a SQL query to get only the latest child record for every parent record in the parent table

    thanks in advance.
  7. how to get the latest record for every parent row

    Hi
    i have parent ->child tables
    i want to get the latest record for every parent row of the parent table how?

    thanks in advance.
  8. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    thanks for reply

    yea right this result also for me
    Northing=5490662.87262606
    Easting=507535.487639871
    Zone=35
    Hemisphere=N

    BUT when im in Google earth and i convert from lat and Lon to N,E...
  9. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    Hi
    how to get my zone value?
    if i have those values
    lat=49.568511
    lon=27.104216
    what will be the code to convert them to N,E ?
    i try this code...
  10. the date is appeared in the current culture while it is saved to db in english format

    Hi
    i use ar-SA culture in my app and the date appeared correctly
    then i save this date to db and i look at the db i found it in English format
    how to save in the format like it was appeared in my...
  11. Re: can i use truncate function in column expression

    i think the difference between truncate and CInt that if the number is 0.999
    by using CInt it will be 1
    by truncate it will be 0

    so what to do?
  12. can i use truncate function in column expression

    Hi
    i want to set a complex column expression
    truncate(cdbl(Today()-date2)/30)*(parent(parentchild).field1/parent(parentchild(filed2)))

    but truncate function is not avilable !!
    any help?
    thanks...
  13. Replies
    2
    Views
    369

    Re: how to change a column to foreign key

    thanks for reply
    if i do this i will lose the existing data in the address column that already entered before
    any help
  14. Replies
    2
    Views
    369

    how to change a column to foreign key

    Hi
    i have 2 tables and i want to make a column to be foreign key although it contains the data
    ex
    table 1
    ---------
    id | name| address

    table2
    --------
    id | address
  15. Replies
    8
    Views
    4,803

    Re: WPF for Windows & Web

    actually sliverlight has limited capability than wpf because wpf based on the .net framework which is much rich and i can run it on desktop and web as i mention above
    and sliverlight like flash just...
  16. Replies
    8
    Views
    4,803

    Re: WPF for Windows & Web

    i make windows wpf app and another xbap app then
    i copy a window of windows app to xbap app then i make the xbap full trust from the security
    and i run it and it shows the window normally

    so i...
  17. VS 2008 Re: how to save properties i've changed in propertygrid control

    unfortunately the button control and all other controls is nor serializable ?
    i think that serialization only for custom controls that i make them serializable is it?
  18. Replies
    8
    Views
    5,986

    Re: where is inkcanvas in vs 2008

    right got it
    also there is dll called microsoft.ink.analysis and this is the library contains th inkanalyzer class
    i will try it and tell you
    thanks very much for your help
  19. Replies
    8
    Views
    5,986

    Re: where is inkcanvas in vs 2008

    after installation cannot find IACore.dll or IAWinFX.dll
    and no inkanalizer !
  20. Replies
    8
    Views
    5,986

    Re: where is inkcanvas in vs 2008

    cannot find microsoft.ink.analysis dll
    cannot make inkanalizer instance ? im using .net 3.5
    any alternative?
  21. Replies
    8
    Views
    5,986

    Re: where is inkcanvas in vs 2008

    one last question
    if i draw shapes on it like triangles and squares
    can i get the number of triangles and squares ? i mean identify the drawn shapes
    thanks in advance.
  22. Re: what is the benefit of unit testing over debugging

    thanks for reply
    what i understand from you is
    unit testing is useful in situations that i did not try the input value that cause the exception like divide by zero and of course i will not handle...
  23. how to Detect a copy process from directory

    Hi
    i know FileSystemwatcher object well and i know it detects (Creation,Deletion,Modification) events
    ok
    i want to watch the copy process of a directory how?
    ex. i want to watch the copy from C:\...
  24. VS 2008 how to save properties i've changed in propertygrid control

    Hi
    i put a PropertyGrid control and set the control to be a button on my form and i run it and change some properties and reflected on the button but when i restart the application nothing is saved ...
  25. Re: what is the benefit of unit testing over debugging

    like what problems?
    problems will appear while coding and gives exception. so what problem that i will detect after finish coding?
  26. what is the benefit of unit testing over debugging

    Hi
    if any error or exception happen i debug my code. but what about unit testing ?
    does it gives something over debugging? what is it?

    thanks in advance.
  27. Replies
    8
    Views
    5,986

    where is inkcanvas in vs 2008

    Hi
    where is the inkcanvas in vs 2008?
  28. Re: can i change numeral setting programatically

    thanks for reply
    i want sample coding
  29. can i change numeral setting programatically

    Hi
    from tools menu then options then choose complex scripts and blew there is numeral option that contains arabic,hindi context and system

    can i change this option programatically? using vba...
  30. Replies
    12
    Views
    1,054

    Re: how to start software company

    thanks for all of you
    and i will talk in detail next time now im in work

    thanks in advance.
  31. Replies
    12
    Views
    1,054

    Re: how to start software company

    thanks for reply
    this is a real business plan
    could any one give me the main lines about building software product sales

    thanks.
  32. Replies
    12
    Views
    1,054

    how to start software company

    Hi
    i want some information about how the company works and how many positions needed and how many developers and the most important one is what is the organizational chart of the company.

    im...
  33. Re: [2005] can i make the column source specific criteria

    thanks for reply

    so good
    can vb.net generate SQL UPDATE statement successfully? or i have to write my own one ?

    thanks in advance.
  34. [2005] can i make the column source specific criteria

    Hi

    i want to specify the column source inside the dataset to be ex. has specific id and specific date (any specific criteria i want) instead of column name of the database directly can i?
    and...
  35. Re: how to print value from textbox into the report

    thanks i will try
  36. Re: how to print value from textbox into the report

    thanks for reply
    im using old crystal report belongs to vb6
    i use this code

    cptreports.ReportFileName = App.Path & "\report1.rpt"
    cptreports.Formulas(0) = "mystring"
    ...
  37. how to print value from textbox into the report

    Hi
    i want to print a value from the textbox on the form to the report how?

    thanks in advance.
  38. Replies
    2
    Views
    1,197

    Re: Callback to client behind a NAT / Firewall

    To enable NAT-T for systems behind NATs to communicate with other systems behind NATs, the following registry key needs to be added and set to a value of 2:...
  39. Replies
    2
    Views
    1,197

    Callback to client behind a NAT / Firewall

    Hi
    how to Callback to client behind a NAT / Firewall?
    like messangers and other programs that call client behind NAT
    any example?

    by the way messangers works fine without opening ports on te...
  40. Re: [2005] how to alert pcs for new data from server db

    tanks for reply
    all i want to get the latest updates (insert update delete) instantly to every program

    so how to use Notification Services of sql server to notify every pc with the new data?
    ...
Results 1 to 40 of 132
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width