Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: dinesh_redhawk [x]
Question 13 May 2013   license: CPOL
Hello All,I am unable to delete a particular registry key from Win 7 64 bit. The deletion command result is successful but when i go and check in registry, the entry exists.In Win7 32 bit and other OS, it runs fine-deletes successfully. The problem is in 64 bit OS.Below is the code...
Answer 12 May 2013   license: CPOL
Can anyone help me please??? :(
Question 17 Apr 2013   license: CPOL
Hello Guys,I am stuck in a small & simple problem of clipping a log file content.And this is URGENT!!Problem:I need a code in C# (2.0 framewrk) by which i can delete specific lines from a log file based on line number. I searched over net but everywhere i am getting solns based on C#4.0...
Question 27 Dec 2012   license: CPOL
Hello all,I wrote a simple FTP program to transfer 4 text files to a device in a loop.(for testing we wanted to have a ftp tool which will be uploading 4 txt files continuosly without stop).The tool seems to be working fine, uploading the files repeatedly in an endless loop.But, we...
Question 20 Dec 2012   license: CPOL
Hello all,I have written a code to retrieve the error code of an FTP failure, but i am unable to retrieve the error message from it. I tried all the possible ways shown in google but iam not able to do it. Can anyone please share the code snippet or tell me how to do this. Please check the...
VB6
Question 14 Oct 2012   license: CPOL
I have a list which contains the name of all the required files for uploading.Now, i want to know the extension name of each file in the list. How to do it.Please help me out. Is there any inbuilt API which i can use.I searched the net, but found functions written for getting extension name....
VB6
Question 6 Aug 2012   license: CPOL
Hello All,Can anyone please clarify me that Why a WiFi network with WPA2PSK TKIP+AES encryption is detected as AES by Windows OS?If anyone has ant idea then please post. [Links to any Microsoft website or any trustworthy website is preferred]Thank you,Dinesh
FTP Directory listing problem by dinesh_redhawk
Question 23 Jun 2012   license: CPOL
Hello All,Iam facing some problem in listing out the directory files in SD card, if the files in SD Card are more than 3000, iam getting the no. of files as ZERO.Please see the below code snippet and let me know how can i get the exact no. & details of files if the CARD has more than 3000...
VB
Question 19 Apr 2012   license: CPOL
How to free memory of enum in C to prevent memory leak.we have free command but we can't use it with enum as its not a pointer type.Ex: free(stoListItem->et_Availability);where et_Availability is a enum.I want to free it..Anyone knows how to do it?
C
Question 3 Apr 2012   license: CPOL
Hello all,I am facing a problem, please help:"There is a struct in C which i want to call/use in C#. The scenario is like i have a struct in C which has some data, which i need to use in a similar struct in C#. The data of C struct should be transferred to C# structure."Can anyone...
Question 10 Nov 2011   license: CPOL
How to remove (not disable) the close button (X) from Window form in C# ?Please help...Thanksdinesh
Question 16 Oct 2011   license: CPOL
Hi all.There is a .inf file used by my software, which when i try to access says "File is in use by another process". I need your help in finding out the name of the process which is using that .inf file. Please help me.I want the code in C# to find this out , as my application is in...
Regular Expression in C# by dinesh_redhawk
Question 29 Aug 2011   license: CPOL
Please can someone write me a code for checking whether an entered string contains invalid characters like (,&,%,",\,/,?,*,|)If the string contains the above mentioned characters then it should pop –up a message “Please enter valid string”. Or else it should return true.Please I want this...
Question 20 Jun 2011   license: CPOL
Hi All,I am developing one software project in which i require the Wireless network key of the connected network. But the problem is that in different OS the Network key is coming in encrypted format(depending on the type of Network Encryption). Now i dont know how to decrypt it as Windows...
C#
Question 16 May 2011   license: CPOL
typedef struct ListItem { char* Serial_Number; struct ListItem *pstNextListItem }ListItem_t;ListItem_t ListItem;ListItem_t *stoNext;stoNext = ListItem.pstNextListItem;*str_ID = stoNext->Serial_Number;printf("%s",str_ID);the problem is thatThe...
C
Dynamic array of strings in C by dinesh_redhawk
Question 16 May 2011   license: CPOL
Hi allcan anyone help me in writing a sample code for dynamic array of strings in CI dont know how to have a dynamic array of strings
C
Question 13 May 2011   license: CPOL
I want to traverse this linklist (stoListItem) in Cthis is the code i have written:typedef struct ListItem{ char* pc_Serial_Number; int n_Availability; char* pc_Color; char* pc_IPAddress; struct ListItem *pstNextListItem;} ListItem_t;ListItem_t...
C
Question 1 May 2011   license: CPOL
Hi I am facing one unique error situation.i have written a simple code. This is c program in which I am calling a dll's function.The IDE is Visual studio 2008 & code is compiled in C compiler(TC)The code is : #include #include #include #include...
C
Question 27 Apr 2011   license: CPOL
Hi All,I have a problem.There is a C++ dll which has some functions in it (suppose - Addition of 2 nos.).and i need to call this addition function from a C application.Note: I dont want to add/link/refer the source code of C++ dll.I want that the C Application will directly call the...
C

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid