Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~10.2K People Reached
Favorite Forums
Member Avatar for aditya55

[B]Can anybody tell me that session can be use in windows Form if yes how?.....[/B][/B]

Member Avatar for ChrisHunter
0
561
Member Avatar for LithMaster

[code] Error 2 Inconsistent accessibility: parameter type 'SmartBackup.SmartBackupClass' is less accessible than method 'SmartBackup.BackupConfigurationForm.SmartBackupLoad(SmartBackup.SmartBackupClass)' C:\Documents and Settings\Mantas\My Documents\Visual Studio 2008\Projects\SmartBackup\SmartBackup\BackupConfigurationForm.cs 19 21 SmartBackup [/code] Hi all, I was just wondering what the above error message means in laymans terms? It relates to this code: [code] namespace SmartBackup { public partial …

Member Avatar for xolisamthobeli
0
161
Member Avatar for ninjaneer

hi! I'm trying to get the following C++ class (contained in a DLL): [code] __declspec(dllexport) class ThreadManager { public: __declspec(dllexport) static UINT32 setThreadPriority(UINT32 tPriority); __declspec(dllexport) static UINT32 setPriorityClass(UINT32 pClass); __declspec(dllexport) static UINT32 setProcessorMask(UINT32 pAffinity); __declspec(dllexport) static UINT32 changeMATLABSeed(UINT32 inputSeed); static BOOL setHandles(HANDLE* thread, HANDLE* process); __declspec(dllexport) static BOOL testFun(UINT32 testInt); …

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for Karil

Hi Guys I just started learning some C# Coding and i was wondering how i would make an interface for a C# program. If this is a dumb question please dont be too cruel to me.

Member Avatar for natpu
0
140
Member Avatar for alc6379

Greetings all, I'm actually proud to have a question I've never seen asked here. I've got a 1.5GB text file (YES, it's really 1.5GB) where each line needs a set of modifications. I've got the application running in a single-thread, whereby each line is read in, the modification is made, …

Member Avatar for alc6379
0
3K
Member Avatar for scatterjoy

I have a FileSystemWatcher in my code, and the event it's linked to isn't triggering when a file is changed. I watched it in Debug, and the path, notify filter and EnableRaisingEvents are all being set correctly. I've looked at several code examples for FileSystemWatcher and I'm not seeing what …

Member Avatar for dickersonka
0
154
Member Avatar for raj416

I have a string variable .. i need to append some value in front of this string ... i tried pad left function.. but it was not working for example string s= "sample" now in want to insert "daniweb " , so my output of string s will be "daniweb …

Member Avatar for nvmobius
0
648
Member Avatar for y_itay

Hey guys, I was trying to find some way to filter and sort data in a Generic Collection of List<> Type but couldn't find any way to do this. I have Tried to use [B]BindingSource [/B]which didn't really filter any of the data in my collection. Anyone have any idea …

Member Avatar for y_itay
0
633
Member Avatar for tan4ik

Hi everyone, I need to create an image scroller in my .NET application. I've found a way to do it using html (with the marquee tag) but the problem is the pictures displayed are static. Meaning I have to define them in the code. I need the image scroller to …

Member Avatar for nvmobius
0
140
Member Avatar for kaloon

Hi every body I have project is like book electronic . any words in this book I can translate it into more than one language . The idea behind this project is imagine page of any a book . assume this book wrote by English language , the page's consist …

Member Avatar for nvmobius
0
124
Member Avatar for Wiizl

I'm trying to make basic windows service that should write into application event log some text once every minute. So I'm using a timer. But the Tick event doesn't fire.. I've tried all kinds of timer1.start() or timer1.enabled=true ... but nothing works. Everything with service itself is ok- I mean …

Member Avatar for nvmobius
0
546
Member Avatar for pejy69

Hi My name is PJ. I am a adult student. I have read the rules regarding homework for those who are not willing to help themselves and i agree, but i have tried for the last few days to work this out and cant understand what i am doing wrong, …

Member Avatar for nvmobius
0
103
Member Avatar for toadzky

I am trying to use an existing access db file with my c# app. When I try to connect, it says that: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine." How do I register it/install it/whatever it is I need to do to make it work? Thanks. I …

Member Avatar for nvmobius
0
153
Member Avatar for weimei

Hi all, Can I protect my exe file not to copy from CD to another CD or PC? I think it can be done, but I don't know how to do this. Could anyone please give me some guide lines? Thanks Best Regards, weimei

