i have com component which i converted to dll using tblimp tool. I am able to add reference of the dll to my code but when i call the function of the dll i get an error message saying "cannot find entry point" could any one help me out in solving these issues.:confused:
sailesh_gupta
Posts
-
facing error in calling a com component from code? -
any one wokred with Casswaory linear programming.thanks. i have implemented the code with my test program.But i m not able to get a optimal solution.so thought to ask in this forum
-
any one wokred with Casswaory linear programming.HI, have any of you worked with Casswory linear programming.IF yes pleasse do mail me back.have some query with the implementation
-
Combobox selected item issuehey hi, i think u can change the combox selected value changed on list box selected item event.
-
web service and desktop client connectivity issueHI , i have a web service installed in IIS of my server machine and in client system i have a C# windows application.This application has a refernce added of the service(dll has been added).This dll take the database connection from mentioned from app.config but i want it read the connection details from web.config of service. Can you please help me out how can acheive this. when i try system.web.configriatin.... it refer to client machine.I want it to refer the web.config of the service.
-
to execute command at command prompt from .net C# applicationHI, Can any one guide me how to run commands from a .Net Application developed in C# at Command prompt(i.E C:\>) Any links on it would also be helpful
-
Running command in command prompt from .NETHI, Can any one guide me how to run commands from a .Net Application developed in C# at Command prompt(i.E C:\>) Any links on it would also be helpful
-
Docking property of Datable for pda'shi, i have a form for my device applicaation(PDA) in which i have a datatable. i have to freeze the first column of the datatable. i mean dock the first column so that when he scrolls, first column does not moves along with scroll. for datagrid view there is a frezze property, but i was not able to find such property for datatable. can some one help in reagrds with this.
-
Configuring web pages for different browsershi , i have not done any html coding. i have created this web pages using Visual studio2005. i have two web pages.First web page is having logo and login box .. second page links to various reports. i have used standard controls from the toolbox.
-
Configuring web pages for different browsershi, i m completely new to ASP.Net programming. i have created two pages using Visual Stuido and want to configure them for differnt browsers. as the page works well in IE 6.0 and less but fails for mozarilla and others sites. can sone provide me the idea on how to solve this .. a google link could also help me out. i m working on .net framework2.0 :((
-
Memory Occupied by a table of a databaseHi , i want to know how can i get memory occupied by table of a database through query. if some one can provide me a google link where i can find it or the search string to be used for googling it out. it would be of great help. Also assume memory occupied by the table when no rows present is M , and when row is present the memory occupied is M*1, etc
-
Search Functionality in C# .net2.0.Hi all, can any one guide me on ways to implement the this feature. In textbox when ever we type some characters , all the entries mathcing to the entered charcters(from database) appear below the text box and user can select ne of the given entry. :confused:
-
Docking in data grid viewy didnt u answer?
-
Docking in data grid viewhi, can come one please guide me how to dock the first column in datagridview.so that when the number of columns increases and scroll is there the first column in visible even if we scroll to the last column. treat this as urgent
-
dockin of column -Data Grid View in C# [modified]hi, can come one please guide me how to dock the first column in datagridview.so that when the number of columns increases and scroll is there the first column in visible even if we scroll to the last column.
modified on Monday, August 11, 2008 6:59 AM
-
application form size for different OSwell i do that by setting the Windowstate property to Maximized during the design time
-
application form size for different OShi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:
-
problem in Range selectionTHANKS A LOT .... I GOT THE SOLUTION
-
problem in Range selectionsailesh_gupta wrote: now user has to select range from both the combo box. That is not clear. Do you mean:"The user has to define a range by selecting min and max values?" yes you got it right. also sailesh_gupta wrote: Now i have to restrcit user from selecting min to be 2 and max to be 6. Why? This point is very obscure. i have to restrict the user from selecting the range between 2 to 6 because he has already selected a a range from 3 to 5. which means i should selectthe value of x = a if x lies between 3-5.this condition is set by user using the application. during the next time user cannot put a condition that select x = b if x lies between 2to 6 beacuse already a condition exist. i.e if both the constraint are there and input value is 4 what will be the value of x using the constarint.
-
problem in Range selectionthe problem statement is i have two combo box's named max and min and a text box for entering value. in max we have values range from 0 - 10 and similarliy we have in min. now user has to select range from both the combo box. like he can select min to be 4 and max to be 7 and value for this range to be some X%. Now i have to restrcit user from selecting min to be 2 and max to be 6. When the user closes the application and restarts it we should see that the above condition entered before logging off is validated before entering the new ranges. i have sql database and using a application is begn developed using .NET C# YEs i m rating down cris