| Thread | Last Post | Replies |
|
| How to write config.ini ?? | 26 Nov 2004 14:54 GMT | 3 |
Can I write a file like config.ini which store the server-name, userid & password, So, my application can read the config.ini file and get the server - name, Does my concept is correct ?
|
| My EXE file increased in FileSize... A LOT! | 26 Nov 2004 14:39 GMT | 2 |
I have been working on a bugg a long time and finally found the solution for it. It was solved by creating my own class that inherits the DataGrid control and overrides a Protected Method called ProcessKeyPreview. Since I did that the EXE file sized Increased with about 11 Mb and ...
|
| idea for an operating system!!!!!! from a hacker!!!! | 26 Nov 2004 14:18 GMT | 9 |
Use a c++ compiller as an operating system on top of ms dos. All files made in the compiller such as (dot).cdd files like netscape, word, excel are the exe files we use today. Once you have the compiller up and running on msdos, pass around games, netscape, word etc and run
|
| for ken tucker | 26 Nov 2004 13:04 GMT | 2 |
I had problem in irc chat. first server from UNDERNET i had crashed and some other servers had no plobem such as DALNET, WEBMASTER, EFFNET, CHATNET, etc. why? Undernet do not sent server name plus NOTICE AUTH... this what i see on debug window... in undernet if i send MOTD again ...
|
| vs.net BUG | 26 Nov 2004 12:54 GMT | 6 |
Try to create a new windows form app named prn and you will get this error --------------------------- Microsoft Development Environment
|
| Connecting to internet question | 26 Nov 2004 12:53 GMT | 3 |
When I use this class below it says "Name 'config' not declared" for the following line: Dim sMethod As String = config.AppSettings("DialupMethod") How do I declare this guy?
|
| Help with Datagrid Events! | 26 Nov 2004 12:52 GMT | 3 |
My question is about how to get more info on what's happening while debugging in this scenario... My cursor is in the last cell of a datagrid row... I press TAB and the CerrentCellChanged is triggered.
|
| Datagrid question about columns | 26 Nov 2004 12:51 GMT | 3 |
I have a question about the datagrid. I have a datagrid and I have set the datasource property to equal a dataset. the datagrid fills up with the columns (prodno, description, price , siteID , userID)
|
| Listing all class properties | 26 Nov 2004 12:15 GMT | 2 |
I have a class with quite a large number of properties that stores booking information.. I need to create an audit trail for these bookings every time something is changed. I thought about listing all the properties in the class and their values and writing a text file for each ...
|
| Question about Global Assembly Cache | 26 Nov 2004 11:59 GMT | 1 |
Now, I am using Global Assembly Cache to share assembly between server and clients. However, it seems that the server and clients use individual Global Assembly Cache. For example, the assembly is placed in U drive, I have to use the Global Assembly Cache Tool in the client PC ...
|
| Get class name and class method | 26 Nov 2004 11:43 GMT | 4 |
I am implementing a loging system in my app and I need a way to get name of current class and name of the current method, so I can pass them to my loging system. Also I want to asign an ID to each method, so I can pass it to the loging
|
| Problems with vb.net, xml and xmlignoreattribute | 26 Nov 2004 11:21 GMT | 6 |
I have a typed dataset (vb.net) that the wizard created. I have a photo in the dataset that I do not want to get xml serialized. I use the function dataset.WriteXml() to serialize. It seems that I should use the XmlIgnoreAttribute.
|
| Bug: Streamreader.ReadLine omits special characters | 26 Nov 2004 11:01 GMT | 1 |
reading a textfile with the ReadLine method of a Streamreader objects the resulting string does not contain the special characters from the source file: e.g. Paragraph § and all the umlauts are missing. Is there a work around or solution for this problem?
|
| XorPen | 26 Nov 2004 10:37 GMT | 3 |
In VB 6 your could set the drawmode property to 7 (XorPen), which meant if you drew a line twice it disappeared, is there a way of getting an equivalent effect in VB.Net
|
| quick way to expand the tree | 26 Nov 2004 10:33 GMT | 4 |
I have a class which has 10-20 methods. I can show/hide the method code by clicking '+' or '-' on each one of them. but is their a way that i can hide all of them using a single click rather than doing then individually. TIA
|