- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
18 Posted Topics
Hi can i apply this in a windows form C#?  this is an html5 is there any in C# windows form
Please help me to unrar a file in C# or any free 3rd party dll
C#, SQL SERVER 2005 first. Sorry for the bad english :> can anyone give me ideas, techniques, theories, or any posible solution. Here is a scenario i have a form called SearchItem and a database table doc_Item doc_Item has a 1 million. . . data. when i click a button …
Hello, is there any good tutorials,library for downloading a file? I have an application that has a check for update button. please help me with my project
You can't disable or hide tabpage in a tabcontrol only tabcontrol can be disabled. this is my problem also. my solution was remove the tabpages and add it again when i need them. here what i did hope this may help you private void button2_Click(object sender, EventArgs e) { if …
Hello i have a datatable |row|col2|col3|col4|col5| | 1 | val| val| val| val| | 2 | val| val| val| val| | 3 | val| val| val| val| | 4 | val| val| val| val| | 5 | val| val| val| val| | 6 | val| val| val| val| | 7 …
Hello i have a database table | col1 | col2 | col3 | col4 | col5 | | val | val | val | val | val | | val | val | val | val | val | | val | val | val | val | val | …
import java.util.Scanner; // Needed for the scanner class /** Chapter 2 Programming Challenge */ public class Wordgame { public static void main(String[] args) { //Initialize variables String name = ""; //The user's name String age = ""; //The user's age String city = ""; //The name of a city String …
Hello I have a table item1 | Item | Qnty | ProdSched | | a | 1 | 1 | | b | 2 | 1 | | c | 3 | 1 | | a | 4 | 2 | | b | 5 | 2 | | c …
Hello. Is there any book that is all about programming or sql compilation of concepts, theory or algorithms? like Sorting Algorithm, no programming language to learn just pseudocodes or flow chart. thank you
Is ther a fastest way to retrieve data from sql server like the sqlbulkcopy the fastest way to insert large data.?
Please Help. DataTable dtSelectedColumns = dtOriginal.DefaultView.ToTable(false, "Column1", "Column2"); this code retrieve data from a datatable but i want to retrieve like in sql command "Select Column1, Column2 From Table where Column1 = "data"; Thank you
Hello i need help for my project I have a data grid view | column 1 | column 2 | column 3 | column 4 | _____________________________________________ | | Forcast |user input|user input| | item 1 |__________|__________|__________| | | stocks |user input|user input| |__________|__________|__________|__________| | | Forcast |user input|user input| …
Hi i have a datagrid in my c# windows form and i want to merge the row he can input data in w1, w2, w3 and .., and save. weeks Item 1 | Forecast | w1 | w2 | w3 Item 1 | Stock on Hand | w1 | w2 …
Hello I have an application that connects to sql database my application is multithread. When I run the application it loads top 500k data and stores it in #temp1(connection1), i can browse, search and select data, while my thread is running and storing the other 501 to 1m data in …
I have a Thread running sql query how can do i force stop the thread when i dont want to use it anymore. I have a form that loads 100k from sql server i retrieve first the 2k then the thread runs to retrieve the other data i want to …
Hello, I have a Form A, Form B, Form C. . . and FormSearch. FormSearch can be use by A,B,C... The purpose of FormSearch is to display data in search for the data you want depending on the query that have been pass on it example FormSearch has a method …
hello,, i have a multithread application.. my application connects to the database can i open 2 connection at the same time? or can i thread the connection also. thanks in advance.
The End.