Answer Questions
Planky Issue Vision Expandable List Control
First, I want to say how helpful your sample applications are for me an my current projects. Second, I would like to give back to the team, in the form of what added functionality I have added. I have modified the original Issue Vision ExpandableList and SectionControl controls with the following new functionality: - Drag & Drop functionality - HitTest methods (similar to DataGrid) - Section Controls maintains curre ...Show All
Jahan load csv file
hi guys! I have a question about CSV file. I have a problem loading data to my Datagrid. How can I specify which column to get data from and which column of the grid to load data to BTW, I'm using Memory Stream and UTF-8 encoding in loading my csv file. Please help!Thanks! Thanks for your reply! Tried your suggestion. I used the Microsoft Text Driver of Odbc and it seems that it automatically gets the first row ...Show All
sujun Opening a File
Hi, I want to open the read stream to read a file at given URL... Like I have a File http://example.com/mydata.txt file and now i want to read this file from my Program in vb.net. I have tried this code Dim file As FileStream file = New FileStr ...Show All
arafathm BindingSource control problem
Can anybody tell me, how can I bind a control to my object (i mean business object) at design time (It doesn't display my object in Data Sources window and I can't add it) . In Beta 1 there are no problems. I see it in Data ...Show All
Nabz Managing HTTP session in VB
Hello, I have a web application (based on servlets). These servlets create HTTP session, with attributes( for example a login servlet). I need to login with VB 6.0 application, is there any control (beside Inet from MS internet transfer control) that all ...Show All
nannypooh Is it possible to add a checkbox for every column???
Hi there, Is it possible to add a checkbox for every column I have tried adding checkboxes to every row in the datagrid, however i also need to add checkboxes to evey column. Is there any codes that i can refer to Cu ...Show All
cgoeters Debugging backgroundWorker thread..
Hi, When i am debugging in the backgroundWorker thread in my MDI app, i get the following exception thrown when i step or presses F5. Illegal cross-thread operation However if im not debugging everything works fine.. Cheers, /Fritte Hi, If yo ...Show All
Egyptian Sluggish performance 2005 final release - Us or MS?
We have a windows application, originally developed in VS 2003, now in VS 2005 final release, using Visual Basic. It has become painfully sluggish to design in, though the speed when running the app is fine. My PC is a Pentium 4, 2.5 ghz with one meg ram. I can not tell if the problem is with us and the way we designed the solution, or if it has something to do with Microsoft and Visual Studio as a whole. I realize th ...Show All
Robert The Doctor Max controls in controls collection of panel?
I am adding UserControls to a Panel at runtime based on the Datarows in my DataSet. When the count gets to 357, the program generates an exception of "'System.ComponentModel.Win32Exception' occurred in system.windows.forms.dll, Additional information: Error creating&n ...Show All
resist Permissions required for a DataSet inside a Control
Hi, which Permissions do I need when a Control uses internally a typed DataSet In general I've no problems with User Controls in IE, but I've one that contains a DataSet object and that doesn't get loaded due to a security exception. Jürgen ...Show All
Carty function
how can I convert a string into an enum public Enum myE as byte zero one End Enum dim myS as string = "one" ctype(myS, myE) doesn't work how can I do it thank you it works !! thanX a lot is ther any possibi ...Show All
FiddleStick1 Binding a combo box to a data set
Hi, I am trying to just list some columns in my dataset by binding it to a combo box in windows form application. I can easily do that in a web application. But really doesn't seem to work as a windows form application. Label1 an ...Show All
TaoLin DataGridView: prevent column reorder for one column
It is more a beautification issue, but nevertheless what is a GUI for.... I have a DataGridView and it displays depending on the data different columns. I allow the user to reorder and resize columns, but also give him an "AutoSize" button to readjust the widths of the columns if he messes up. Because I do not know how long the data in the columns is, I start with sizing the columns by "AllCells" except the very last one ( ...Show All
Elif Onalan GDI+: Redrawing Controls Question
Greetings All, Just for fun I am trying to redraw the command button using GDI+. I redrew the button using the paint event as shown in code below. What I learned is that when you redraw the button it loses the hover effect (change&n ...Show All
MKemp Hosting ClickOne deployment on non-.NET 2.0 server
Hi, I have a ClickOnce app that I wanted to deploy on a .NET 1.1 server. I set up the MIME type in IIS for .application files to be application/x-ms-application, but it still serves up XML when I browse to it and try to run. I tested hosting it on a .NET 2 server and it does launch the .application file. What other things do I need to do to the server to make it properly serve up the ClickOnce app Thanks! ...Show All
