- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
34 Posted Topics
Re: [QUOTE=anoop4real;1247760]Hi, I have a combo box with say 10 items and I have space in my screen to show that 10 items in one shot. Currently it is showing only 7 items in one shot and I have to scroll to access item 8,9 & 10. Is there any property … | |
Re: Yes,actually DaniWeb not so active. I never get right answer whenever i posted thread about my problem in programming or any. Normally less replies; sometimes, 0 replies. Seems not interesting my thread. I prefer whirlpool forum which is based in Aus. | |
Hi,i'm new in php. :) Now i have to use this as per project requirement. So i just started to learn it as fast as possible. As first attempt, i wanna add some data into mysql database table which has been created by MySQL Command Line Client. I installed php5 … | |
Hi i'd like to know how to store dynamic string into MySQL database from c#.net desktop application. I was able to store only fixed data . Help me pls as i 'm new in database . thanks | |
I'd like to make standalone desktop application which is connected to mysql. i mean my app will be used in different network rather than mysql DB . DB will be set up in other network. Is it possible to build this kind of application? If so, how can i implement … | |
Hi all fri, i'd like to know how to pro-grammatically insert variable data to MySQL database . I m succeed in fixed data insert only. i wanna import variable data which might be generated by user on run time. Here's my code. I use MySQL Command Line Client . It … | |
Hi all, i got strange error about file access.when i run my exe,i can access file path which is on my local disk(i use absolute path) but when i execute that exe on another pc, i can't access that file path. is it bec of absolute or relative path problem? … | |
Hi fri, can web site link to the standalone exe file? for example, i created certain standalone .exe file (either by .net or some others) with user interface which is supposed to be add in some file/data from user, can this exe link to web? As i don't have knowledge … | |
i'm new in database . now need to work on it . if somebody has good MS SQL ref book or link, pls let me know. any teaching website or something would appreciate. Many thanks | |
Hi everybody, how to make listview selection; i wanna make multi selection in listview ; but don't want to use ctrl key . eg; if i select 1st item , make highlight it. And then if i select 3rd item, 1st item still highlighted and 3rd item highlighted as well. … | |
Re: yeah , is this web app or window app? looks like Window app what you are talking about? | |
Re: Hi fri, could you please use [code]put your code here[/code] tags if you want to get reply from others . It maintains the formatting to make it easier to read your code. | |
Re: i think just need to use C# & SQL express database. no need to be web-based. u could follow above comments (BR's advice) or u could use some panels or listviews as well ( i think no need so many forms ) . i'm also just beginner in c# . … | |
any link or good idea for reading mpeg4 header in c#?? | |
how to make disable for 'task manager' when i press Ctrl+Alt+Del (in c#)? pls could you help me my all fri. very appreciate your help :) | |
Hi all, Any ideas for video file encryption using AES (symmetric) ???????????? I seen only data file encryption. I wanna encrypt video file and decrypt as well ..... Who wants to help such a new beginner ???????/:) PLssssssssssssssss :confused: | |
Hi all fri, Is there any good idea for detecting monitor port ( whether it is connected to pc or not) ? Thanks :) | |
Re: [QUOTE=prajaktaran;1247532]Thank u for your reply But I have tried to use it in my code but its not working. If u know any other code or any other site please tell me. Thank you Prajaktaran[/QUOTE] Hi , Here's some good idea. [url]http://www.codeproject.com/KB/IP/TwoWayRemoting.aspx[/url] Hope you get the right one. | |
whats the easiest way to change the progress bar value depending on where you click on the actual bar itself (window media player) in c#? i use WMP library:confused: | |
Hi all fri, Is it possible to have 2 (button_click) events in a same namespace? I need answer in super urgent :) who wants to help me ?????? Thanks million :) | |
Hi all fri, Pls help me ; how can i solve this problem " Cannot implicitly convert type 'System.Windows.Forms.ListViewItem' to 'int' " I tried in so many ways but still can't. i'm new in c# . i wanna get value from listview (it's view property is set in 'Detail')/multiselect is … | |
HI , i'm new in xml. I'd like to ask one thing that what is the difference between .config file and .xml file? As long as i m not clear for this part, i can't go through anymore. Pls reply me :) :) | |
Hi all, i'm new in c# & xml. i want to add new element to the existing xml (data.config) file which was created by other person. i'm using microsoft visual studio 2005. and i also want to add some new attribute to that new element. My code is like ... … | |
Hi everyone, i'm new in VB.NET. I tried some sample program using Visual Studio .NET 2005. I just add new data source (which is MS Access file) to my VB Windows program. I used Data Source Windows to create database objects on the form. But after i debug, i can't … | |
Hi all fri, I got some problems in my simple searching program - what i want to do is to search one or more character ('needle') from the string 'haystack' . The function " int stripos(char *haystack,char *needle,int offset)" should return -1 when the character was not found; if found … | |
Hi :) anyone can help me for my problem 1) how to convert 'unsigned char' to 'unsigned int' ... 2) need more idea about casting for embedded c after making some calculation , value from char typed array element are changed some unknown value which can't be handled. Wanna know … | |
Anyone wants to help for my problems; when i press ' key on keyboard', i want to show message in label. but when i release that key, it should be leave blank in label. It already handled out only ' press' event. but the problem is on 'key releasing ' … | |
Hi I'm a beginner in VC++ Got error even for a simple program........ Can't see the output although it has no error while compiling...... Errors are the following.... Any one wants to help me.... :icon_sad: So many 'dll' files , no matching ........ don't know how to solve it.... Thanks … | |
Hi all, Question again .. :) How to calculate the numbers of character in text box including space/blank? Who want to help such a new beginner ? he he thanks :$ | |
Hi all, As i'm new to VB 6.0, anyone could help me to find out this issue? how to change the color of text which is in textbox? thanks in advance :cool: | |
what kind of variable is UINT anyway..........? in VC++ Anyone can help me? I still cann't understand it's detail usage. :-/ :icon_question: | |
Hi all, Could anyone please check my sample code because I can't see the final result? Private Sub Form1_Load() Call AnyNumberArguments Call AnyNumberArguments(1) Call AnyNumberArguments(2, 3) Call AnyNumberArguments(4, 5, 6) Call AnyNumberArguments(7, 8, 9, 10, 11, 12) End Sub Private Sub AnyNumberArguments(ParamArray x() As Variant) Dim y As Integer Print … | |
Hi all my friends, As i'm beginner in VC++, i encountered a lot of problem in debugging. I think my knowledge and academic studies should be distinguished properly. I know only c++ but i have OOP knowledge in c programming. But i am not able to handle the debugging in … | |
[code=cpp] //array of pointers to person objects #include<iostream.h> class Person { protected: char name[40]; public: void getname() { cout<<"\n Enter name:"; cin.getline(name,40); } void putname() { cout<<"\n Name="<<name; } }; void main() { Person*persptr[100]; int n=0; char choice; do{ persptr[n]=new Person; persptr[n]->getname(); n++; cout<<"\n Enter another(y/n)? "; cin>>choice; }while(choice=='y'); for(int … |
The End.