Jump to content
Xtreme .Net Talk

wakeup

Avatar/Signature
  • Posts

    35
  • Joined

  • Last visited

wakeup's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have tried to do it, but the 3d border of the label control, isn't the same as the border of group control :(
  2. Is posible in Visual Studio .Net 2005 set transparent background to a control? I want avoid, It covers the line in back. See example. http://hhdirecto.webcindario.com/imag/i/raro.JPG Thanks _________________ Hip Hop Directo De Chiste
  3. I have given the example #define water components[5] then i can initialise array : for (int i=0;i<MAX;i++) components=x; And then use it : if (water > x) ... And not: if (components[5] > x) ...
  4. I want do it for more easy reference tu array position by example: #define water components[5]
  5. How can I do as c++ #define var var2 In c#? Thanks ___________________ Hip Hop Directo
  6. The web serveces not exist thanks
  7. I want, send excel file to web service, can I do it? how can I do it? Thankssss ________________ Hip Hop Directo Foros de musica
  8. I open excel, and run a macro excel, but it display message and I can't see this message. Thanks
  9. I can't run excel and set it visible from aspnet. This is the code. excel = new Excel.ApplicationClass(); excel.visible = true It don't throw any error, but excel is not visible :( thanks
  10. I dont need the code. I need test if existe a macro with a specific name. Thanks
  11. Hi, I want access to excel macros from aspnet proyect. But it not run because in Excel Security options don't have checked "Trust access to visual basic project" for aspnet user. Can I login in my PC with aspnet user for open excel and active this options? Do you know another way for get it? Thanks
  12. Hi, I'm trying copy file from aspnet server to another pc in my LAN. System.IO.File.Copy("file.txt",@"\\secondpcname\folder\file.txt"). But I get this error: The referenced account is currently locked out and may not be logged on to The user in my IIS aplication configuration is ASPNET. In second pc folder I have grant write privileges to server pc. If I put <identity impersonate="true" /> in webconfig it ask me user and password. Thanks Hip Hop
  13. Thanks but, if the user custimize the decimal format for their language it is no valid :(
  14. Do yout know if I can read regional and language options of client windows in asp.net? I need know decimal simbol. Thanks
  15. Can I check uploaded file type? This is my code: if (file.ContentType=="application/vnd.ms-excel") But if I rename a txt file to .xls it not run :( Thankss Breakdance
×
×
  • Create New...