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 bkrike 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: budjo
  • Content: Threads
  • Order by date
  1. budjo

    hiding the app on the task manager

    hello ..im trying to create a internet cafe timer program ... a simple one .. my problem is that I want my application not to be seen on the task manager list of application .. so that no one could actually kill my timer. I have experience someone actually killing the application so that I wont...
  2. budjo

    how to change image file location on CR dynamically

    hello .. my scenario is this .. i have a CR which my users want to embed their electronic signature on the report ( jpg files) ... so if a manager log-in .. approve a document he wants the print-out to have his signature on the printed report .. and if another manager log-in and approve a...
  3. budjo

    how to remove specified format in string?

    hello .. i have a simple problem but couldn't get around it .. i loaded a record on a database ... with a specific field "amount" i converted "amount" to double then used .ToString("c") : (System.Convert.ToDouble(rows[0]["amount"])).ToString("c") which gave me exactly what i what the amount...
  4. budjo

    unable to see win2003 on browse list

    hello ..i know there was a topic around with the same problem .. but after reading it .. it didn't give any solution .. i can connect to the server , i can see its resources .. I just can't see the server on the network places .. even if I used the server itself and browse to network places...
  5. budjo

    clean up network places

    hello guys ..just wondering how do you remove old workgroup from network neighborhood on win98 and network places on windows 2000 ?? we recently change servers .. from nt to 2003 , and with this we change workgroup names of all win98 clients .. but the problem when you expand network...
  6. budjo

    how to make a class (form) a variable

    my situation is this .. i have a item class , an entry form where you can add item , select category , subcategory etc .. selecting a category will call lookup form (modal) form which contains all the pre-define category (which was added using a form) , the code to pass the selected category...
  7. budjo

    having progress bar while sql script gathers data

    hello .. i have a problem .. I want to retrive data from a MS SQL server using stored procedure .. but the data is taking a long time to be fetched .. and on my program the program seems to hang waiting for the records to be returned back .. is there a way for c# to run some other process like...
  8. budjo

    returning data from a lookup table form

    hello ..i tried to search for the answer using the search function but all im getting is how to pass data to new created form , my problem is this . I have a Form where I use to enter Item Details .. Item Details includes a field of "BRAND" , I have created a lookup table form where when the...
  9. budjo

    Extra trailing spaces from MSSQL

    hello .. I have a database running on MS SQL 2000 , im loading data into a dropdown list , or a datagrid .. using sqldataapater with the following sql command : "select * from category" catcode = int 4 - primary code catdesc = char 100 once loaded on a datagrid or combo box , ive noticed i...
  10. budjo

    Implementing NAT

    hello .. im kinda new on this networking stuff ... here goes i Have a windows 2003 server up and running .. with a domain TECH.com , DNS is also setup as well as DHCP. this server has 2 lan cards ... LAN - A , LAN - B , LAN - A : 192.168.0.100 is connected to a linksys router. The linksys...
  11. budjo

    C# relational dataset

    Hi, i have two tables .. they are supposed to be related by a Columnid = ContractorID here's the structure: Gloves Contractor GloveID ContractorID ContractorID ContractorName GloveDesc *using MYSQL -- Im using windows form, i can easily add new records , with a...
  12. budjo

    How to use progressbar with SQL passthrough statements

    im using mysql as my remote database source .. i have form .. with an active x progress bar (olecontrol1) which i got from the built - in active x controls ... im using sqlexec to pass the sql statement i made... i need help on how to update my progress bar while my sql statement executes...

Part and Inventory Search

Back
Top