Member Avatar for nvmobius
0
100
Member Avatar for stewie griffin

Hi , i want to load txt file that build from tow columns separator by 'tab' every column go to different list how can I do it ? how can I read until 'tab' and then continue from my last stop. example to the file one 1 tow 2 three …

Member Avatar for nvmobius
0
100
Member Avatar for inoxmum

Can someone plz help me with this. Its urgent. [B]Scenario:[/B] I have developed my application using C# and .NET class libraries. My application consists of two custom dlls and a .mdb file. Total four files including an exe file. These all work fine when run on a local machine. But …

Member Avatar for nvmobius
0
133
Member Avatar for mrjoli021

I have a txt file with three sections. i need to use section 1 for one function section 2 for a diffrent function and part 3 for the third function. how can i read the file from a specfied delimiter to another delimiter. so bascially i want to read what …

Member Avatar for nvmobius
0
108
Member Avatar for mrjoli021

without using the windows task scheduler is there a way to automatically run a task at a certain time using c#?

Member Avatar for nvmobius
0
102
Member Avatar for ansari.wajid

I have a string stored in a variable, say myString= <RssFeeds<link>http://www.codeguru.com/icom_includes/feeds/codeguru/rss-all.xml</link> <title>CodeGuru.com</title> <description>something</description></RssFeeds><RssFeeds><link>http://lifehacker.com/index.xml</link> <title>Lifehacker</title> <description>something</description> </RssFeeds> I want to extract the text between <link>and </link> and also the text between <title>and </title> in two different arrays. How to do this, please help me. if anyone have code or any helpfull …

Member Avatar for nvmobius
0
301
Member Avatar for karabela

i created a sql database with table land. columns; LandID int PK LandCodeID int LandName nvarchar(100) LandFlag image Allow Nulls ive created a dataset in my solution. from my Data Sources i can drag & drop the table Land to my Form1 as DataGridView. it puts all the columns above …

Member Avatar for nvmobius
0
176
Member Avatar for rapture

Hello, I'm newer to programming and trying to do something that has me stumped. I need to read files from a directory on a server and compare those file names to a field in a database. When I find the file names that are the same, grab a different field …

Member Avatar for nvmobius
0
1K
Member Avatar for bondo

I'm having a strange problem. I have an array of strings that I need to separate into separate data members and insert into a SQL database. It all works fine, except for where I convert a string to a decimal and insert that. It works if the decimal has no …

Member Avatar for bondo
0
166
Member Avatar for arupa

how to make a dictionary for mobile devices, can you help me to do this,

Member Avatar for nvmobius
0
79
Member Avatar for masterjiraya

I made this code to make an object move by time here is the code for form1.cs: [code=csharp] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Project1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } // C# Code …

Member Avatar for masterjiraya
0
84
Member Avatar for SubProf

Hello everyone, I have a web browser which is used to display html files that are stored locally. However when I try to use the webBrowser.GoBack() method to navigate back to previous files nothing happens and the webbrowser window continues to display the current file. Does anyone know of a …

Member Avatar for SubProf
0
82
Member Avatar for amith003

I trying to take an image file which is present in some folder of local machine and trying to load it inside a server. If i give the path its trying to access the server path,not the local machine's path where the actual file is present, this works fine when …

Member Avatar for amith003
0
90
Member Avatar for ebiemami

I want to make a simple application which its databse is on another PC in my LAN,What do I need to do to make such connection? I can make connections on the local PC.What do need to do to make a remote one? I want the exact syntax of the …

Member Avatar for nvmobius
0
183
Member Avatar for zead

hi all, I want to do and (&) operator betwneen 2 string, 2 number, 2binary and there is an error displayed when i do that, the error is: operator & cannot be applied to operands of type string and string (binary and binary), (integer and integer), How I can Solve …

Member Avatar for nvmobius
0
67
Member Avatar for masterjiraya

can someone convert this c++ code to C# code... I'm very new to C# pls help the main.cpp [code=cplusplus]// Main Program // #include "square.h" // Derived Class square int main() { //******************************************************************************* cout << "\t\t\t+y"; cout << "\n\t\t\t +"; cout << "\n\t\t\t +" << "\tpoint a" << "\t\t\t\tpoint b"; cout …

Member Avatar for nvmobius
0
237