Jump to content
Xtreme .Net Talk

OmarB

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by OmarB

  1. Hi, JoshK i posted this thread a long time ago.. but anyways thanks for the help, Omar.
  2. Hi guys, is there a free PDF library that i can use in my .net application to create pdf reports?? all the ones that i found where not free.. or they put adds and stuffs like that in the pdf document thanks.
  3. Hi guys i have an application that reads from a text file (x.sen) this text file contains data (like properties, colors...) is there a way to let the program oppen when the user double click on text file? thanks Omar
  4. thanks thanks for the help
  5. Hi guys, i was wondering if there is a binary type in vb.net i need to declare a number as binary, and then add 1 to it exemple: 0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 .............. does such thing exist in dot-net ? or ill need to implement it myself thanks for any help, kind regards, Bili
  6. sorry: Flash + vb.net Hi Guys, and sorry for that it's just that i need to know how to open a flash document with VB.net and how i can send and receive values. Thanks again, Bili
  7. finally Thanks PlausiblyDamp for the help "You will require all the relevant COM components installed on your PC as well" i have installed the sqlxml.msi sp3 and it worked. Regards, Omar
  8. Hi. i Got an exception while loading the BulkLoadObj BulkLoadObj = New SQLXMLBulkLoad3 This is the exception: Exception: "COM object with CLSID {8270CB2F-B0E6-4C37-8A40-D70778F47894} is either not valid or not registered." i dont have the pw66.dll only the interop.pw66.dll coz the application was maid by other people. do i need the pw66.dll? interop.pw66.dll isn't enough? Best, Omar
  9. hi, and thanks for the replies. while trying to register with regsvr32 i got this message "Intereop.pw66.dll was loaded, the DllRegisterServer entry point was not found.the file can not be registered." i got the same message when i tried to unregister the DLL by typing: > regsvr -u Intereop.pw66.dll i tried to rename the DLL's by removing the interop and surprise!! it didn't work. i only want to create an instance of this class, the this i am getting the exception on the "new" for example: X x 'here there is no exception x = new X 'exception here again, thanks for replying, and hope we'll be able to solve that thing. Omar
  10. yes yes, i am using some dll's but the thing is that i have tried to register the dll's by using regsvr32 and i tried to add the ref in vb, the application compiles but on runtime it's giving me exceptions. please help. the dll's are: Interop.SQLXMLBULKLOADLib.dll Interop.nwtpwB50.dll Interop.pw66.dll Interop.COMSVCSLib.dll Interop.MSXML2.dll Thanks, Omar
  11. Hi i am trying to run an application but i keep getting this exception: Exception: "COM object with CLSID {8270CB2F-B0E6-4C37-8A40-D70778F47894} is either not valid or not registered." and in another place this one: Error Bulding XML:COM object with CLSID {83D0FC3E-8B31-4B35-A1B2-346BA3954513} is either not valid or not registered. what is the cause of this exception, i know it's a DLL but i can compile the program!! how is that, thanks in advance. Omar
  12. Hi all, i can view my asp site when i put: http://localhost/default.asp but when i use my ip things dont work and i get this error message: Error Type: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument: 'InStr' /includes/get_app_variables.asp, line 97 why is that, please advice. Best, Omar
  13. Hi i need to make a current cell in the datagrid change it's background color or i need to put a sign on it to indicate that a certain value is special (not with the error provider) can i do it, please tell me how, and if i must use the error provider, how can i change the icon image to suit my need. best
  14. i am using the datagrid Hi, thanks for replying i am using the datagrid, please if there is a simple exmaple on how to use the error provider with the datagrid, post it. Best
  15. Hi in the SetColumnError, can i change the color of the little red cercle to blue, and can i write inside it an ( i ) instead of the ( ! ) Please i urgently need to know if we can Best regards
  16. Hi i am going to insert a row to an access database. it is not working , it seems that the database is blocking !!? plz if someone can help me with a piece of code demonstrating how to insert to an Access dataBase Thx for any help.
  17. hi all, this is my first asp.net site so plz help me with my problem I have in the database some images and i am loading the images in the dataGrid this is easy but i need to see the images one after another there is 2 Buttons ( "Next" and "Previous") this buttons will allow me to navigate the images plz help me :o
  18. hi ,i am a beginner in vb.net and i need to know the number of items in a DataGrid there is no : [name of the datagrid].items.count [name of the datagrid].rows.count thx for any help
  19. my function is getting data from a dataBase and putting them in a DataGrid , when all the data are retreaved the progressBar should be at 100% thx for replying
  20. plz can someone tell me how to synchronise a progressBar with a function. thx
×
×
  • Create New...