No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
22 Posted Topics
Good morning everyone I come here today with some questions in hopes that someone can help me through. The problem: At my work, I am requiered to create a chat app for mobile using html5 and websockets. We have a custom made chat app for desktop in the company which … | |
Re: check the postsbacks with the third dropdownlist. sometimes when there is no postbacks fired, the value is not working properly | |
Good day everyone. i am having the following problem: i have an aspx page which has an iframe on it. the iframe resizes according to the content with no problem at all. but there comes 1 page that has an update panel inside and when i display the page in … | |
Re: if you are looking for third party controls, then check devexpress | |
Re: does someone knows how to get the whole assembly information using a similar code like the one posted in this Thread?? thanks... | |
Hello everyone. I have the following issue: I have a Windows XP computer with excel 2003 installed. we use several automation robots using excel. everything works fine, files area created and all that. but we have a problem. for some reason the document recovery pane of excel is getting filled … | |
Hello everyone, i have the following problem and I come here looking for some advice. I am using c#, but i have a dll that creates the excel file in Visual Basic. i have a datagridview and the information there is exported to excel file. No problem there. the problems … | |
Re: you can look also for examples over the web or download free projects and then you can have an idea on what you can do. but like they said before, start with something small, and as you go getting practice, the build a cathedral. | |
Re: also you can use settings, but they are not that secure. using settings you have variables and then you can check those variables and if they are correct, proceed to the main form, if not, ask for credentials again. | |
Hello everyone I have the following issue and i tried google but no success. I'm tired of this silverlight thing but i have no choice. here is the problem: I have a datagrid which populates itself from a database doing this [CODE] void svr1_getInformationCompleted(object sender, getInformationCompletedEventArgs e) { dgv.ItemsSource = … | |
Re: i recommend C# the complete reference by Herbert Schildt. | |
Re: there is a book called C# the complete reference by Herbert Schildt, i seriously recommend this author for i learned java using his Java the complete reference book. | |
Hello everyone: The problems is the following. I'm creating an specific program to upload to FTP on C#. That works perfectly. My problem is that i want to give the user the ability to change folders but so far I don't seem to find anything over the internet. Can someone … | |
Hello everyone I have the following situation with the background worker and hope someone can help me with this. 1.- i have a form and in that form I have the background worker. the methods doWork, Progresschanged, Runworklercompleted are in the form. 2.- when i star doWork, it executes a … | |
Hello everyone, I have the following situation: The computer i use to develop sometimes is getting very slow and the ram memory goes to 100%. I want to know if using visual basic 6, or visual basic net, or visual basic script, there is a way to clean ram memory, … | |
Hello, I have a layout and i have to paste information on that layout, in that lay i have Columns H, P i have a formula in column P like this [CODE] =IF(ISERROR(P3/H3),0,P3/H3) [/CODE] but when i insert the information obtained in VBN to EXCEL worksheet it pastes the information … | |
Hello everyone: I have the following issue, i have and old computer and i need to erase pics and all that, but that computer has several folders and some are hidden, and is very time consuming checking where are those folders. I would like a VBS to erase all the … | |
Re: You can use a database to save/retrieve the information or you can use the settings option of your project to save the information as well and then retrieve it when the form loads again, or you reopen the whole app. | |
Re: what you can do is to use the Settings feature of visual studio, and each time you create a new pk, save it and the next time load it and add one number at the end only. just remember that probably you will need to split the pk if you … | |
hello guys, i have the following question/problem: -what i need to do is to get some data from sqlserver and send it to a dataset(no problem there) after i get the dataset filled i need to send the columns and rows to a textfile but i have to separate the … | |
Hi, everyone this is my first post here and let me tell you my problem I have a C# application, i have SQLServer 2005 installed on my computer my database is there and the program works fine the problem I'm facing is that i need to make an installer for … |
The End.