Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Forums

13 Posted Topics

Member Avatar for anoop4real

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 …

Member Avatar for saikatch
0
279
Member Avatar for anoop4real

Hi, Is there any tool available to convert sql CE db (*.sdf) file to SQLITE db?. I got some from code project but it converts only SQL Server DB. -anoop

Member Avatar for davidcarta
0
317
Member Avatar for anoop4real

Hi, Not sure whether this is the right place to post but since its related to by C# proj, I am putting it here :) .I am using VS Version Selector to view my SQL CE data base in my project. But in past few days, when I open it …

0
55
Member Avatar for anoop4real

Hi, I have vs2008 team suite. I want to run the profiler tool for my application which is a device application . I am not sure how to connect the application running in the emulator with the profiler. i tried attaching the emulator to the profiler but it didnt connect …

0
48
Member Avatar for anoop4real

Hi, I have an sqlce query where I dynamically constructs the string by appending different strings. I have a field where I append a product name and its subname. Say for example main name "Pepsi" and Subname "Large", there are some instance where the Subname is empty and the subname …

Member Avatar for anoop4real
0
116
Member Avatar for anoop4real

Hi, I have a .net compact framework application which is used in Window Mobile 6 device. I want a tool to test its perforamance to find 1. Time taken of operations. 2. Memory leaks 3. Exceptions etc..... something similar to that one which exists with xCode for mac. I tried …

Member Avatar for vdeych
0
112
Member Avatar for anoop4real

Hi, I am dynamically creating some labels with a contextmenu associated with them and I am having few menuitems also in the context menu. The context menu will be called when a label right-clicked( or clicked-hold) I have written an evenhandler to be called when a menu item is clicked. …

Member Avatar for farooqaaa
0
138
Member Avatar for matimba2j

If you are trying track network loss or something then, the below link can provide some help [URL="http://www.eggheadcafe.com/software/aspnet/35077265/detecting-network-change.aspx"]Detecting Network Changes[/URL] -a4r

Member Avatar for anoop4real
0
108
Member Avatar for snarb
Member Avatar for tede_saputra
0
148
Member Avatar for selvaganapathy

I know it is too late...... but wanted to share my code too :-)..... VB.Net implementation [CODE]Imports System Imports System.Collections.Generic Imports System.ComponentModel Imports System.Data Imports System.Drawing Imports System.Linq Imports System.Text Imports System.Windows.Forms Imports System.Drawing.Drawing2D Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.FormBorderStyle …

Member Avatar for anoop4real
1
213
Member Avatar for tqmd1

[QUOTE=tqmd1;1093297]Dear Experts How to display the value of variable abc as tooltip text on picture1 dim abc as string abc=trim("Click to rotate picture") Please help[/QUOTE] 1. Add the picture (pictureBox1) 2. Add a tooltip toolTip1.SetToolTip(pictureBox1, abc) This should work i guess.... just try it -a4r This should work i guess

Member Avatar for anoop4real
0
94
Member Avatar for anoop4real

Hi, I have an icon file (32x32) and I added it as application icon in the properties and it is coming fine only if the view is set to "Medium Icons" else it is showing only the default icon. How can I add all sets of icons to an application …

Member Avatar for anoop4real
0
96
Member Avatar for anoop4real

Hi, I have small application which shows an alert in every 45 mins....( to take a break from work :) )..... It is a normal windows form with a timer in it and in every 45 mins I am invoking a message box. I am able to make it work …

Member Avatar for anoop4real
0
1K

The End.