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
Favorite Tags
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
251
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
248
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
47
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
112
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
110
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
79
Member Avatar for matimba2j

i asking for your help.i need a code on how to detect network in the dashboard.

Member Avatar for anoop4real
0
103
Member Avatar for snarb

Hello, I'm new to vb. Basically, I want to learn how to remove the last part of a string if its seperated by spaces... For Example (How to change): "John said 687" To "687" or "John decided to say hello" To "hello" in otherwords, the last word of the string, …

Member Avatar for tede_saputra
0
137
Member Avatar for selvaganapathy

This simple code shows to display the form in different shape. Also using the Gradient Brush to add Look And Feel to your form. Moving the form is also possible. Requirements Just draw a Form (Form1) and add Event handler for Load, MouseDown, MouseMove, Paint and DoubleClick for Form1. Then …

Member Avatar for anoop4real
1
208
Member Avatar for tqmd1

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

Member Avatar for anoop4real
0
90
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
92
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