Answer Questions
ChSchmidt convert IntPrt back to its original Object in VB.NET.
Hi All, I want to convert IntPrt back to its original Object in VB.NET. Is it possible I am a newbee and I need help on this from u. Thank you. Hi I had aproblem like yours so I will explain it so my explanation could help I design a GUI tester application I ...Show All
Marco M Control keeps redrawing in design view
I inherited a splitter. I overridden OnPaint; however, it just keeps redrawing when I use it in DESIGN view. That's the only thing I overriden. It's working when the program is ran. Any ideas JRQ, I'm having the same problem. Were you able to solve it cheers, Phil I accidentally fixed it, sort of. It looks like the splitter control doesn't like its region manipulated ...Show All
rpg4msdn C# windows reading from datagrid
Hello and thank you for any help. I am new to C# and am not sure how to read the info. in a datagrid cell after the user has edited it, so that I can insert the new row into the database. To make things clearer, on form PayableTrans.cs I have 2 labels, a datagrid, and buttons(one of which is used to save the changes, btnSave_Changes). When the On_Load event fires the form is populated with customer info, and supplimental info. on customer is loa ...Show All
Remdul ASCII to Binary Conversion
Hi..Newbie here... I'm currently doing a simulator which require me to show strings sent between client and server windows. I had made the windows into child windows within a parent windows. The problem is that it can send messages between both child&nbs ...Show All
Ed Ball Error build Setup project if lage file added
I have a problem if a large Datatbasefile ins added to my Setupproject. The Size of the file 600 MB. This is the Message: Die Datei "C:\Visual Studio Projects\Navigator\Navigator\bin\DATA\Navigator_Data.MDF" konnte nicht gefunden werden 'Fur diesen Vorgang ist nicht genugend Speicher verfugbar.' (File not found, Not enough Memory) for those who dont speak german If i delete this file all works fine. The .MDF File is not at ...Show All
Rajat Solanky When will the WinForms control reflect the results of data binding
I have a CheckedListBox which draws its contents from a datasource, and this is set at design time. When the form loads up, there are 8 items in the CheckedListBox, but no matter where I seem to intercept events before the form appears, there&n ...Show All
Andrea Edit datagrid cell via combobox
I need to edit a value in datagrid cell, but its value mast be set from dictionary, so I'd like to use a combobox. I've properly data loaded combobox, but I don't know how to insert this combobox into datagrid cell & then retrive ...Show All
OwenG Allow Click Once Deployment only for registered Users
I want to deploy a application by Click Once Deployment. But only users I give a password should be able to install the software. So I thought about protecting the URL with IIS access rights. But how will then work updating the software. I guess the user will have to type in his password every time the application checks for new updates Has anybody already experiences with such a scenario and can explain his experiences ...Show All
Claudio Biancardi manual .Net memory Release
Hi , I want to release the memory used by .Net winform app manually. Is there anything equivalent to C++ delete operator in C# I dont want to force a GC collection using GC.collect. Also what is the maximum process size that a .net application can ...Show All
James Curran Hiding Inherited Control's Properties
Is this possible I'd like to inherit from a control so i can reuse some of it's base functionality, but override other parts. I tried using Shadows and creating a property over one that already existed, but the WindowsForms designer cried about&nb ...Show All
JPR7 need workaround to install on sql svr named instance
The msi on Microsoft Downloads for TaskVision Source requires that my SQL Server default instance is named “local”. But I don't have such an instance. I have only the named instance "CORBIN\NETSDK" and do not see in SQL Books Online  ...Show All
Weathertop DataGridView: Column error for Binary, VarBinary, LongVarBinary data fields
Hi all, I am doing databinding with DataGridView, but some of my table coulumns have Binary, VarBinary, LongVarBinary attribute. The problem I am having is that the grid is redering these columns as Image columns, and is generating an error when the data are not valid images. I just want these columns to display as byte array, when bound. I do not want to use loop to insert rows, as this would be slow. Can some one tell me how to set this ...Show All
phoebe0078 .gif Animation Play w/out Looping in Visual Basic .NET 2005 Beta 2 Express
Hi, can anyone tell me how to make a .gif animation play without looping When I load one into a picturebox, even when the file is not designed to loop, it loops anyways. How can I stop this Thanks, The Digital Pioneer No-one knows I know that it is possible. HOW DO I DO IT This would really be helpful. Thanks, The Digital Pioneer To prevent the GIF from playing at al ...Show All
Mezoni a small listbox clearing prob.
hi i am even ashamed to ask such a small prob.. but for my listbox (llist) i cant seem to get it to clear its elements. i need to clear its elements so that i can put in a new set of elements.(items) i am using llist.items.clear(); command.. and still the darn list box is there stairing at me with the old items in it. help plz. i know i am missing a dumb thing.. point it out.. just ...Show All
lemon caird Tooltip disappearing using tabControls
Hi guys, I've got an application where in my main windows forms I have a couple of tab controls. Inside each tabcontrol I have a bunch of groupboxes, and within each group box I have textboxes and checkboxes. I've attached a tooltip to one of these textboxes, however, the tooltip is displayed behind the windows form. I can actually see part of it, but the rest is covered by the windows forms. Has any one have run into this issue and how did ...Show All
