Answer Questions
adrian_sleigh Problem uploading file to sql
Can someone please help me with this code. I am trying to upload a file to my sqlserver but it won´t work. I have tried using it in asp.net and i works fine, but not in a windows form Private Sub btSelect_Click(ByVal se ...Show All
WillRogers Problem connecting an event handler to IE in a Windows service
I'm trying to connect an event handler to the BeforeNavigate2 event of Internet Explorer. This works in a Windows app, but I can't get it to work in a Windows service. I get the following exception when I run the line "shellWindows = new SHDocVw.ShellWindowsClass();": Exception Details: System.OutOfMemoryException: Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following e ...Show All
GDocherty Invalid value for 'Clrversion'
When I try to publish my program i get this Error: Invalid value for 'Clrversion' I guess it is a problem with my framework. I don't get any errors when I build or debug my program. Any one who can tell my how to resolve this issue I'm moving this to the ClickOnce forum - this appears to be a ClickOnce publishing problem, and someone over there is more likely to be able to help you. Steve Hoag Visu ...Show All
dibzee is it timeout?
hello i write a simple winform app to test the NTD(no-touch deployment) feature of dot net,after deploy it to the iis server,it works well,i can invoke it from either commandline or ie browser. but i found that after it is started up ,i IG ...Show All
JMitchell managing a database...
Hi, I'm having lots of problems dealing with the management of a database. I have this application with several tabpages, in each tabpage there are some fields that are supposed to be saved to a db when the user presses the save button. Now,&nb ...Show All
Rob McCabe Update of Projects
I am implementing an UpdateProject method. If I do it similiar to the UpdateTasks method, that requires a DataSet to be passed back. Using this pattern, updating a project by sending the entire DataSet back could before _very_ expensive if yo ...Show All
Wildert Cell formatting in DataGridView
Hi everybody, I'm having problem formatting DataGridViewCell. I bind the DataGridView to DataTable. The requirement is simple: in read-mode i need to divide the value from one of the column in data table by 12. In edit mode, when the changes are commited to the data table, i need to multiply it by 12. I tried using CellFormating event, but it seems to work only 1 way. Suppose the data in DataTable is "12", but when displaying the da ...Show All
michaelji Datagrid link label column
Hi all, I want the code to make a column as link label column in windows vb.net datagrid Thanks in advance Custom Column Style is in order, check out this link http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44 Also do a search on this list, you& ...Show All
Mike_1232123432 Easy question (tab control)
Hi, I'm trying to find the event that responds to the click of the individual tab. I tried the tab.click event, but this doesnt work....prehaps I am suppose to use the TabControl_SelectedIndexChanged event Thanks, John SelectedIndexChanged , basic ...Show All
mimino Hosting Controls in a DataGridView
Hello , my friends i am , new in forums, so be patients plz. how can i host a treeview control in a datagridview cell, so, when the user click the cell (i.e. compoboxcell) the treeview control will disply and the cell value will be the treenode id that the user click, or any other field value from the table that is bound to the displayed treeview. i read the microsoft calender example, but i think it will be dificu ...Show All
Dennis Tap XP Autoplay v2 and .NET windows App
Hi, I'm writing an app to manage a cd ripping and uploading process for my company. I want my app to pop up in the list of applications that are available when an Audio CD is read by the CD drive. I've been reading this on MSDN: ...Show All
angiedolfin Beta 2 Publish help needed
Hi all, I'm a student trying out VS.net C# express beta 2. I had created a simple hello world program. I'm using the "publish" feature that comes with vs.net, however I notice that when it's install on another computer, it takes a long time to install as the setup is downloading the .net framework 2 from the internet. Is there anyway to bypass the internet streaming and instead put in all in a cd-rom for the installation Thanks. Thanks a ...Show All
Wuzz Can i create my own server?
I am trying to play Terrarium within a LAN with proxy and failwall :(. i want to create my own server so that i can work with it. does the server code is publiced The server will be released in a bit. You can&nbs ...Show All
Teo97917 ListView Item Keys
What is the appropriate way to give each item in a ListView a key such that each item can be identified by something other than an index For example, I need to populate a ListView with employees from my database and need to attach& ...Show All
bflotim Thumbnail an html page directly from IE programmatically?
I would like to grab an HTML page from a WebBrowser control and thumbnail it to a picturebox control. Anyone out there know how to do this The only way I can see to do this is to use shareware or a commercial product to& ...Show All
